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, setCallable
protected RemoteListCommand(Repository repo)
Constructor for RemoteListCommand.
repo
- the Repository
public 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>>
GitAPIException
Copyright © 2019 Eclipse JGit Project. All rights reserved.