Class PreSCMBuildStepsWrapper

java.lang.Object
hudson.model.AbstractDescribableImpl<BuildWrapper>
hudson.tasks.BuildWrapper
org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper
All Implemented Interfaces:
ExtensionPoint, Describable<BuildWrapper>

public class PreSCMBuildStepsWrapper extends BuildWrapper
Class to allow any build step to be performed before the SCM checkout occurs.
Author:
Chris Johnson
  • Field Details

    • buildSteps

      public final ArrayList<BuildStep> buildSteps
      Stored build steps to run before the scm checkout is called
    • failOnError

      public final boolean failOnError
  • Constructor Details

    • PreSCMBuildStepsWrapper

      @DataBoundConstructor public PreSCMBuildStepsWrapper(ArrayList<BuildStep> buildstep, boolean failOnError)
      Constructor taking a list of buildsteps to use.
      Parameters:
      buildstep - list of but steps configured in the UI
  • Method Details