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 
     

    Nested classes/interfaces inherited from class jenkins.scm.api.SCMFileSystem

    jenkins.scm.api.SCMFileSystem.Builder
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    BitbucketSCMFileSystem(BitbucketFilePathClient client, jenkins.scm.api.SCMRevision scmRevision, String ref)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jenkins.scm.api.SCMFile
     
    long
     

    Methods inherited from class jenkins.scm.api.SCMFileSystem

    changesSince, child, close, getRevision, isFixedRevision, of, of, of, of, of, supports, supports, supports, supports

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BitbucketSCMFileSystem

      protected BitbucketSCMFileSystem(BitbucketFilePathClient client, @Nullable jenkins.scm.api.SCMRevision scmRevision, @Nullable String ref)
  • Method Details

    • getRoot

      public jenkins.scm.api.SCMFile getRoot()
      Specified by:
      getRoot in class jenkins.scm.api.SCMFileSystem
    • lastModified

      public long lastModified()
      Specified by:
      lastModified in class jenkins.scm.api.SCMFileSystem