Package jenkins.plugins.git
Class GitBranchSCMRevision
- java.lang.Object
-
- jenkins.scm.api.SCMRevision
-
- jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
-
- jenkins.plugins.git.GitBranchSCMRevision
-
- All Implemented Interfaces:
Serializable
public class GitBranchSCMRevision extends AbstractGitSCMSource.SCMRevisionImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GitBranchSCMRevision(GitBranchSCMHead head, String hash)
-
Method Summary
-
Methods inherited from class jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl
equals, getHash, hashCode, toString
-
-
-
-
Constructor Detail
-
GitBranchSCMRevision
public GitBranchSCMRevision(GitBranchSCMHead head, String hash)
-
-