GetProjectBranchesBranch

data class GetProjectBranchesBranch(val canPush: Boolean, val commits: List<GetProjectBranchesBranchCommit>, val default: Boolean, val developersCanMerge: Boolean, val developersCanPush: Boolean, val merged: Boolean, val name: String, val protected: Boolean, val webUrl: String)

Constructors

Link copied to clipboard
constructor(canPush: Boolean, commits: List<GetProjectBranchesBranchCommit>, default: Boolean, developersCanMerge: Boolean, developersCanPush: Boolean, merged: Boolean, name: String, protected: Boolean, webUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bool, true if you can push to the branch.

Link copied to clipboard

The commit associated with this branch.

Link copied to clipboard

Bool, true if branch is the default branch for the project.

Link copied to clipboard

Bool, true if developer level access allows to merge branch.

Link copied to clipboard

Bool, true if developer level access allows git push.

Link copied to clipboard

Bool, true if the branch has been merged into it's parent.

Link copied to clipboard

The name of the branch.

Link copied to clipboard

Bool, true if branch has branch protection.

Link copied to clipboard

URL that can be used to find the branch in a browser.