Uses of Class
org.qubership.atp.environments.service.rest.server.dto.CreateSystemDto
Packages that use CreateSystemDto
Package
Description
-
Uses of CreateSystemDto in org.qubership.atp.environments.service.direct
Methods in org.qubership.atp.environments.service.direct with parameters of type CreateSystemDtoModifier and TypeMethodDescriptionEnvironmentService.create(UUID environmentId, CreateSystemDto systemDto) SystemService.create(UUID environmentId, CreateSystemDto systemDto) -
Uses of CreateSystemDto in org.qubership.atp.environments.service.direct.impl
Methods in org.qubership.atp.environments.service.direct.impl with parameters of type CreateSystemDtoModifier and TypeMethodDescriptionEnvironmentServiceImpl.create(UUID environmentId, CreateSystemDto systemDto) SystemServiceImpl.create(UUID environmentId, CreateSystemDto system) -
Uses of CreateSystemDto in org.qubership.atp.environments.service.rest.server
Methods in org.qubership.atp.environments.service.rest.server with parameters of type CreateSystemDtoModifier and TypeMethodDescriptionSystemController.copy(UUID id, CreateSystemDto system) Copying the system.EnvironmentController.createSystem(UUID environmentId, CreateSystemDto createSystemDto) SystemController.createSystem(CreateSystemDto system) Creating new system.SystemController.openshiftUpdateRoutes(CreateSystemDto system) Updating the openshift routes. -
Uses of CreateSystemDto in org.qubership.atp.environments.service.rest.server.dto
Constructor parameters in org.qubership.atp.environments.service.rest.server.dto with type arguments of type CreateSystemDtoModifierConstructorDescriptionEnvironmentDto(UUID id, String name, List<CreateSystemDto> systems) TODO Make javadoc documentation for this method.