@Operation('list') class BranchListOp extends java.lang.Object
Lists branches in the repository. Returns a list of Branch.
| Modifiers | Name | Description |
|---|---|---|
static enum |
BranchListOp.Mode |
| Type | Name and description |
|---|---|
java.lang.Object |
containsCommit ref branches must contains |
BranchListOp.Mode |
modeWhich branches to return. |
| Constructor and description |
|---|
BranchListOp
(Repository repo) |
| 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() |
Commit ref branches must contains
Which branches to return.
Groovy Documentation