RepositoryRulesetConditionsRefName

data class RepositoryRulesetConditionsRefName(val excludes: List<String>, val includes: List<String>)

Constructors

Link copied to clipboard
constructor(excludes: List<String>, includes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match.

Link copied to clipboard

Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts ~DEFAULT_BRANCH to include the default branch or ~ALL to include all branches.