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

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

Introduction

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

The text is from its open source code.

Method

RemoteConfigcall()

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

RemoteAddCommandsetName(String name)
The name of the remote to add.
RemoteAddCommandsetUri(URIish uri)
The URL of the repository for the new remote.