Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestScopeUpdateShortRequestDto
Packages that use TestScopeUpdateShortRequestDto
Package
Description
-
Uses of TestScopeUpdateShortRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestScopeUpdateShortRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestScopeDto> TestScopeControllerApi.updateShort(@Valid TestScopeUpdateShortRequestDto testScopeUpdateShortRequestDto) PUT /catalog/api/v1/testscopes/save/short : updateShort -
Uses of TestScopeUpdateShortRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScopeUpdateShortRequestDtoModifier and TypeMethodDescriptionTestScopeUpdateShortRequestDto.description(String description) TestScopeUpdateShortRequestDto.logCollectorTemplateId(UUID logCollectorTemplateId) TestScopeUpdateShortRequestDto.modifiedWhen(OffsetDateTime modifiedWhen) TestScopeUpdateShortRequestDto.projectUuid(UUID projectUuid) TestScopeUpdateShortRequestDto.testPlanUuid(UUID testPlanUuid) TestScopeUpdateShortRequestDto.widgetConfigTemplateId(UUID widgetConfigTemplateId)