public interface BranchPoint extends HasObjectId
GitOperations.branchPoint(java.lang.String...) methods.| Modifier and Type | Method and Description |
|---|---|
GitCommit |
getCommit()
Gets the commit from which the branch was created.
|
default java.lang.String |
getId()
Gets the commit ID.
|
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.
|
default java.lang.String |
getOtherBranchName()
Gets the name of the other branch which was forked off here.
|
id@Nonnull GitCommit getCommit()
@Nonnull GitBranch getOtherBranch()
@Nonnull default java.lang.String getOtherBranchName()
@Nonnull MatcherFacade getMatches()
@Nonnull default java.lang.String getId()
getId in interface HasObjectId