Class SubversionStep

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
jenkins.scm.impl.subversion.SubversionStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class SubversionStep extends org.jenkinsci.plugins.workflow.steps.scm.SCMStep
Runs Subversion using SubversionSCM.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     

    Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep

    org.jenkinsci.plugins.workflow.steps.scm.SCMStep.SCMStepDescriptor, org.jenkinsci.plugins.workflow.steps.scm.SCMStep.StepExecutionImpl

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected SCM
     
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.scm.SCMStep

    checkout, isChangelog, isPoll, setChangelog, setPoll, start

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step

    getDescriptor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubversionStep

      @DataBoundConstructor public SubversionStep(String url)
  • Method Details

    • getUrl

      public String getUrl()
    • createSCM

      protected SCM createSCM()
      Specified by:
      createSCM in class org.jenkinsci.plugins.workflow.steps.scm.SCMStep