Class MilestoneStep.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    MilestoneStep

    @Extension
    public static final class MilestoneStep.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getFunctionName

        public String getFunctionName()
        Specified by:
        getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • load

        public void load()
        Overrides:
        load in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
      • save

        public void save()
        Specified by:
        save in interface Saveable
        Overrides:
        save in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
      • getMilestonesByOrdinalByJob

        public Map<String,​Map<Integer,​org.jenkinsci.plugins.pipeline.milestone.Milestone>> getMilestonesByOrdinalByJob()