Package hudson.plugins.release.pipeline
Class ReleaseStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- hudson.plugins.release.pipeline.ReleaseStepExecution
-
- All Implemented Interfaces:
Serializable
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class ReleaseStepExecution extends org.jenkinsci.plugins.workflow.steps.StepExecution
- Since:
- 2.7
- Author:
- Alexey Merezhin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReleaseStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, ReleaseStep step)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
void
stop(Throwable cause)
-
-
-
Constructor Detail
-
ReleaseStepExecution
public ReleaseStepExecution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull ReleaseStep step)
-
-