Uses of Class
cz.xtf.core.openshift.OpenShift
-
Packages that use OpenShift Package Description cz.xtf.core.bm cz.xtf.core.event.helpers cz.xtf.core.openshift cz.xtf.core.waiting.failfast -
-
Uses of OpenShift in cz.xtf.core.bm
Methods in cz.xtf.core.bm that return OpenShift Modifier and Type Method Description OpenShiftBuildManager. openShift()Methods in cz.xtf.core.bm with parameters of type OpenShift Modifier and Type Method Description voidBinaryBuildFromFile. build(OpenShift openShift)voidBinaryBuildFromSources. build(OpenShift openShift)voidManagedBuild. build(OpenShift openShift)voidBinaryBuild. delete(OpenShift openShift)voidManagedBuild. delete(OpenShift openShift)WaiterBinaryBuild. hasCompleted(OpenShift openShift)WaiterManagedBuild. hasCompleted(OpenShift openShift)booleanBinaryBuild. isPresent(OpenShift openShift)booleanManagedBuild. isPresent(OpenShift openShift)booleanBinaryBuild. needsUpdate(OpenShift openShift)booleanManagedBuild. needsUpdate(OpenShift openShift)voidBinaryBuild. update(OpenShift openShift)voidManagedBuild. update(OpenShift openShift)Constructors in cz.xtf.core.bm with parameters of type OpenShift Constructor Description BuildManager(OpenShift openShift) -
Uses of OpenShift in cz.xtf.core.event.helpers
Methods in cz.xtf.core.event.helpers with parameters of type OpenShift Modifier and Type Method Description static ZonedDateTimeEventHelper. timeOfLastEvent(OpenShift openShift) -
Uses of OpenShift in cz.xtf.core.openshift
Fields in cz.xtf.core.openshift with type parameters of type OpenShift Modifier and Type Field Description static com.google.common.collect.Multimap<String,OpenShift>OpenShift. namespaceToOpenshiftClientMapUsed to cache created Openshift clients for given test case.Methods in cz.xtf.core.openshift that return OpenShift Modifier and Type Method Description static OpenShiftOpenShifts. admin()static OpenShiftOpenShifts. admin(String namespace)static OpenShiftOpenShift. get(String namespace)Autoconfigures the client with the default fabric8 client rulesstatic OpenShiftOpenShift. get(String masterUrl, String namespace, String token)static OpenShiftOpenShift. get(String masterUrl, String namespace, String username, String password)static OpenShiftOpenShift. get(Path kubeconfigPath, String namespace)static OpenShiftOpenShifts. master()static OpenShiftOpenShifts. master(String namespace)Methods in cz.xtf.core.openshift with parameters of type OpenShift Modifier and Type Method Description static OpenShiftWaitersOpenShiftWaiters. get(OpenShift openShift, FailFastCheck failFast)Constructors in cz.xtf.core.openshift with parameters of type OpenShift Constructor Description PodShell(OpenShift openShift, io.fabric8.kubernetes.api.model.Pod pod)PodShell(OpenShift openShift, io.fabric8.kubernetes.api.model.Pod pod, String containerName)PodShell(OpenShift openShift, String dcName) -
Uses of OpenShift in cz.xtf.core.waiting.failfast
Methods in cz.xtf.core.waiting.failfast with parameters of type OpenShift Modifier and Type Method Description static FailFastBuilderFailFastBuilder. ofOpenShifts(OpenShift... openShifts)
-