class BranchPoint extends java.lang.Object
Represents a "branch point", i.e. a point in the commit history where one branch was pulled off another.
| Type | Name and description |
|---|---|
java.lang.String |
branchNameThe name of the branch that was created. |
GitCommit |
commitThe commit from which the branch was created. |
MatcherFacade |
matchesIf the branch point was found based on a regular expression match, contains the capture groups for the branch name. |
| Constructor and description |
|---|
BranchPoint
(java.lang.String branchName, org.eclipse.jgit.lib.ObjectId commitId, java.util.regex.Matcher matcher = null) |
| Type | Name and description |
|---|---|
org.eclipse.jgit.lib.ObjectId |
getObjectId() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The name of the branch that was created.
The commit from which the branch was created.
If the branch point was found based on a regular expression match, contains the capture groups for the branch name.
Groovy Documentation