GetRepositoryBranchesPlainArgs

data class GetRepositoryBranchesPlainArgs(val onlyNonProtectedBranches: Boolean? = null, val onlyProtectedBranches: Boolean? = null, val repository: String) : ConvertibleToJava<GetRepositoryBranchesPlainArgs>

A collection of arguments for invoking getRepositoryBranches.

Constructors

Link copied to clipboard
constructor(onlyNonProtectedBranches: Boolean? = null, onlyProtectedBranches: Boolean? = null, repository: String)

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.

Functions

Link copied to clipboard
open override fun toJava(): GetRepositoryBranchesPlainArgs