Uses of Class
org.qubership.atp.environments.clients.api.healthcheck.dto.ConnectionStatusDto
Packages that use ConnectionStatusDto
-
Uses of ConnectionStatusDto in org.qubership.atp.environments.clients.api.healthcheck.dto
Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return ConnectionStatusDtoModifier and TypeMethodDescriptionConnectionStatusDto.addConfigurationStatusesItem(ProcessStatusDto configurationStatusesItem) ConnectionStatusDto.addProcessStatusesItem(ProcessStatusDto processStatusesItem) ConnectionStatusDto.configurationStatuses(List<ProcessStatusDto> configurationStatuses) ConnectionStatusDto.connectionId(String connectionId) ConnectionStatusDto.processStatuses(List<ProcessStatusDto> processStatuses) Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return types with arguments of type ConnectionStatusDtoModifier and TypeMethodDescription@Valid List<ConnectionStatusDto> SystemStatusDto.getConnectionStatuses()Get connectionStatusesMethods in org.qubership.atp.environments.clients.api.healthcheck.dto with parameters of type ConnectionStatusDtoModifier and TypeMethodDescriptionSystemStatusDto.addConnectionStatusesItem(ConnectionStatusDto connectionStatusesItem) Method parameters in org.qubership.atp.environments.clients.api.healthcheck.dto with type arguments of type ConnectionStatusDtoModifier and TypeMethodDescriptionSystemStatusDto.connectionStatuses(List<ConnectionStatusDto> connectionStatuses) voidSystemStatusDto.setConnectionStatuses(List<ConnectionStatusDto> connectionStatuses)