Uses of Class
com.chutneytesting.campaign.api.dto.CampaignExecutionReportDto
-
Packages that use CampaignExecutionReportDto Package Description com.chutneytesting.campaign.api com.chutneytesting.campaign.api.dto com.chutneytesting.execution.api -
-
Uses of CampaignExecutionReportDto in com.chutneytesting.campaign.api
Methods in com.chutneytesting.campaign.api that return types with arguments of type CampaignExecutionReportDto Modifier and Type Method Description List<CampaignExecutionReportDto>CampaignController. getLastExecutions(Long limit) -
Uses of CampaignExecutionReportDto in com.chutneytesting.campaign.api.dto
Methods in com.chutneytesting.campaign.api.dto that return CampaignExecutionReportDto Modifier and Type Method Description static CampaignExecutionReportDtoCampaignExecutionReportMapper. toDto(CampaignExecutionReport campaignReport)Methods in com.chutneytesting.campaign.api.dto that return types with arguments of type CampaignExecutionReportDto Modifier and Type Method Description List<CampaignExecutionReportDto>CampaignDto. getCampaignExecutionReports() -
Uses of CampaignExecutionReportDto in com.chutneytesting.execution.api
Methods in com.chutneytesting.execution.api that return CampaignExecutionReportDto Modifier and Type Method Description CampaignExecutionReportDtoCampaignExecutionUiController. executeCampaignById(Long campaignId, Optional<String> environment)CampaignExecutionReportDtoCampaignExecutionUiController. replayFailedScenario(Long campaignExecutionId)Methods in com.chutneytesting.execution.api that return types with arguments of type CampaignExecutionReportDto Modifier and Type Method Description List<CampaignExecutionReportDto>CampaignExecutionUiController. executeCampaignByName(String campaignName, Optional<String> environment)
-