Class RemoteSetUrlCommand

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

public class RemoteSetUrlCommand extends GitCommand<RemoteConfig>
Used to change the URL of a remote. 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: