api / org.gradle.api.tasks / TaskCollection / matching

matching

abstract fun matching(spec: Spec<in T>): TaskCollection<T>

Overrides NamedDomainObjectSet.matching


abstract fun matching(closure: Closure<Any>): TaskCollection<T>

Overrides NamedDomainObjectSet.matching

{@inheritDoc}