Java org.eclipse.jgit.api RemoteSetUrlCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api RemoteSetUrlCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api RemoteSetUrlCommand.

The text is from its open source code.

Method

RemoteConfigcall()

Executes the remote command with all the options and parameters collected by the setter methods of this class.

voidsetName(String name)
The name of the remote to change the URL for.
voidsetPush(boolean push)
Whether to change the push URL of the remote instead of the fetch URL.
voidsetUri(URIish uri)
The new URL for the remote.