Uses of Class
org.eclipse.jgit.api.RemoteAddCommand
-
Packages that use RemoteAddCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RemoteAddCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RemoteAddCommand Modifier and Type Method Description RemoteAddCommandGit. remoteAdd()Return a command used to add a new remote.RemoteAddCommandRemoteAddCommand. setName(String name)The name of the remote to add.RemoteAddCommandRemoteAddCommand. setUri(URIish uri)The URL of the repository for the new remote.
-