Uses of Class
org.qubership.atp.environments.clients.api.healthcheck.dto.EnvironmentStatusDto
Packages that use EnvironmentStatusDto
Package
Description
-
Uses of EnvironmentStatusDto in org.qubership.atp.environments.clients.api.healthcheck
Methods in org.qubership.atp.environments.clients.api.healthcheck that return types with arguments of type EnvironmentStatusDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EnvironmentStatusDto> StatusControllerApi.checkEnvironment(String projectId, String environmentId, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/{projectId}/{environmentId} : checkEnvironmentorg.springframework.http.ResponseEntity<EnvironmentStatusDto> StatusControllerApi.checkEnvironmentByNames(String projectName, String environmentName, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/byNames/{projectName}/{environmentName} : checkEnvironmentByNamesorg.springframework.http.ResponseEntity<EnvironmentStatusDto> StatusControllerApi.checkEnvironmentByNamesAndSendNotifications(String projectName, String environmentName, String subscribers, @Valid String reportSubject, @Valid Boolean fail, @Valid Boolean warn, @Valid Boolean pass, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/byNames/sentTo/{subscribers}/{projectName}/{environmentName} : checkEnvironmentByNamesAndSendNotificationsorg.springframework.http.ResponseEntity<EnvironmentStatusDto> StatusControllerApi.checkEnvironmentWithSpecifiedSystems(String projectId, String environmentId, String systemIds, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/{projectId}/{environmentId}/{systemIds} : checkEnvironmentWithSpecifiedSystemsorg.springframework.http.ResponseEntity<EnvironmentStatusDto> StatusControllerApi.checkEnvironmentWithSpecifiedSystemsByNames(String projectName, String environmentName, String systemNames, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/byNames/{projectName}/{environmentName}/{systemNames} : checkEnvironmentWithSpecifiedSystemsByNamesorg.springframework.http.ResponseEntity<EnvironmentStatusDto> StatusControllerApi.checkEnvironmentWithSpecifiedSystemsByNamesAndSendNotifications(String projectName, String environmentName, String systemNames, String subscribers, @Valid String reportSubject, @Valid Boolean fail, @Valid Boolean warn, @Valid Boolean pass, @Valid Boolean status, @Valid Boolean _configuration, @Valid Boolean onlyMandatory) GET /rest/status/byNames/sentTo/{subscribers}/{projectName}/{environmentName}/{systemNames} : checkEnvironmentWithSpecifiedSystemsByNamesAndSendNotificationsorg.springframework.http.ResponseEntity<List<EnvironmentStatusDto>> StatusControllerApi.checkProject(String projectId, @Valid Boolean status, @Valid Boolean _configuration) GET /rest/status/timezones/{projectId} : checkProject -
Uses of EnvironmentStatusDto in org.qubership.atp.environments.clients.api.healthcheck.dto
Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return EnvironmentStatusDtoModifier and TypeMethodDescriptionEnvironmentStatusDto.addSystemStatusesItem(SystemStatusDto systemStatusesItem) EnvironmentStatusDto.endCheckDate(String endCheckDate) EnvironmentStatusDto.startCheckDate(String startCheckDate) EnvironmentStatusDto.systemStatuses(List<SystemStatusDto> systemStatuses) Methods in org.qubership.atp.environments.clients.api.healthcheck.dto that return types with arguments of type EnvironmentStatusDtoModifier and TypeMethodDescription@Valid List<EnvironmentStatusDto> MandatoryStatusesResponseDto.getStatuses()Get statusesMethods in org.qubership.atp.environments.clients.api.healthcheck.dto with parameters of type EnvironmentStatusDtoModifier and TypeMethodDescriptionMandatoryStatusesResponseDto.addStatusesItem(EnvironmentStatusDto statusesItem) Method parameters in org.qubership.atp.environments.clients.api.healthcheck.dto with type arguments of type EnvironmentStatusDtoModifier and TypeMethodDescriptionvoidMandatoryStatusesResponseDto.setStatuses(List<EnvironmentStatusDto> statuses) MandatoryStatusesResponseDto.statuses(List<EnvironmentStatusDto> statuses)