public class BranchPointImpl extends java.lang.Object implements BranchPoint
| Modifier and Type | Method and Description |
|---|---|
GitCommit |
getCommit()
Gets the commit from which the branch was created.
|
MatcherFacade |
getMatches()
If a regular expression pattern was used to find this branch point, gets the matches
from the branch name.
|
GitBranch |
getOtherBranch()
Gets the other branch which was forked off here.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getOtherBranchNameid@Nonnull public GitCommit getCommit()
BranchPointgetCommit in interface BranchPoint@Nonnull public GitBranch getOtherBranch()
BranchPointgetOtherBranch in interface BranchPoint@Nonnull public MatcherFacade getMatches()
BranchPointgetMatches in interface BranchPoint