Class RemoteRemoveCommand

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

public class RemoteRemoveCommand extends GitCommand<RemoteConfig>
Used to remove an existing 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: