Class P4PublishStep.P4PublishStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
org.jenkinsci.plugins.p4.workflow.P4PublishStep.P4PublishStepExecution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- P4PublishStep
public static class P4PublishStep.P4PublishStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<Void>
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedP4PublishStepExecution(P4PublishStep 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
-
P4PublishStepExecution
protected P4PublishStepExecution(P4PublishStep step, @Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details