Uses of Class
org.qubership.atp.orchestrator.clients.dto.TestingStrategyDto
Packages that use TestingStrategyDto
-
Uses of TestingStrategyDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return TestingStrategyDtoModifier and TypeMethodDescriptionTestingStrategyDto.addFilteredByLabelsItem(UUID filteredByLabelsItem) TestingStrategyDto.addTestCaseIdsItem(UUID testCaseIdsItem) TestingStrategyDto.executeExecution(Boolean executeExecution) TestingStrategyDto.executePrerequisites(Boolean executePrerequisites) TestingStrategyDto.executeValidation(Boolean executeValidation) TestingStrategyDto.filteredByLabels(Set<UUID> filteredByLabels) @Valid TestingStrategyDtoExecutionOrderDto.getTestingStrategy()Get testingStrategyTestingStrategyDto.testCaseIds(List<UUID> testCaseIds) TestingStrategyDto.testScopeId(UUID testScopeId) Methods in org.qubership.atp.orchestrator.clients.dto with parameters of type TestingStrategyDtoModifier and TypeMethodDescriptionvoidExecutionOrderDto.setTestingStrategy(TestingStrategyDto testingStrategy) ExecutionOrderDto.testingStrategy(TestingStrategyDto testingStrategy)