Class WaitForBuildStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class WaitForBuildStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • WaitForBuildStep

        @DataBoundConstructor
        public WaitForBuildStep​(String runId)
    • Method Detail

      • getRunId

        public String getRunId()
      • isPropagate

        public boolean isPropagate()
      • setPropagate

        @DataBoundSetter
        public void setPropagate​(boolean propagate)
      • isPropagateAbort

        public boolean isPropagateAbort()
      • setPropagateAbort

        @DataBoundSetter
        public void setPropagateAbort​(boolean propagateAbort)
      • start

        public 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