Class GitHubSCMProbe
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 Summary
ConstructorsConstructorDescriptionGitHubSCMProbe
(GitHubSCMSource source, GitHubSCMHead<?> head, GitHubSCMRevision revision) -
Method Summary
Methods inherited from class jenkins.scm.api.SCMProbe
exists
Methods inherited from class jenkins.scm.api.SCMSourceCriteria.Probe
getRoot
-
Constructor Details
-
GitHubSCMProbe
-
-
Method Details
-
getHead
-
getRevision
-
name
- Specified by:
name
in classjenkins.scm.api.SCMSourceCriteria.Probe
-
close
- Throws:
IOException
-
stat
- Specified by:
stat
in classjenkins.scm.api.SCMProbe
- Throws:
IOException
-
lastModified
public long lastModified()- Specified by:
lastModified
in classjenkins.scm.api.SCMSourceCriteria.Probe
-