org.eclipse.jgit.api
Class ListTagCommand
java.lang.Object
org.eclipse.jgit.api.GitCommand<List<RevTag>>
org.eclipse.jgit.api.ListTagCommand
- All Implemented Interfaces:
- Callable<List<RevTag>>
public class ListTagCommand
- extends GitCommand<List<RevTag>>
Used to obtain a list of tags.
- See Also:
- Git documentation about Tag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTagCommand
protected ListTagCommand(Repository repo)
- Parameters:
repo
-
call
public List<RevTag> call()
throws JGitInternalException
- Returns:
- the tags available
- Throws:
JGitInternalException
- upon internal failure
Copyright © 2011. All Rights Reserved.