Class GitHubSCMFileSystemBuilder
java.lang.Object
jenkins.scm.api.SCMFileSystem.Builder
com.github.kostyasha.github.integration.multibranch.fs.GitHubSCMFileSystemBuilder
- All Implemented Interfaces:
ExtensionPoint
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjenkins.scm.api.SCMFileSystemjenkins.scm.api.SCMFileSystembuild(jenkins.scm.api.SCMSource source, jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision rev) booleanbooleansupports(jenkins.scm.api.SCMSource source) protected booleansupportsDescriptor(SCMDescriptor descriptor) protected booleansupportsDescriptor(jenkins.scm.api.SCMSourceDescriptor descriptor) Methods inherited from class jenkins.scm.api.SCMFileSystem.Builder
build, supports, supports
-
Constructor Details
-
GitHubSCMFileSystemBuilder
public GitHubSCMFileSystemBuilder()
-
-
Method Details
-
supports
public boolean supports(jenkins.scm.api.SCMSource source) - Specified by:
supportsin classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
- Specified by:
supportsDescriptorin classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
protected boolean supportsDescriptor(jenkins.scm.api.SCMSourceDescriptor descriptor) - Specified by:
supportsDescriptorin 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:
buildin classjenkins.scm.api.SCMFileSystem.Builder- Throws:
IOExceptionInterruptedException
-
supports
- Specified by:
supportsin 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:
buildin classjenkins.scm.api.SCMFileSystem.Builder- Throws:
IOExceptionInterruptedException
-