Class AbstractHelmChartTaskRule
-
- All Implemented Interfaces:
-
org.gradle.api.Rule
public abstract class AbstractHelmChartTaskRule<T extends Task> extends AbstractTaskRule<HelmChart, T>
-
-
Constructor Summary
Constructors Constructor Description AbstractHelmChartTaskRule(Class<T> taskType, TaskContainer tasks, NamedDomainObjectCollection<HelmChart> charts, RuleNamePattern namePattern)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class build.extensions.oss.gradle.pluginutils.rules.AbstractPatternRule
apply, getDescription -
Methods inherited from class build.extensions.oss.gradle.pluginutils.rules.AbstractRule
toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-