|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.ajoberstar.gradle.git.api.TrackingStatus
class TrackingStatus
Property Summary | |
---|---|
int |
aheadCount
number of commits that the local branch is ahead of the |
int |
behindCount
number of commits that the local branch is behind of the remote-tracking branch |
Branch |
remoteBranch
Remote tracking branch |
Method Summary |
---|
Methods inherited from 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() |
Property Detail |
---|
int aheadCount
int behindCount
Branch remoteBranch
Groovy Documentation