RepositoryEnvironmentDeploymentBranchPolicy

data class RepositoryEnvironmentDeploymentBranchPolicy(val customBranchPolicies: Boolean, val protectedBranches: Boolean)

Constructors

fun RepositoryEnvironmentDeploymentBranchPolicy(customBranchPolicies: Boolean, protectedBranches: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether only branches that match the specified name patterns can deploy to this environment.

Link copied to clipboard

Whether only branches with branch protection rules can deploy to this environment.