@Operation('add') class AddOp extends java.lang.Object
Adds files to the index.
| Constructor and description |
|---|
AddOp
(Repository repo) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Void |
call() |
| 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() |
Patterns of files to add to the index.
true if changes to all currently tracked files should be added
to the index, false otherwise.
Groovy Documentation