kinta-lib / com.dailymotion.kinta.integration.git / GitIntegration
GitIntegration
object GitIntegration
Functions
Name | Summary |
---|---|
add | fun add(filePath: String ): Unit |
checkCleanliness | fun checkCleanliness(): Unit |
checkout | fun checkout(branch: String = "master"): Unit |
commit | fun commit(message: String ): Unit |
createBranch | fun createBranch(branchName: String ): Unit |
currentBranch | fun currentBranch(): String |
deleteBranches | fun deleteBranches(branches: List < String >, force: Boolean = false): Unit |
fetch | fun fetch(remote: String ? = null, prune: Boolean = false): Unit |
getBranches | fun getBranches(): List < String > |
getUserEmail | fun getUserEmail(): String ! |
pull | fun pull(): Unit |
push | fun push(remote: String ? = null, src: String ? = null, dst: String ? = null): Unit |
tag | fun tag(tagName: String ): Unit |