public class ListTagCommand extends GitCommand<java.util.List<RevTag>>
repo
Modifier | Constructor and Description |
---|---|
protected |
ListTagCommand(Repository repo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RevTag> |
call() |
checkCallable, getRepository, setCallable
protected ListTagCommand(Repository repo)
repo
- public java.util.List<RevTag> call() throws JGitInternalException
JGitInternalException
- upon internal failureCopyright © 2012. All Rights Reserved.