Uses of Class
org.eclipse.jgit.api.RemoteSetUrlCommand
Packages that use RemoteSetUrlCommand
-
Uses of RemoteSetUrlCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RemoteSetUrlCommandModifier and TypeMethodDescriptionGit.remoteSetUrl()
Return a command used to change the URL of an existing remote.RemoteSetUrlCommand.setRemoteName
(String remoteName) The name of the remote to change the URL for.RemoteSetUrlCommand.setRemoteUri
(URIish remoteUri) The new URL for the remote.RemoteSetUrlCommand.setUriType
(RemoteSetUrlCommand.UriType type) Whether to change the push URL of the remote instead of the fetch URL.