Class BitbucketSCMFileSystem
java.lang.Object
jenkins.scm.api.SCMFileSystem
com.cloudbees.jenkins.plugins.bitbucket.filesystem.BitbucketSCMFileSystem
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class BitbucketSCMFileSystem
extends jenkins.scm.api.SCMFileSystem
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.scm.api.SCMFileSystem
jenkins.scm.api.SCMFileSystem.Builder
-
Constructor Summary
ModifierConstructorDescriptionprotected
BitbucketSCMFileSystem
(BitbucketApi api, String ref, jenkins.scm.api.SCMRevision rev) -
Method Summary
Modifier and TypeMethodDescriptionjenkins.scm.api.SCMFile
getRoot()
long
Return timestamp of last commit or of tag if its annotated tag.Methods inherited from class jenkins.scm.api.SCMFileSystem
changesSince, child, close, getRevision, isFixedRevision, of, of, of, of, of, supports, supports, supports, supports
-
Constructor Details
-
BitbucketSCMFileSystem
protected BitbucketSCMFileSystem(BitbucketApi api, String ref, jenkins.scm.api.SCMRevision rev) throws IOException - Throws:
IOException
-
-
Method Details
-
lastModified
Return timestamp of last commit or of tag if its annotated tag.- Specified by:
lastModified
in classjenkins.scm.api.SCMFileSystem
- Returns:
- timestamp of last commit or of tag if its annotated tag
- Throws:
IOException
-
getRoot
@NonNull public jenkins.scm.api.SCMFile getRoot()- Specified by:
getRoot
in classjenkins.scm.api.SCMFileSystem
-