kinta-lib / com.dailymotion.kinta.integration.gitlab.internal / GitlabService
GitlabService
interface GitlabService
Functions
| Name | Summary |
|---|---|
| deleteBranch | abstract fun deleteBranch(projectId:String, branch:String): Call<ResponseBody> |
| getBranches | abstract fun getBranches(projectId:String): Call<List<Branch>> |
| getMRWithBase | abstract fun getMRWithBase(projectId:String, target:String): Call<List<MergeRequest>> |
| getMRWithHead | abstract fun getMRWithHead(projectId:String, source:String): Call<List<MergeRequest>> |
| openPullRequest | abstract fun openPullRequest(projectId:String, mergeRequestBody:MergeRequestBody): Call<ResponseBody> |