Package cz.xtf.core.openshift
Class PodShell
- java.lang.Object
-
- cz.xtf.core.openshift.PodShell
-
public class PodShell extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPodShell.StateExecListener
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodShellOutputexecute(String... commands)PodShellOutputexecuteWithBash(String command)
-
-
-
Method Detail
-
executeWithBash
public PodShellOutput executeWithBash(String command)
-
execute
public PodShellOutput execute(String... commands)
-
-