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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OcAction.OcActionResult
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
getStatus, onResume, start, stop
-
-
-
-
Method Detail
-
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
-
-