@Operation('remove') class TagRemoveOp extends java.lang.Object
Removes one or more tags from the repository. Returns a list of the fully qualified tag names that were removed.
| Type | Name and description |
|---|---|
java.util.List |
namesNames of tags to remove. |
| Constructor and description |
|---|
TagRemoveOp
(Repository repo) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<java.lang.String> |
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() |
Names of tags to remove.
Groovy Documentation