Class GitHubSCMRevision
java.lang.Object
jenkins.scm.api.SCMRevision
jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
com.github.kostyasha.github.integration.multibranch.revision.GitHubSCMRevision
- All Implemented Interfaces:
Serializable
public class GitHubSCMRevision
extends jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
- Author:
- Kanstantsin Shautsou
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitHubSCMRevision
(jenkins.scm.api.SCMHead head, String hash, GitHubCause cause) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
setCause
(GitHubCause cause) setRemoteData
(Object remoteData) Provides a way for SCMSourceCriteria implementations to get a hold of the remote data (branch, tag, etc)Methods inherited from class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
equals, getHash, hashCode, toString
Methods inherited from class jenkins.scm.api.SCMRevision
getHead, isDeterministic
-
Constructor Details
-
GitHubSCMRevision
-
-
Method Details
-
getCause
-
setCause
-
getRemoteData
-
setRemoteData
Provides a way for SCMSourceCriteria implementations to get a hold of the remote data (branch, tag, etc)
-