Uses of Class
org.qubership.atp.mia.clients.api.environments.dto.projects.SystemEnvironmentsViewDto
Packages that use SystemEnvironmentsViewDto
Package
Description
-
Uses of SystemEnvironmentsViewDto in org.qubership.atp.mia.clients.api.environments
Methods in org.qubership.atp.mia.clients.api.environments that return types with arguments of type SystemEnvironmentsViewDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SystemEnvironmentsViewDto>> ProjectControllerApi.getAllShortSystemsOnProject(UUID projectId) GET /api/projects/{projectId}/environments/systems/short : Endpoint for getting list of systems on project by projectId -
Uses of SystemEnvironmentsViewDto in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return SystemEnvironmentsViewDtoModifier and TypeMethodDescriptionSystemEnvironmentsViewDto.addEnvironmentIdsItem(Object environmentIdsItem) SystemEnvironmentsViewDto.environmentIds(List<Object> environmentIds) -
Uses of SystemEnvironmentsViewDto in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type SystemEnvironmentsViewDtoModifier and TypeMethodDescriptionMiaEnvironmentController.getSystemsForProject(UUID projectId) Get all systems for selected project. -
Uses of SystemEnvironmentsViewDto in org.qubership.atp.mia.service.configuration
Methods in org.qubership.atp.mia.service.configuration that return types with arguments of type SystemEnvironmentsViewDtoModifier and TypeMethodDescriptionEnvironmentsService.getSystemsForProject(UUID projectId) Get all systems for selected project.