Uses of Class
cz.xtf.core.openshift.PodShellOutput
-
Packages that use PodShellOutput Package Description cz.xtf.core.openshift -
-
Uses of PodShellOutput in cz.xtf.core.openshift
Methods in cz.xtf.core.openshift that return PodShellOutput Modifier and Type Method Description PodShellOutputPodShell. execute(String... commands)PodShellOutputPodShell. executeWithBash(String command)PodShellOutputPodShell. executeWithRetry(int retryCount, int retryDelay, String... commands)PodShellOutputPodShell. executeWithRetry(String... commands)Executes command(s) on the pod with retry mechanism in case of failure.
-