public class TaggedCommitImpl extends java.lang.Object implements TaggedCommit
| Constructor and Description |
|---|
TaggedCommitImpl(GitTag tag,
MatcherFacade matches) |
| Modifier and Type | Method and Description |
|---|---|
MatcherFacade |
getMatches() |
GitTag |
getTag() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommit, getId, getTagNameidpublic TaggedCommitImpl(GitTag tag, MatcherFacade matches)
@Nonnull public GitTag getTag()
getTag in interface TaggedCommit@Nonnull public MatcherFacade getMatches()
getMatches in interface TaggedCommit