Class DeleteTagCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<List<String>>
org.eclipse.jgit.api.DeleteTagCommand
All Implemented Interfaces:
Callable<List<String>>

public class DeleteTagCommand extends GitCommand<List<String>>
Used to delete one or several tags. The result of call() is a list with the (full) names of the deleted tags.
See Also: