Uses of Class
org.qubership.atp.environments.service.rest.server.response.ShortExternalService
Packages that use ShortExternalService
Package
Description
-
Uses of ShortExternalService in org.qubership.atp.environments.service.direct
Methods in org.qubership.atp.environments.service.direct that return types with arguments of type ShortExternalServiceModifier and TypeMethodDescriptionSystemService.getShortExternalServices(UUID systemId, Class<? extends ExternalCloudClient> clientClass) -
Uses of ShortExternalService in org.qubership.atp.environments.service.direct.impl
Methods in org.qubership.atp.environments.service.direct.impl that return types with arguments of type ShortExternalServiceModifier and TypeMethodDescriptionSystemServiceImpl.getShortExternalServices(UUID kubernetesServerSystemId, Class<? extends ExternalCloudClient> clientClass) -
Uses of ShortExternalService in org.qubership.atp.environments.service.rest.server
Methods in org.qubership.atp.environments.service.rest.server that return types with arguments of type ShortExternalServiceModifier and TypeMethodDescriptionSystemController.getKubernetesServiceNames(UUID systemId) SystemController.getOpenshiftServiceNames(UUID systemId) -
Uses of ShortExternalService in org.qubership.atp.environments.utils.cloud
Methods in org.qubership.atp.environments.utils.cloud that return types with arguments of type ShortExternalServiceModifier and TypeMethodDescriptionabstract List<ShortExternalService> ExternalCloudClient.getShortServices()KubeClient.getShortServices()OpenshiftClient.getShortServices()