| Package | Description |
|---|---|
| org.qubership.atp.environments.openapi.controllers | |
| org.qubership.atp.environments.openapi.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ProjectDto> |
ProjectControllerApi.copy(UUID projectId,
@Valid ProjectDtoDto projectDtoDto)
POST /api/projects/{projectId}/copy : copy
|
org.springframework.http.ResponseEntity<Void> |
ProjectControllerApi.updateProject(@Valid ProjectDtoDto projectDtoDto)
PUT /api/projects : update
|
| Modifier and Type | Method and Description |
|---|---|
ProjectDtoDto |
ProjectDtoDto.addEnvironmentItem(Object environmentItem) |
ProjectDtoDto |
ProjectDtoDto.created(Long created) |
ProjectDtoDto |
ProjectDtoDto.createdBy(UUID createdBy) |
ProjectDtoDto |
ProjectDtoDto.description(String description) |
ProjectDtoDto |
ProjectDtoDto.environment(List<Object> environment) |
ProjectDtoDto |
ProjectDtoDto.id(UUID id) |
ProjectDtoDto |
ProjectDtoDto.modified(Long modified) |
ProjectDtoDto |
ProjectDtoDto.modifiedBy(UUID modifiedBy) |
ProjectDtoDto |
ProjectDtoDto.name(String name) |
ProjectDtoDto |
ProjectDtoDto.shortName(String shortName) |
Copyright © 2025. All rights reserved.