Class BitbucketSCMProbe

java.lang.Object
jenkins.scm.api.SCMSourceCriteria.Probe
jenkins.scm.api.SCMProbe
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMProbe
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable

public class BitbucketSCMProbe extends jenkins.scm.api.SCMProbe
Since:
4.0.0
See Also:
  • Constructor Details

    • BitbucketSCMProbe

      public BitbucketSCMProbe(jenkins.scm.api.SCMHead head, BitbucketFilePathClient filePathClient)
  • Method Details

    • close

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

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

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

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