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 void
close()
long
lastModified()
String
name()
jenkins.scm.api.SCMProbeStat
stat(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:
name
in classjenkins.scm.api.SCMSourceCriteria.Probe
-
lastModified
public long lastModified()
- Specified by:
lastModified
in classjenkins.scm.api.SCMSourceCriteria.Probe
-
stat
public jenkins.scm.api.SCMProbeStat stat(String path) throws IOException
- Specified by:
stat
in classjenkins.scm.api.SCMProbe
- Throws:
IOException
-
-