Class P4UnshelveStep.P4UnshelveStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.p4.workflow.P4UnshelveStep.P4UnshelveStepExecution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- P4UnshelveStep
public static class P4UnshelveStep.P4UnshelveStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedP4UnshelveStepExecution(P4UnshelveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
P4UnshelveStepExecution
protected P4UnshelveStepExecution(P4UnshelveStep step, @Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details