Uses of Interface
fr.enedis.chutney.campaign.domain.CampaignExecutionRepository
Packages that use CampaignExecutionRepository
Package
Description
-
Uses of CampaignExecutionRepository in fr.enedis.chutney
Methods in fr.enedis.chutney with parameters of type CampaignExecutionRepositoryModifier and TypeMethodDescriptionSchedulingConfiguration.purgeService(TestCaseRepository testCaseRepository, ExecutionHistoryRepository executionRepository, CampaignRepository campaignRepository, CampaignExecutionRepository campaignExecutionRepository, Integer maxScenarioExecutionsConfig, Integer maxCampaignExecutionsConfig) -
Uses of CampaignExecutionRepository in fr.enedis.chutney.campaign.api
Constructors in fr.enedis.chutney.campaign.api with parameters of type CampaignExecutionRepositoryModifierConstructorDescriptionCampaignController(TestCaseRepositoryAggregator repositoryAggregator, CampaignRepository campaignRepository, DatasetService datasetService, CampaignExecutionRepository campaignExecutionRepository, ExecutionHistoryRepository executionHistoryRepository, CampaignService campaignService) -
Uses of CampaignExecutionRepository in fr.enedis.chutney.campaign.domain
Constructors in fr.enedis.chutney.campaign.domain with parameters of type CampaignExecutionRepositoryModifierConstructorDescriptionCampaignService(CampaignExecutionRepository campaignExecutionRepository) -
Uses of CampaignExecutionRepository in fr.enedis.chutney.campaign.infra
Classes in fr.enedis.chutney.campaign.infra that implement CampaignExecutionRepository -
Uses of CampaignExecutionRepository in fr.enedis.chutney.execution.domain.campaign
Constructors in fr.enedis.chutney.execution.domain.campaign with parameters of type CampaignExecutionRepositoryModifierConstructorDescriptionCampaignExecutionEngine(CampaignRepository campaignRepository, CampaignExecutionRepository campaignExecutionRepository, ScenarioExecutionEngine scenarioExecutionEngine, ScenarioExecutionEngineAsync scenarioExecutionEngineAsync, ExecutionHistoryRepository executionHistoryRepository, TestCaseRepository testCaseRepository, JiraXrayEmbeddedApi jiraXrayEmbeddedApi, ChutneyMetrics metrics, ExecutorService executorService, DataSetRepository datasetRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CampaignExecutionRepository in fr.enedis.chutney.execution.domain.purge
Constructors in fr.enedis.chutney.execution.domain.purge with parameters of type CampaignExecutionRepositoryModifierConstructorDescriptionPurgeServiceImpl(TestCaseRepository testCaseRepository, ExecutionHistoryRepository executionsRepository, CampaignRepository campaignRepository, CampaignExecutionRepository campaignExecutionRepository, int maxScenarioExecutionsConfiguration, int beforeNowMinusOffsetScenarioExecutionsConfiguration, int maxCampaignExecutionsConfiguration, int beforeNowMinusOffsetCampaignExecutionsConfiguration)