Class BitbucketSCMFileSystem
- java.lang.Object
-
- jenkins.scm.api.SCMFileSystem
-
- com.atlassian.bitbucket.jenkins.internal.scm.filesystem.BitbucketSCMFileSystem
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class BitbucketSCMFileSystem extends jenkins.scm.api.SCMFileSystem
- Since:
- 3.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BitbucketSCMFileSystem.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protected
BitbucketSCMFileSystem(BitbucketFilePathClient client, jenkins.scm.api.SCMRevision scmRevision, String ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jenkins.scm.api.SCMFile
getRoot()
long
lastModified()
-
-
-
Constructor Detail
-
BitbucketSCMFileSystem
protected BitbucketSCMFileSystem(BitbucketFilePathClient client, @Nullable jenkins.scm.api.SCMRevision scmRevision, @Nullable String ref)
-
-