Uses of Class
org.qubership.atp.environments.clients.api.healthcheck.dto.ProcessStatusDto
Packages that use ProcessStatusDto
-
Uses of ProcessStatusDto in org.qubership.atp.environments.clients.api.healthcheck.dto
Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return ProcessStatusDtoModifier and TypeMethodDescriptionProcessStatusDto.addAttachmentsItem(AttachmentDto attachmentsItem) ProcessStatusDto.attachments(List<AttachmentDto> attachments) ProcessStatusDto.isMandatory(Boolean isMandatory) ProcessStatusDto.notAffectStatus(Boolean notAffectStatus) Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return types with arguments of type ProcessStatusDtoModifier and TypeMethodDescription@Valid List<ProcessStatusDto> ConnectionStatusDto.getConfigurationStatuses()Get configurationStatuses@Valid List<ProcessStatusDto> SystemStatusDto.getConfigurationStatuses()Get configurationStatuses@Valid List<ProcessStatusDto> ConnectionStatusDto.getProcessStatuses()Get processStatuses@Valid List<ProcessStatusDto> SystemStatusDto.getProcessStatuses()Get processStatusesMethods in org.qubership.atp.environments.clients.api.healthcheck.dto with parameters of type ProcessStatusDtoModifier and TypeMethodDescriptionConnectionStatusDto.addConfigurationStatusesItem(ProcessStatusDto configurationStatusesItem) SystemStatusDto.addConfigurationStatusesItem(ProcessStatusDto configurationStatusesItem) ConnectionStatusDto.addProcessStatusesItem(ProcessStatusDto processStatusesItem) SystemStatusDto.addProcessStatusesItem(ProcessStatusDto processStatusesItem) Method parameters in org.qubership.atp.environments.clients.api.healthcheck.dto with type arguments of type ProcessStatusDtoModifier and TypeMethodDescriptionConnectionStatusDto.configurationStatuses(List<ProcessStatusDto> configurationStatuses) SystemStatusDto.configurationStatuses(List<ProcessStatusDto> configurationStatuses) ConnectionStatusDto.processStatuses(List<ProcessStatusDto> processStatuses) SystemStatusDto.processStatuses(List<ProcessStatusDto> processStatuses) voidConnectionStatusDto.setConfigurationStatuses(List<ProcessStatusDto> configurationStatuses) voidSystemStatusDto.setConfigurationStatuses(List<ProcessStatusDto> configurationStatuses) voidConnectionStatusDto.setProcessStatuses(List<ProcessStatusDto> processStatuses) voidSystemStatusDto.setProcessStatuses(List<ProcessStatusDto> processStatuses)