Class OcAction.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<OcAction.OcActionResult>
com.openshift.jenkins.plugins.pipeline.OcAction.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OcAction
public static class OcAction.Execution
extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<OcAction.OcActionResult>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatusBounded
-
Constructor Details
-
Execution
public Execution()
-
-
Method Details
-
run
protected OcAction.OcActionResult run() throws IOException, InterruptedException, ExecutionException- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<OcAction.OcActionResult>
- Throws:
IOException
InterruptedException
ExecutionException
-