Uses of Class
org.eclipse.jgit.api.RemoteSetUrlCommand
-
Packages that use RemoteSetUrlCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RemoteSetUrlCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RemoteSetUrlCommand Modifier and Type Method Description RemoteSetUrlCommandGit. remoteSetUrl()Return a command used to change the URL of an existing remote.RemoteSetUrlCommandRemoteSetUrlCommand. setRemoteName(String remoteName)The name of the remote to change the URL for.RemoteSetUrlCommandRemoteSetUrlCommand. setRemoteUri(URIish remoteUri)The new URL for the remote.RemoteSetUrlCommandRemoteSetUrlCommand. setUriType(RemoteSetUrlCommand.UriType type)Whether to change the push URL of the remote instead of the fetch URL.
-