Uses of Class
org.guvnor.ala.openshift.access.OpenShiftClient
-
Packages that use OpenShiftClient Package Description org.guvnor.ala.openshift.access org.guvnor.ala.openshift.access.impl -
-
Uses of OpenShiftClient in org.guvnor.ala.openshift.access
Methods in org.guvnor.ala.openshift.access that return OpenShiftClient Modifier and Type Method Description OpenShiftClientOpenShiftAccessInterface. getOpenShiftClient(org.guvnor.ala.runtime.providers.ProviderId providerId)Gets the OpenShift Client for the provided ProviderId.OpenShiftClientOpenShiftAccessInterface. newOpenShiftClient(org.guvnor.ala.config.ProviderConfig providerConfig)Always creates a new OpenShiftClient with the provided Provider configuration.Methods in org.guvnor.ala.openshift.access with parameters of type OpenShiftClient Modifier and Type Method Description voidOpenShiftClientListener. trigger(OpenShiftClient client, OpenShiftRuntimeConfig runtimeConfig)Constructors in org.guvnor.ala.openshift.access with parameters of type OpenShiftClient Constructor Description OpenShiftTemplate(OpenShiftClient client, OpenShiftRuntimeConfig runtimeConfig) -
Uses of OpenShiftClient in org.guvnor.ala.openshift.access.impl
Methods in org.guvnor.ala.openshift.access.impl that return OpenShiftClient Modifier and Type Method Description OpenShiftClientOpenShiftAccessInterfaceImpl. getOpenShiftClient(org.guvnor.ala.runtime.providers.ProviderId providerId)OpenShiftClientOpenShiftAccessInterfaceImpl. newOpenShiftClient(org.guvnor.ala.config.ProviderConfig providerConfig)
-