public class ListTagCommand extends GitCommand<List<Ref>>
repo
Modifier | Constructor | Description |
---|---|---|
protected |
ListTagCommand(Repository repo) |
Modifier and Type | Method | Description |
---|---|---|
List<Ref> |
call() |
Executes the command
|
checkCallable, getRepository, setCallable
protected ListTagCommand(Repository repo)
repo
- public List<Ref> call() throws GitAPIException
GitCommand
call
in interface Callable<List<Ref>>
call
in class GitCommand<List<Ref>>
GitAPIException
- or subclass thereof when an error occursCopyright © 2018. All rights reserved.