Class GitHubSCMFileSystem

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class GitHubSCMFileSystem
    extends jenkins.scm.api.SCMFileSystem
    Author:
    Kanstantsin Shautsou
    • Method Detail

      • getCommitSha

        @NonNull
        public String getCommitSha()
      • getRemoteRepo

        @NonNull
        public org.kohsuke.github.GHRepository getRemoteRepo()
      • getRoot

        @NonNull
        public jenkins.scm.api.SCMFile getRoot()
        Specified by:
        getRoot in class jenkins.scm.api.SCMFileSystem