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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitbucketSCMProbe(jenkins.scm.api.SCMHead head, BitbucketFilePathClient filePathClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()longlastModified()Stringname()jenkins.scm.api.SCMProbeStatstat(String path)
-
-
-
Constructor Detail
-
BitbucketSCMProbe
public BitbucketSCMProbe(jenkins.scm.api.SCMHead head, BitbucketFilePathClient filePathClient)
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
name
public String name()
- Specified by:
namein classjenkins.scm.api.SCMSourceCriteria.Probe
-
lastModified
public long lastModified()
- Specified by:
lastModifiedin classjenkins.scm.api.SCMSourceCriteria.Probe
-
stat
public jenkins.scm.api.SCMProbeStat stat(String path) throws IOException
- Specified by:
statin classjenkins.scm.api.SCMProbe- Throws:
IOException
-
-