Skip to content

//kinta-lib/com.dailymotion.kinta.integration.git.internal

Package com.dailymotion.kinta.integration.git.internal

Functions

Name Summary
callWithCredentials [jvm]
Content
fun FetchCommand.callWithCredentials(): FetchResult
More info
execute the given fetch against a HTTPS remote By default, Jgit uses the origin remote to fetch.


[jvm]
Content
fun PullCommand.callWithCredentials(): PullResult
More info
execute the given pullCommand against a HTTPS remote By default, Jgit uses the origin remote to pull.


[jvm]
Content
fun PushCommand.callWithCredentials(): MutableIterable
More info
execute the given pushCommand against a HTTPS remote By default, Jgit uses the origin remote to push.