Uses of Class
org.eclipse.jgit.api.RemoteRemoveCommand
-
Packages that use RemoteRemoveCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RemoteRemoveCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RemoteRemoveCommand Modifier and Type Method Description RemoteRemoveCommand
Git. remoteRemove()
Return a command used to remove an existing remote.RemoteRemoveCommand
RemoteRemoveCommand. setRemoteName(String remoteName)
The name of the remote to remove.
-