api / org.gradle.api / NamedDomainObjectCollection / getRules

getRules

abstract fun getRules(): MutableList<Rule>

Returns the rules used by this collection.

Return
The rules, in the order they will be applied.