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
ConstructorsModifierConstructorDescriptionprotectedListTagCommand(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- aRepositoryobject.
-
-
Method Details
-
call
Execute the command
- Specified by:
callin interfaceCallable<List<Ref>>- Specified by:
callin classGitCommand<List<Ref>>- Throws:
GitAPIException
-