Index
kinta-lib / com.dailymotion.kinta.integration.git.internal / org.eclipse.jgit.api.PushCommand
Extensions for org.eclipse.jgit.api.PushCommand
| Name | Summary |
|---|---|
| callWithCredentials | execute the given pushCommand against a HTTPS remote By default, Jgit uses the origin remote to push. It might be configured using a ssh config that Jgit does not understand. This method will create a temporary HTTPS remote to push againstfun PushCommand.callWithCredentials():MutableIterable<PushResult> |