Class BitbucketSCMFileSystem

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class BitbucketSCMFileSystem
    extends jenkins.scm.api.SCMFileSystem
    • Method Detail

      • lastModified

        public long lastModified()
                          throws IOException
        Return timestamp of last commit or of tag if its annotated tag.
        Specified by:
        lastModified in class jenkins.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 class jenkins.scm.api.SCMFileSystem