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