kinta-lib / com.dailymotion.kinta.integration.gitlab / GitlabIntegration
GitlabIntegration
object GitlabIntegration :
GitTool
Types
Name | Summary |
---|---|
Repository | data class Repository |
Functions
Name | Summary |
---|---|
deleteRef | fun deleteRef(token: String ?, owner: String ?, repo: String ?, ref: String ): Unit |
getAllBranches | fun getAllBranches(token: String ?, owner: String ?, repo: String ?): List < String > |
getBranchInfo | For each branch in branches, get some info about the pull requests associated to itfun getBranchInfo(token: String ?, owner: String ?, repo: String ?, remote: String , branch: String ): BranchInfo |
openPullRequest | fun openPullRequest(token: String ?, owner: String ?, repo: String ?, head: String ?, base: String ?, title: String ?): Unit |
repository | fun repository(): Repository |