Get Repository Branches Plain Args
data class GetRepositoryBranchesPlainArgs(val onlyNonProtectedBranches: Boolean? = null, val onlyProtectedBranches: Boolean? = null, val repository: String) : ConvertibleToJava<GetRepositoryBranchesPlainArgs>
A collection of arguments for invoking getRepositoryBranches.
Properties
Link copied to clipboard
. If true, the branches
attributes will be populated only with non protected branches. Default: false
.
Link copied to clipboard
. If true, the branches
attributes will be populated only with protected branches. Default: false
.
Link copied to clipboard
Name of the repository to retrieve the branches from.