Package jenkins.plugins.git
Class GitTagSCMRevision
java.lang.Object
jenkins.scm.api.SCMRevision
jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
jenkins.plugins.git.GitTagSCMRevision
- All Implemented Interfaces:
Serializable
Represents the revision of a Git Tag.
- Since:
- 3.6.0
- See Also:
-
Constructor Summary
-
Method Summary
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
-
GitTagSCMRevision
Constructor.- Parameters:
head
- the head.hash
- the revision hash.
-