Uses of Interface
org.guvnor.ala.openshift.access.OpenShiftAccessInterface
-
Packages that use OpenShiftAccessInterface Package Description org.guvnor.ala.openshift.access.impl org.guvnor.ala.openshift.executor org.guvnor.ala.openshift.service -
-
Uses of OpenShiftAccessInterface in org.guvnor.ala.openshift.access.impl
Classes in org.guvnor.ala.openshift.access.impl that implement OpenShiftAccessInterface Modifier and Type Class Description classOpenShiftAccessInterfaceImplConfigures, builds, and caches the openshift client, per provider id. -
Uses of OpenShiftAccessInterface in org.guvnor.ala.openshift.executor
Constructors in org.guvnor.ala.openshift.executor with parameters of type OpenShiftAccessInterface Constructor Description OpenShiftRuntimeExecExecutor(org.guvnor.ala.registry.RuntimeRegistry runtimeRegistry, OpenShiftAccessInterface openshift) -
Uses of OpenShiftAccessInterface in org.guvnor.ala.openshift.service
Constructors in org.guvnor.ala.openshift.service with parameters of type OpenShiftAccessInterface Constructor Description OpenShiftRuntimeManager(org.guvnor.ala.registry.RuntimeRegistry runtimeRegistry, OpenShiftAccessInterface openshift)
-