Class GenericSCMStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.scm.SCMStep
org.jenkinsci.plugins.workflow.steps.scm.GenericSCMStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class GenericSCMStep extends SCMStep
Runs a user-selected SCM.
  • Constructor Details

    • GenericSCMStep

      @DataBoundConstructor public GenericSCMStep(SCM scm)
  • Method Details

    • getScm

      public SCM getScm()
    • createSCM

      protected SCM createSCM()
      Specified by:
      createSCM in class SCMStep