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 RemoteAddCommand
Git. remoteAdd()
Return a command used to add a new remote.RemoteAddCommand
RemoteAddCommand. setName(String name)
The name of the remote to add.RemoteAddCommand
RemoteAddCommand. setUri(URIish uri)
The URL of the repository for the new remote.
-