|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.ajoberstar.gradle.git.api.Branch
@Immutable class Branch
Represents a Git branch.
Property Summary | |
---|---|
Commit |
commit
Gets the commit the branch point to. |
java.lang.String |
name
Gets the short name of the branch. |
java.lang.String |
refName
Gets the full reference name of the 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 |
---|
Commit commit
java.lang.String name
java.lang.String refName
Groovy Documentation