Uses of Class
org.qubership.atp.environments.service.rest.server.dto.StatusDto
Packages that use StatusDto
Package
Description
-
Uses of StatusDto in org.qubership.atp.environments.service.direct
Method parameters in org.qubership.atp.environments.service.direct with type arguments of type StatusDto -
Uses of StatusDto in org.qubership.atp.environments.service.direct.impl
Method parameters in org.qubership.atp.environments.service.direct.impl with type arguments of type StatusDto -
Uses of StatusDto in org.qubership.atp.environments.service.rest.server
Method parameters in org.qubership.atp.environments.service.rest.server with type arguments of type StatusDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> ProjectController.updateSystemStatuses(List<StatusDto> statuses, UUID projectId) Endpoint for update system statuses by statuses list.