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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Clean up tracked jobs on deleted.
    static final class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MilestoneStepExecution

      public MilestoneStepExecution()
  • Method Details

    • run

      public Void run() throws Exception
      Specified by:
      run in class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<Void>
      Throws:
      Exception