public class GitOperations
extends java.lang.Object
| Constructor and Description |
|---|
GitOperations(GitRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
BranchPoint |
branchPoint(java.util.regex.Pattern otherBranchNamePattern) |
BranchPoint |
branchPoint(java.lang.String... otherBranchNames) |
int |
countCommitsSince(HasObjectId obj) |
TaggedCommit |
findLatestTag(java.util.regex.Pattern tagNamePattern,
boolean includeMerges) |
public GitOperations(GitRepository repository)
@Nullable public BranchPoint branchPoint(java.lang.String... otherBranchNames)
@Nullable public BranchPoint branchPoint(java.util.regex.Pattern otherBranchNamePattern)
public int countCommitsSince(HasObjectId obj)
@Nullable public TaggedCommit findLatestTag(java.util.regex.Pattern tagNamePattern, boolean includeMerges)