Package org.jenkinsci.plugins.p4.scm
Class P4SCMFileSystem.BuilderImpl
- java.lang.Object
-
- jenkins.scm.api.SCMFileSystem.Builder
-
- org.jenkinsci.plugins.p4.scm.P4SCMFileSystem.BuilderImpl
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- P4SCMFileSystem
@Extension public static class P4SCMFileSystem.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.SCMFileSystembuild(Item owner, SCM scm, jenkins.scm.api.SCMRevision rev)booleansupports(SCM source)booleansupports(jenkins.scm.api.SCMSource source)protected booleansupportsDescriptor(SCMDescriptor scmDescriptor)protected booleansupportsDescriptor(jenkins.scm.api.SCMSourceDescriptor scmSourceDescriptor)
-
-
-
Method Detail
-
supports
public boolean supports(SCM source)
- Specified by:
supportsin classjenkins.scm.api.SCMFileSystem.Builder
-
supports
public boolean supports(jenkins.scm.api.SCMSource source)
- Specified by:
supportsin classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
protected boolean supportsDescriptor(SCMDescriptor scmDescriptor)
- Specified by:
supportsDescriptorin classjenkins.scm.api.SCMFileSystem.Builder
-
supportsDescriptor
protected boolean supportsDescriptor(jenkins.scm.api.SCMSourceDescriptor scmSourceDescriptor)
- Specified by:
supportsDescriptorin classjenkins.scm.api.SCMFileSystem.Builder
-
build
public jenkins.scm.api.SCMFileSystem build(@NonNull Item owner, SCM scm, @CheckForNull jenkins.scm.api.SCMRevision rev) throws IOException, InterruptedException- Overrides:
buildin classjenkins.scm.api.SCMFileSystem.Builder- Throws:
IOExceptionInterruptedException
-
-