RepositoryRulesetConditionsRefNameArgs

data class RepositoryRulesetConditionsRefNameArgs(val excludes: Output<List<String>>, val includes: Output<List<String>>) : ConvertibleToJava<RepositoryRulesetConditionsRefNameArgs>

Constructors

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

Properties

Link copied to clipboard
val excludes: Output<List<String>>

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

Link copied to clipboard
val includes: Output<List<String>>

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.

Functions

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