| Package | Description |
|---|---|
| org.qubership.atp.environments.openapi.controllers | |
| org.qubership.atp.environments.openapi.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<EnvironmentResDto> |
ProjectControllerApi.createEnvironment(UUID projectId,
@Valid EnvironmentDtoDto environmentDtoDto)
POST /api/projects/{projectId}/environments : createEnvironment
|
org.springframework.http.ResponseEntity<EnvironmentResDto> |
ProjectControllerApi.createTool(UUID projectId,
@Valid EnvironmentDtoDto environmentDtoDto)
POST /api/projects/{projectId}/tools : createTool
|
org.springframework.http.ResponseEntity<List<EnvironmentResDto>> |
ProjectControllerApi.getAllEnvironments(UUID projectId,
@Valid Boolean full)
GET /api/projects/{projectId}/environments/all : getAllEnvironments
|
org.springframework.http.ResponseEntity<List<EnvironmentResDto>> |
ProjectControllerApi.getEnvironments(UUID projectId,
@Valid Boolean full)
GET /api/projects/{projectId}/environments : getEnvironments
|
org.springframework.http.ResponseEntity<List<EnvironmentResDto>> |
ProjectControllerApi.getTemporaryEnvironments(UUID projectId,
@Valid Boolean full)
GET /api/projects/{projectId}/temporary/environments : getTemporaryEnvironments
|
org.springframework.http.ResponseEntity<List<EnvironmentResDto>> |
ProjectControllerApi.getTools(UUID projectId,
@Valid Boolean full)
GET /api/projects/{projectId}/tools : getTools
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResDto |
EnvironmentResDto.addSystemsItem(Object systemsItem) |
EnvironmentResDto |
EnvironmentResDto.created(Long created) |
EnvironmentResDto |
EnvironmentResDto.createdBy(UUID createdBy) |
EnvironmentResDto |
EnvironmentResDto.description(String description) |
EnvironmentResDto |
EnvironmentResDto.graylogName(String graylogName) |
EnvironmentResDto |
EnvironmentResDto.id(UUID id) |
EnvironmentResDto |
EnvironmentResDto.modified(Long modified) |
EnvironmentResDto |
EnvironmentResDto.modifiedBy(UUID modifiedBy) |
EnvironmentResDto |
EnvironmentResDto.name(String name) |
EnvironmentResDto |
EnvironmentResDto.projectId(UUID projectId) |
EnvironmentResDto |
EnvironmentResDto.systems(List<Object> systems) |
Copyright © 2025. All rights reserved.