public class RemoteListCommand extends GitCommand<List<RemoteConfig>>
call() method to finally execute the command.repo| Modifier | Constructor and Description |
|---|---|
protected |
RemoteListCommand(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteConfig> |
call()
Executes the
remote command with all the options and parameters
collected by the setter methods of this class. |
checkCallable, getRepository, setCallableprotected RemoteListCommand(Repository repo)
repo - public List<RemoteConfig> call() throws GitAPIException
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>>RemoteConfig objects.GitAPIException - or subclass thereof when an error occursCopyright © 2017 Eclipse JGit Project. All rights reserved.