Class OcWatch.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Void>
-
- com.openshift.jenkins.plugins.pipeline.OcWatch.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OcWatch
public static final class OcWatch.Execution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
getStatus, onResume, start, stop
-
-
-
-
Method Detail
-
run
public Void run() throws IOException, InterruptedException
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Void>
- Throws:
IOException
InterruptedException
-
-