Class RemoteListCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<List<RemoteConfig>>
org.eclipse.jgit.api.RemoteListCommand
All Implemented Interfaces:
Callable<List<RemoteConfig>>

public class RemoteListCommand extends GitCommand<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: