Class PipelineStep

    • Constructor Detail

      • PipelineStep

        public PipelineStep​(BaseModel form)
    • Method Detail

      • getProjectNumber

        public String getProjectNumber()
      • execute

        public abstract org.jenkinsci.plugins.workflow.steps.StepExecution execute​(org.jenkinsci.plugins.workflow.steps.StepContext context,
                                                                                   Function<String,​String> replacer)
                                                                            throws Exception
        Throws:
        Exception
      • start

        public final org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext context)
                                                                       throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception