Class MilestoneStepExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<Void>
-
- org.jenkinsci.plugins.pipeline.milestone.MilestoneStepExecution
-
- All Implemented Interfaces:
Serializable
public class MilestoneStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<Void>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MilestoneStepExecution.CleanupJobsOnDelete
Clean up tracked jobs on deleted.static class
MilestoneStepExecution.Listener
-
Constructor Summary
Constructors Constructor Description MilestoneStepExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution
start, stop
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
-
-