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, setCallableprotected ListTagCommand(Repository repo)
repo - public List<Ref> call() throws GitAPIException
GitCommandcall in interface Callable<List<Ref>>call in class GitCommand<List<Ref>>GitAPIException - or subclass thereof when an error occursCopyright © 2018. All rights reserved.