public class ListTagCommand extends GitCommand<java.util.List<Ref>>
repo
Modifier | Constructor and Description |
---|---|
protected |
ListTagCommand(Repository repo)
Constructor for ListTagCommand.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Ref> |
call() |
checkCallable, getRepository, setCallable
protected ListTagCommand(Repository repo)
repo
- a Repository
object.public java.util.List<Ref> call() throws GitAPIException
Execute the command
call
in interface java.util.concurrent.Callable<java.util.List<Ref>>
call
in class GitCommand<java.util.List<Ref>>
GitAPIException