Uses of Class
org.qubership.atp.mia.clients.api.environments.dto.projects.SystemDto
Packages that use SystemDto
Package
Description
-
Uses of SystemDto in org.qubership.atp.mia.clients.api.environments
Methods in org.qubership.atp.mia.clients.api.environments that return types with arguments of type SystemDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SystemDto> EnvironmentControllerApi.createSystem(UUID environmentId, @Valid CreateSystemDtoDto createSystemDtoDto) POST /api/environments/{environmentId} : createSystemEnvironmentControllerApi.updateVersion(UUID environmentId) GET /api/environments/{environmentId}/version : updateVersion -
Uses of SystemDto in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return SystemDtoModifier and TypeMethodDescriptionSystemDto.addConnectionsItem(Object connectionsItem) SystemDto.addEnvironmentIdsItem(Object environmentIdsItem) SystemDto.addEnvironmentsItem(Object environmentsItem) SystemDto.connections(List<Object> connections) SystemDto.dateOfCheckVersion(Long dateOfCheckVersion) SystemDto.dateOfLastCheck(Long dateOfLastCheck) SystemDto.description(String description) SystemDto.environmentIds(List<Object> environmentIds) SystemDto.environments(List<Object> environments) SystemDto.externalId(UUID externalId) SystemDto.externalName(String externalName) SystemDto.linkToSystemId(UUID linkToSystemId) SystemDto.mergeByName(Boolean mergeByName) SystemDto.modifiedBy(UUID modifiedBy) SystemDto.parametersGettingVersion(ParametersGettingVersionDto parametersGettingVersion) SystemDto.parentSystemId(UUID parentSystemId) SystemDto.status(SystemDto.StatusEnum status) SystemDto.systemCategory(Object systemCategory) SystemDto.systemCategoryId(UUID systemCategoryId)