Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.ProjectSearchRequestDto
Packages that use ProjectSearchRequestDto
Package
Description
-
Uses of ProjectSearchRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type ProjectSearchRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> IntegrationControllerApi.searchProjectByKey(String name, @Valid ProjectSearchRequestDto projectSearchRequestDto) POST /catalog/api/v1/integrations/{name}/projects/search : searchProjectByKey -
Uses of ProjectSearchRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ProjectSearchRequestDtoModifier and TypeMethodDescriptionProjectSearchRequestDto.authorizationKey(String authorizationKey) ProjectSearchRequestDto.projectKey(String projectKey) ProjectSearchRequestDto.testPlanId(UUID testPlanId)