The tracking status of a branch.
| Type | Name and description |
|---|---|
int |
aheadCountThe number of commits this branch is ahead of its upstream. |
int |
behindCountThe number of commits this branch is behind its upstream. |
Branch |
branchThe branch this object is for. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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 number of commits this branch is ahead of its upstream.
The number of commits this branch is behind its upstream.
The branch this object is for.