Groovy Documentation

org.ajoberstar.gradle.git.api
[Groovy] Class TrackingStatus

java.lang.Object
  org.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

aheadCount

int aheadCount
number of commits that the local branch is ahead of the


behindCount

int behindCount
number of commits that the local branch is behind of the remote-tracking branch


remoteBranch

Branch remoteBranch
Remote tracking branch


 

Groovy Documentation