Uses of Class
org.qubership.atp.environments.service.rest.server.dto.generated.ConnectionDtoGenerated
Packages that use ConnectionDtoGenerated
Package
Description
-
Uses of ConnectionDtoGenerated in org.qubership.atp.environments.service.rest.server.dto.generated
Methods in org.qubership.atp.environments.service.rest.server.dto.generated that return ConnectionDtoGeneratedModifier and TypeMethodDescriptionConnectionDtoGenerated.addServicesItem(String servicesItem) ConnectionDtoGenerated.connectionType(String connectionType) ConnectionDtoGenerated.description(String description) ConnectionDtoGenerated.modifiedBy(UUID modifiedBy) ConnectionDtoGenerated.parameters(Map<String, String> parameters) ConnectionDtoGenerated.putParametersItem(String key, String parametersItem) ConnectionDtoGenerated.sourceTemplateId(UUID sourceTemplateId) -
Uses of ConnectionDtoGenerated in org.qubership.atp.environments.service.rest.server.generated
Methods in org.qubership.atp.environments.service.rest.server.generated that return types with arguments of type ConnectionDtoGeneratedModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ConnectionDtoGenerated> ConnectionControllerApi.createConnection(@Valid ConnectionDtoDtoGenerated connectionDtoDtoGenerated) POST /api/connections : createorg.springframework.http.ResponseEntity<ConnectionDtoGenerated> ConnectionControllerApi.getConnection(UUID connectionId, @Valid Boolean full) GET /api/connections/{connectionId} : getConnectionorg.springframework.http.ResponseEntity<List<ConnectionDtoGenerated>> ConnectionControllerApi.getConnectionsAll(@Valid Boolean full) GET /api/connections : getConnectionsAllorg.springframework.http.ResponseEntity<List<ConnectionDtoGenerated>> ConnectionControllerApi.getConnectionsAllBy(@Valid Boolean full, @Valid ConnectionByCategoryDtoDtoGenerated connectionByCategoryDtoDtoGenerated) POST /api/connections/getAllBy : getConnectionsAllByorg.springframework.http.ResponseEntity<List<ConnectionDtoGenerated>> ConnectionControllerApi.getConnectionTemplates(@Valid Boolean full) GET /api/connections/templates : getConnectionTemplatesorg.springframework.http.ResponseEntity<List<ConnectionDtoGenerated>> EnvironmentControllerApi.getEnvironmentConnections(UUID environmentId) GET /api/environments/{environmentId}/connections : getEnvironmentConnectionsorg.springframework.http.ResponseEntity<ConnectionDtoGenerated> ConnectionControllerApi.updateConnection(@Valid ConnectionDtoDtoGenerated connectionDtoDtoGenerated) PUT /api/connections : updateorg.springframework.http.ResponseEntity<List<ConnectionDtoGenerated>> ConnectionControllerApi.updateParameters(@Valid List<ConnectionDtoDtoGenerated> connectionDtoDtoGenerated) PUT /api/connections/parameters : updateParameters