Class GitLabSCMFileSystem.BuilderImpl
java.lang.Object
jenkins.scm.api.SCMFileSystem.Builder
io.jenkins.plugins.gitlabbranchsource.GitLabSCMFileSystem.BuilderImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GitLabSCMFileSystem
@Extension
public static class GitLabSCMFileSystem.BuilderImpl
extends jenkins.scm.api.SCMFileSystem.Builder
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjenkins.scm.api.SCMFileSystem
jenkins.scm.api.SCMFileSystem
build
(jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision rev, org.gitlab4j.api.GitLabApi gitLabApi, String projectPath) jenkins.scm.api.SCMFileSystem
build
(jenkins.scm.api.SCMSource source, jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision rev) boolean
boolean
supports
(jenkins.scm.api.SCMSource source) protected boolean
supportsDescriptor
(SCMDescriptor scmDescriptor) protected boolean
supportsDescriptor
(jenkins.scm.api.SCMSourceDescriptor scmSourceDescriptor) Methods inherited from class jenkins.scm.api.SCMFileSystem.Builder
build, supports, supports
-
Constructor Details
-
BuilderImpl
public BuilderImpl()
-
-
Method Details
-
supports
- 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
- Specified by:
supportsDescriptor
in classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
protected boolean supportsDescriptor(jenkins.scm.api.SCMSourceDescriptor scmSourceDescriptor) - 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) - Overrides:
build
in classjenkins.scm.api.SCMFileSystem.Builder
-
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
-
build
public jenkins.scm.api.SCMFileSystem build(@NonNull jenkins.scm.api.SCMHead head, @CheckForNull jenkins.scm.api.SCMRevision rev, @NonNull org.gitlab4j.api.GitLabApi gitLabApi, @NonNull String projectPath) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-