Class MilestoneStepExecution

  • All Implemented Interfaces:
    Serializable

    public class MilestoneStepExecution
    extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<Void>
    See Also:
    Serialized Form
    • Constructor Detail

      • MilestoneStepExecution

        public MilestoneStepExecution()
    • Method Detail

      • run

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