Uses of Class
org.qubership.atp.orchestrator.clients.dto.TestCaseRepeatCountDto
Packages that use TestCaseRepeatCountDto
-
Uses of TestCaseRepeatCountDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return TestCaseRepeatCountDtoModifier and TypeMethodDescriptionTestCaseRepeatCountDto.repeatCount(Integer repeatCount) TestCaseRepeatCountDto.testScopeId(UUID testScopeId) Methods in org.qubership.atp.orchestrator.clients.dto that return types with arguments of type TestCaseRepeatCountDtoModifier and TypeMethodDescription@Valid List<TestCaseRepeatCountDto> EnrichedCaseDto.getTestCaseRepeatCounts()Get testCaseRepeatCountsMethods in org.qubership.atp.orchestrator.clients.dto with parameters of type TestCaseRepeatCountDtoModifier and TypeMethodDescriptionEnrichedCaseDto.addTestCaseRepeatCountsItem(TestCaseRepeatCountDto testCaseRepeatCountsItem) Method parameters in org.qubership.atp.orchestrator.clients.dto with type arguments of type TestCaseRepeatCountDtoModifier and TypeMethodDescriptionvoidEnrichedCaseDto.setTestCaseRepeatCounts(List<TestCaseRepeatCountDto> testCaseRepeatCounts) EnrichedCaseDto.testCaseRepeatCounts(List<TestCaseRepeatCountDto> testCaseRepeatCounts)