public class RemoteListCommand extends GitCommand<List<RemoteConfig>>
call() method to finally execute the command.repo| Modifier | Constructor and Description | 
|---|---|
protected  | 
RemoteListCommand(Repository repo)
 Constructor for RemoteListCommand. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<RemoteConfig> | 
call() | 
checkCallable, getRepository, setCallableprotected RemoteListCommand(Repository repo)
Constructor for RemoteListCommand.
repo - the Repositorypublic List<RemoteConfig> call() throws GitAPIException
Execute the command
 Executes the remote command with all the options and parameters
 collected by the setter methods of this class.
call in interface Callable<List<RemoteConfig>>call in class GitCommand<List<RemoteConfig>>GitAPIExceptionCopyright © 2020 Eclipse JGit Project. All rights reserved.