Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.TestCaseRepeatCountDto
Packages that use TestCaseRepeatCountDto
-
Uses of TestCaseRepeatCountDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return TestCaseRepeatCountDtoModifier and TypeMethodDescriptionTestCaseRepeatCountDto.repeatCount(Integer repeatCount) TestCaseRepeatCountDto.testScopeId(UUID testScopeId) Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return types with arguments of type TestCaseRepeatCountDtoModifier and TypeMethodDescription@Valid List<TestCaseRepeatCountDto> TestCaseDto.getTestCaseRepeatCounts()Get testCaseRepeatCountsMethods in org.qubership.atp.environments.clients.api.catalogue.generated with parameters of type TestCaseRepeatCountDtoModifier and TypeMethodDescriptionTestCaseDto.addTestCaseRepeatCountsItem(TestCaseRepeatCountDto testCaseRepeatCountsItem) Method parameters in org.qubership.atp.environments.clients.api.catalogue.generated with type arguments of type TestCaseRepeatCountDtoModifier and TypeMethodDescriptionvoidTestCaseDto.setTestCaseRepeatCounts(List<TestCaseRepeatCountDto> testCaseRepeatCounts) TestCaseDto.testCaseRepeatCounts(List<TestCaseRepeatCountDto> testCaseRepeatCounts)