Package jenkins.plugins.git
Class GitSCMFileSystem.BuilderImpl
- java.lang.Object
-
- jenkins.scm.api.SCMFileSystem.Builder
-
- jenkins.plugins.git.GitSCMFileSystem.BuilderImpl
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GitSCMFileSystem
@Extension(ordinal=-32768.0) public static class GitSCMFileSystem.BuilderImpl extends jenkins.scm.api.SCMFileSystem.Builder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jenkins.scm.api.SCMFileSystem
build(Item owner, SCM scm, jenkins.scm.api.SCMRevision rev)
jenkins.scm.api.SCMFileSystem
build(Item owner, SCM scm, jenkins.scm.api.SCMRevision rev, Run<?,?> _build)
jenkins.scm.api.SCMFileSystem
build(jenkins.scm.api.SCMSource source, jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision rev)
boolean
supports(SCM source)
boolean
supports(jenkins.scm.api.SCMSource source)
boolean
supportsDescriptor(SCMDescriptor descriptor)
boolean
supportsDescriptor(jenkins.scm.api.SCMSourceDescriptor descriptor)
-
-
-
Method Detail
-
supports
public boolean supports(SCM source)
- Specified by:
supports
in classjenkins.scm.api.SCMFileSystem.Builder
-
supports
public boolean supports(jenkins.scm.api.SCMSource source)
- Specified by:
supports
in classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
public boolean supportsDescriptor(SCMDescriptor descriptor)
- Specified by:
supportsDescriptor
in classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
public boolean supportsDescriptor(jenkins.scm.api.SCMSourceDescriptor descriptor)
- Specified by:
supportsDescriptor
in classjenkins.scm.api.SCMFileSystem.Builder
-
build
public jenkins.scm.api.SCMFileSystem build(@NonNull Item owner, @NonNull SCM scm, @CheckForNull jenkins.scm.api.SCMRevision rev) throws IOException, InterruptedException
- Overrides:
build
in classjenkins.scm.api.SCMFileSystem.Builder
- Throws:
IOException
InterruptedException
-
build
public jenkins.scm.api.SCMFileSystem build(@NonNull Item owner, @NonNull SCM scm, @CheckForNull jenkins.scm.api.SCMRevision rev, @CheckForNull Run<?,?> _build) throws IOException, InterruptedException
- Overrides:
build
in classjenkins.scm.api.SCMFileSystem.Builder
- Throws:
IOException
InterruptedException
-
build
public jenkins.scm.api.SCMFileSystem build(@NonNull jenkins.scm.api.SCMSource source, @NonNull jenkins.scm.api.SCMHead head, @CheckForNull jenkins.scm.api.SCMRevision rev) throws IOException, InterruptedException
- Overrides:
build
in classjenkins.scm.api.SCMFileSystem.Builder
- Throws:
IOException
InterruptedException
-
-