Package cz.xtf.core.openshift
Class PodShell.StateExecListener
- java.lang.Object
-
- cz.xtf.core.openshift.PodShell.StateExecListener
-
-
Constructor Summary
Constructors Constructor Description StateExecListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasExecutionFinished()voidonClose(int i, String s)voidonFailure(Throwable throwable, io.fabric8.kubernetes.client.dsl.ExecListener.Response response)voidonOpen()
-
-
-
Method Detail
-
onOpen
public void onOpen()
- Specified by:
onOpenin interfaceio.fabric8.kubernetes.client.dsl.ExecListener
-
onFailure
public void onFailure(Throwable throwable, io.fabric8.kubernetes.client.dsl.ExecListener.Response response)
- Specified by:
onFailurein interfaceio.fabric8.kubernetes.client.dsl.ExecListener
-
onClose
public void onClose(int i, String s)- Specified by:
onClosein interfaceio.fabric8.kubernetes.client.dsl.ExecListener
-
hasExecutionFinished
public boolean hasExecutionFinished()
-
-