Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RemoteSetUrlCommand |
Git.remoteSetUrl()
Return a command used to change the URL of an existing remote.
|
RemoteSetUrlCommand |
RemoteSetUrlCommand.setRemoteName(String remoteName)
The name of the remote to change the URL for.
|
RemoteSetUrlCommand |
RemoteSetUrlCommand.setRemoteUri(URIish remoteUri)
The new URL for the remote.
|
RemoteSetUrlCommand |
RemoteSetUrlCommand.setUriType(RemoteSetUrlCommand.UriType type)
Whether to change the push URL of the remote instead of the fetch URL.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.