Class RemoteListCommand

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

    public class RemoteListCommand
    extends GitCommand<java.util.List<RemoteConfig>>
    Used to obtain the list of remotes. This class has setters for all supported options and arguments of this command and a call() method to finally execute the command.
    Since:
    4.2
    See Also:
    Git documentation about Remote
    • Constructor Detail

      • RemoteListCommand

        protected RemoteListCommand​(Repository repo)

        Constructor for RemoteListCommand.

        Parameters:
        repo - the Repository