Package org.eclipse.jgit.api
Class ListTagCommand
Used to obtain a list of tags.
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.jgit.api.GitCommand
repo
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ListTagCommand
(Repository repo) Constructor for ListTagCommand. -
Method Summary
Methods inherited from class org.eclipse.jgit.api.GitCommand
checkCallable, getRepository, setCallable
-
Constructor Details
-
ListTagCommand
Constructor for ListTagCommand.- Parameters:
repo
- aRepository
object.
-
-
Method Details
-
call
Execute the command
- Specified by:
call
in interfaceCallable<List<Ref>>
- Specified by:
call
in classGitCommand<List<Ref>>
- Throws:
GitAPIException
-