Uses of Class
org.qubership.atp.orchestrator.clients.dto.SystemDto
Packages that use SystemDto
-
Uses of SystemDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return SystemDtoModifier and TypeMethodDescriptionSystemDto.addConnectionsItem(UUID connectionsItem) SystemDto.connections(List<UUID> connections) SystemDto.created(OffsetDateTime created) SystemDto.description(String description) SystemDto.environmentId(UUID environmentId) SystemDto.modified(OffsetDateTime modified) SystemDto.modifiedBy(String modifiedBy) SystemDto.status(SystemDto.StatusEnum status) SystemDto.systemCategoryId(UUID systemCategoryId) Methods in org.qubership.atp.orchestrator.clients.dto that return types with arguments of type SystemDtoModifier and TypeMethodDescriptionFlowExecutionRequestDto.getSystems()Get systemsFlowExecutionRequestDto.getTaSystems()Get taSystemsMethods in org.qubership.atp.orchestrator.clients.dto with parameters of type SystemDtoModifier and TypeMethodDescriptionFlowExecutionRequestDto.addSystemsItem(SystemDto systemsItem) FlowExecutionRequestDto.addTaSystemsItem(SystemDto taSystemsItem) Method parameters in org.qubership.atp.orchestrator.clients.dto with type arguments of type SystemDtoModifier and TypeMethodDescriptionvoidFlowExecutionRequestDto.setSystems(List<SystemDto> systems) voidFlowExecutionRequestDto.setTaSystems(List<SystemDto> taSystems)