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