Uses of Class
org.qubership.atp.mia.controllers.api.dto.project.ProjectDto
Packages that use ProjectDto
Package
Description
-
Uses of ProjectDto in org.qubership.atp.mia.controllers.api
Methods in org.qubership.atp.mia.controllers.api that return types with arguments of type ProjectDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ProjectDto> ProjectControllerApi.getProject(@NotNull @Valid String projectId) GET /rest/project : getProject -
Uses of ProjectDto in org.qubership.atp.mia.controllers.api.dto.project
Methods in org.qubership.atp.mia.controllers.api.dto.project that return ProjectDtoModifier and TypeMethodDescriptionProjectDto.addEnvironmentsItem(UUID environmentsItem) ProjectDto.description(String description) ProjectDto.environments(List<UUID> environments) ProjectDto.modifiedBy(String modifiedBy)