Class ScmManagerSvnSource

java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.scm.api.SCMSource>
jenkins.scm.api.SCMSource
jenkins.scm.impl.subversion.SubversionSCMSource
com.cloudogu.scmmanager.scm.ScmManagerSvnSource
All Implemented Interfaces:
ExtensionPoint, Describable<jenkins.scm.api.SCMSource>

public class ScmManagerSvnSource extends jenkins.scm.impl.subversion.SubversionSCMSource
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class jenkins.scm.impl.subversion.SubversionSCMSource

    jenkins.scm.impl.subversion.SubversionSCMSource.ListenerImpl, jenkins.scm.impl.subversion.SubversionSCMSource.SCMRevisionImpl

    Nested classes/interfaces inherited from class jenkins.scm.api.SCMSource

    jenkins.scm.api.SCMSource.SourceByItem

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Field Summary

    Fields inherited from class jenkins.scm.impl.subversion.SubversionSCMSource

    COMPARATOR, LOGGER

    Fields inherited from class jenkins.scm.api.SCMSource

    PRONOUN
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScmManagerSvnSource(String id, String serverUrl, String repository, String credentialsId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision revision)
     
     
     

    Methods inherited from class jenkins.scm.impl.subversion.SubversionSCMSource

    getBrowser, getCredentialsId, getExcludes, getIncludes, getRemoteBase, getUuid, getWorkspaceUpdater, retrieve, retrieve, retrieve, retrieveRevisions, setBrowser, setCredentialsId, setExcludes, setIncludes, setWorkspaceUpdater

    Methods inherited from class jenkins.scm.api.SCMSource

    afterSave, build, canProbe, checkInterrupt, createProbe, defaultListener, equals, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchActions, fetchActions, fetchActions, fetchRevisions, fetchRevisions, fromSCMFileSystem, getCategories, getCriteria, getDescriptor, getId, getOwner, getPronoun, getTraits, getTrustedRevision, hashCode, hasId, isCategoryEnabled, newProbe, parentHeads, parentRevisions, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveActions, retrieveActions, retrieveActions, retrieveRevisions, setId, setOwner, setTraits, toString, withId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ScmManagerSvnSource

      @DataBoundConstructor public ScmManagerSvnSource(String id, String serverUrl, String repository, String credentialsId)
  • Method Details

    • getServerUrl

      public String getServerUrl()
    • getRepository

      public String getRepository()
    • build

      @NonNull public SubversionSCM build(@NonNull jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision revision)
      Overrides:
      build in class jenkins.scm.impl.subversion.SubversionSCMSource