Java org.eclipse.jgit.lib BranchTrackingStatus fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib BranchTrackingStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.lib BranchTrackingStatus.

The text is from its open source code.

Method

intgetAheadCount()
Get number of commits that the local branch is ahead of the remote-tracking branch
intgetBehindCount()
Get number of commits that the local branch is behind of the remote-tracking branch
StringgetRemoteTrackingBranch()
Get full remote-tracking branch name
BranchTrackingStatusof(Repository repository, String branchName)
Compute the tracking status for the branchName in repository.