Uses of Class
com.chutneytesting.campaign.infra.jpa.CampaignExecution
Packages that use CampaignExecution
Package
Description
-
Uses of CampaignExecution in com.chutneytesting.campaign.infra
Methods in com.chutneytesting.campaign.infra that return types with arguments of type CampaignExecutionModifier and TypeMethodDescriptionCampaignExecutionJpaRepository.findAllByCampaignId(Long campaignId) CampaignExecutionJpaRepository.findFirst20ByCampaignIdOrderByIdDesc(Long campaignId) -
Uses of CampaignExecution in com.chutneytesting.execution.infra.storage.jpa
Methods in com.chutneytesting.execution.infra.storage.jpa that return CampaignExecutionMethods in com.chutneytesting.execution.infra.storage.jpa with parameters of type CampaignExecutionModifier and TypeMethodDescriptionvoidScenarioExecution.forCampaignExecution(CampaignExecution campaignExecution) Constructors in com.chutneytesting.execution.infra.storage.jpa with parameters of type CampaignExecutionModifierConstructorDescriptionScenarioExecution(Long id, String scenarioId, CampaignExecution campaignExecution, Long executionTime, Long duration, ServerReportStatus status, String information, String error, String scenarioTitle, String environment, String userId, String datasetId, Integer datasetVersion, Integer version)