Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.TestPlanResponseDto
Packages that use TestPlanResponseDto
-
Uses of TestPlanResponseDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return TestPlanResponseDtoModifier and TypeMethodDescriptionTestPlanResponseDto.modifiedWhen(OffsetDateTime modifiedWhen) TestPlanResponseDto.testPlanId(UUID testPlanId) TestPlanResponseDto.testPlanName(String testPlanName) Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return types with arguments of type TestPlanResponseDtoModifier and TypeMethodDescription@Valid List<TestPlanResponseDto> QaDslLibraryResponseDto.getTestPlan()Get testPlanMethods in org.qubership.atp.environments.clients.api.catalogue.generated with parameters of type TestPlanResponseDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.addTestPlanItem(TestPlanResponseDto testPlanItem) Method parameters in org.qubership.atp.environments.clients.api.catalogue.generated with type arguments of type TestPlanResponseDtoModifier and TypeMethodDescriptionvoidQaDslLibraryResponseDto.setTestPlan(List<TestPlanResponseDto> testPlan) QaDslLibraryResponseDto.testPlan(List<TestPlanResponseDto> testPlan)