Uses of Class
fr.enedis.chutney.campaign.api.dto.CampaignExecutionReportDto
Packages that use CampaignExecutionReportDto
Package
Description
-
Uses of CampaignExecutionReportDto in fr.enedis.chutney.campaign.api
Methods in fr.enedis.chutney.campaign.api that return types with arguments of type CampaignExecutionReportDto -
Uses of CampaignExecutionReportDto in fr.enedis.chutney.campaign.api.dto
Methods in fr.enedis.chutney.campaign.api.dto that return CampaignExecutionReportDtoModifier and TypeMethodDescriptionstatic CampaignExecutionReportDtoCampaignExecutionReportMapper.toDto(CampaignExecution campaignReport) Methods in fr.enedis.chutney.campaign.api.dto that return types with arguments of type CampaignExecutionReportDto -
Uses of CampaignExecutionReportDto in fr.enedis.chutney.execution.api
Methods in fr.enedis.chutney.execution.api that return CampaignExecutionReportDtoModifier and TypeMethodDescriptionCampaignExecutionUiController.executeCampaignById(Long campaignId, Optional<String> environment, ExecutionDatasetDto dataset) CampaignExecutionUiController.replayFailedScenario(Long campaignExecutionId) Methods in fr.enedis.chutney.execution.api that return types with arguments of type CampaignExecutionReportDtoModifier and TypeMethodDescriptionCampaignExecutionUiController.executeCampaignByName(String campaignName, Optional<String> environment)