Class SubversionSCMFileSystem.BuilderImpl

java.lang.Object
jenkins.scm.api.SCMFileSystem.Builder
jenkins.scm.impl.subversion.SubversionSCMFileSystem.BuilderImpl
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
SubversionSCMFileSystem

@Extension public static class SubversionSCMFileSystem.BuilderImpl extends jenkins.scm.api.SCMFileSystem.Builder
  • Field Details

    • ENABLED

      public final boolean ENABLED
  • Constructor Details

    • BuilderImpl

      public BuilderImpl()
  • Method Details

    • supports

      public boolean supports(SCM source)
      Specified by:
      supports in class jenkins.scm.api.SCMFileSystem.Builder
    • supportsDescriptor

      protected boolean supportsDescriptor(SCMDescriptor descriptor)
      Specified by:
      supportsDescriptor in class jenkins.scm.api.SCMFileSystem.Builder
    • supports

      public boolean supports(jenkins.scm.api.SCMSource source)
      Specified by:
      supports in class jenkins.scm.api.SCMFileSystem.Builder
    • supportsDescriptor

      protected boolean supportsDescriptor(jenkins.scm.api.SCMSourceDescriptor descriptor)
      Specified by:
      supportsDescriptor in class jenkins.scm.api.SCMFileSystem.Builder
    • build

      public jenkins.scm.api.SCMFileSystem build(jenkins.scm.api.SCMSource source, jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision rev) throws IOException, InterruptedException
      Overrides:
      build in class jenkins.scm.api.SCMFileSystem.Builder
      Throws:
      IOException
      InterruptedException
    • build

      public jenkins.scm.api.SCMFileSystem build(Item owner, SCM scm, jenkins.scm.api.SCMRevision rev) throws IOException, InterruptedException
      Overrides:
      build in class jenkins.scm.api.SCMFileSystem.Builder
      Throws:
      IOException
      InterruptedException