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 SummaryNested ClassesNested classes/interfaces inherited from class jenkins.scm.api.SCMFileSystemjenkins.scm.api.SCMFileSystem.Builder
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedBitbucketSCMFileSystem(BitbucketApi api, String ref, jenkins.scm.api.SCMRevision rev) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanchangesSince(jenkins.scm.api.SCMRevision fromRevision, OutputStream changeLogStream) voidclose()jenkins.scm.api.SCMFilegetRoot()longMethods inherited from class jenkins.scm.api.SCMFileSystemchild, getRevision, isFixedRevision, of, of, of, of, of, supports, supports, supports, supports
- 
Constructor Details- 
BitbucketSCMFileSystemprotected BitbucketSCMFileSystem(BitbucketApi api, String ref, @CheckForNull jenkins.scm.api.SCMRevision rev) 
 
- 
- 
Method Details- 
lastModified- Specified by:
- lastModifiedin class- jenkins.scm.api.SCMFileSystem
- Throws:
- IOException
 
- 
getRoot@NonNull public jenkins.scm.api.SCMFile getRoot()- Specified by:
- getRootin class- jenkins.scm.api.SCMFileSystem
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- jenkins.scm.api.SCMFileSystem
- Throws:
- IOException
 
- 
changesSincepublic boolean changesSince(@CheckForNull jenkins.scm.api.SCMRevision fromRevision, @NonNull OutputStream changeLogStream) throws UnsupportedOperationException, IOException, InterruptedException - Overrides:
- changesSincein class- jenkins.scm.api.SCMFileSystem
- Throws:
- UnsupportedOperationException
- IOException
- InterruptedException
 
 
-