Class ListTagCommand

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

public class ListTagCommand extends GitCommand<List<Ref>>
Used to obtain a list of tags.
See Also: