Class ListTagCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.List<Ref>>

    public class ListTagCommand
    extends GitCommand<java.util.List<Ref>>
    Used to obtain a list of tags.
    See Also:
    Git documentation about Tag
    • Constructor Detail

      • ListTagCommand

        protected ListTagCommand​(Repository repo)
        Constructor for ListTagCommand.
        Parameters:
        repo - a Repository object.