Uses of Class
org.qubership.atp.ram.clients.api.dto.environments.environment.EnvironmentFullVer1ViewDto
Packages that use EnvironmentFullVer1ViewDto
Package
Description
-
Uses of EnvironmentFullVer1ViewDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type EnvironmentFullVer1ViewDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<EnvironmentFullVer1ViewDto>> GET /api/environments : getAllorg.springframework.http.ResponseEntity<EnvironmentFullVer1ViewDto> EnvironmentControllerApi.getEnvironment(UUID environmentId, @Valid Boolean full) GET /api/environments/{environmentId} : getEnvironmentorg.springframework.http.ResponseEntity<List<EnvironmentFullVer1ViewDto>> EnvironmentControllerApi.getEnvironmentsByRequest(@Valid Boolean full, @Valid Long page, @Valid Long size, @Valid EnvironmentsWithFilterRequestDto environmentsWithFilterRequestDto) POST /api/environments/filter : getEnvironmentsByRequestorg.springframework.http.ResponseEntity<EnvironmentFullVer1ViewDto> EnvironmentControllerApi.getEnvironmentTsg3(UUID environmentId, @Valid Boolean full) GET /api/environments/{environmentId}/systems/update-versions : Returns all systems with updated versions under environmentorg.springframework.http.ResponseEntity<EnvironmentFullVer1ViewDto> EnvironmentControllerApi.temporary(UUID environmentId, @Valid Boolean full, @Valid List<SystemTemporaryDtoDto> systemTemporaryDtoDto) POST /api/environments/{environmentId}/temporary : temporary -
Uses of EnvironmentFullVer1ViewDto in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment that return EnvironmentFullVer1ViewDtoModifier and TypeMethodDescriptionEnvironmentFullVer1ViewDto.addSystemsItem(Object systemsItem) EnvironmentFullVer1ViewDto.addTagsItem(String tagsItem) EnvironmentFullVer1ViewDto.consulEgressConfigPath(String consulEgressConfigPath) EnvironmentFullVer1ViewDto.description(String description) EnvironmentFullVer1ViewDto.graylogName(String graylogName) EnvironmentFullVer1ViewDto.modifiedBy(UUID modifiedBy) EnvironmentFullVer1ViewDto.ssmInstanceAlias(String ssmInstanceAlias) EnvironmentFullVer1ViewDto.ssmSolutionAlias(String ssmSolutionAlias)