Uses of Class
org.qubership.atp.environments.clients.api.healthcheck.dto.SystemStatusDto
Packages that use SystemStatusDto
Package
Description
-
Uses of SystemStatusDto in org.qubership.atp.environments.clients.api.healthcheck
Methods in org.qubership.atp.environments.clients.api.healthcheck that return types with arguments of type SystemStatusDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SystemStatusDto> StatusControllerApi.checkSystem(String projectId, String environmentId, String systemId, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/system/{projectId}/{environmentId}/{systemId} : checkSystem -
Uses of SystemStatusDto in org.qubership.atp.environments.clients.api.healthcheck.dto
Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return SystemStatusDtoModifier and TypeMethodDescriptionSystemStatusDto.addConfigurationStatusesItem(ProcessStatusDto configurationStatusesItem) SystemStatusDto.addConnectionStatusesItem(ConnectionStatusDto connectionStatusesItem) SystemStatusDto.addProcessStatusesItem(ProcessStatusDto processStatusesItem) SystemStatusDto.configurationStatuses(List<ProcessStatusDto> configurationStatuses) SystemStatusDto.connectionStatuses(List<ConnectionStatusDto> connectionStatuses) SystemStatusDto.processStatuses(List<ProcessStatusDto> processStatuses) Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return types with arguments of type SystemStatusDtoModifier and TypeMethodDescription@Valid List<SystemStatusDto> EnvironmentStatusDto.getSystemStatuses()Get systemStatusesMethods in org.qubership.atp.environments.clients.api.healthcheck.dto with parameters of type SystemStatusDtoModifier and TypeMethodDescriptionEnvironmentStatusDto.addSystemStatusesItem(SystemStatusDto systemStatusesItem) Method parameters in org.qubership.atp.environments.clients.api.healthcheck.dto with type arguments of type SystemStatusDtoModifier and TypeMethodDescriptionvoidEnvironmentStatusDto.setSystemStatuses(List<SystemStatusDto> systemStatuses) EnvironmentStatusDto.systemStatuses(List<SystemStatusDto> systemStatuses)