Class ChartDirArtifactRule
-
- All Implemented Interfaces:
-
org.gradle.api.Rule
public final class ChartDirArtifactRule extends AbstractPatternRule<HelmChart, Configuration>
A rule that registers an artifact configuration and an artifact for a chart directory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChartDirArtifactRule.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static ChartDirArtifactRule.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ChartDirArtifactRule(ConfigurationContainer configurations, TaskContainer tasks, NamedDomainObjectCollection<HelmChart> charts)
-
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
-
-
Constructor Detail
-
ChartDirArtifactRule
ChartDirArtifactRule(ConfigurationContainer configurations, TaskContainer tasks, NamedDomainObjectCollection<HelmChart> charts)
-
-
-
-