public class DeleteTagCommand extends GitCommand<java.util.List<java.lang.String>>
call()
is a list with the (full) names of the deleted
tags.repo
Modifier | Constructor and Description |
---|---|
protected |
DeleteTagCommand(Repository repo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
call()
Executes the command
|
DeleteTagCommand |
setTags(java.lang.String... tags) |
checkCallable, getRepository, setCallable
protected DeleteTagCommand(Repository repo)
repo
- public java.util.List<java.lang.String> call() throws GitAPIException
GitCommand
call
in interface java.util.concurrent.Callable<java.util.List<java.lang.String>>
call
in class GitCommand<java.util.List<java.lang.String>>
GitAPIException
- or subclass thereof when an error occurspublic DeleteTagCommand setTags(java.lang.String... tags)
tags
- the names of the tags to delete; if not set, this will do
nothing; invalid tag names will simply be ignoredCopyright © 2012. All Rights Reserved.