java.lang.Object
jenkins.scm.api.SCMSourceCriteria.Probe
jenkins.scm.api.SCMProbe
com.github.kostyasha.github.integration.multibranch.fs.GitHubSCMProbe
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable

public class GitHubSCMProbe extends jenkins.scm.api.SCMProbe
See Also:
  • Constructor Details

  • Method Details

    • getHead

      public GitHubSCMHead<?> getHead()
    • getRevision

      public GitHubSCMRevision getRevision()
    • name

      public String name()
      Specified by:
      name in class jenkins.scm.api.SCMSourceCriteria.Probe
    • close

      public void close() throws IOException
      Throws:
      IOException
    • stat

      public jenkins.scm.api.SCMProbeStat stat(String path) throws IOException
      Specified by:
      stat in class jenkins.scm.api.SCMProbe
      Throws:
      IOException
    • lastModified

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