Class ListTagCommand
-
Field Summary
Fields inherited from class GitCommand
repo -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedListTagCommand(Repository repo) Constructor for ListTagCommand. -
Method Summary
Methods inherited from class 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
-