Interface KimberPluginExtension
public interface KimberPluginExtension
Plugin extension allowing users of this plugin to configure it.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.Property<Boolean> This "buildImageTaskEnabled" extension property allows the user to disable the build image task while still allowing for installing/uninstalling via helm.org.gradle.api.file.RegularFilePropertyThis "dockerFile" extension property allows the user to provide a custom docker file location beyond the standard root of the project.
-
Field Details
-
NAME
Name of the extension.- See Also:
-
-
Method Details
-
getBuildImageTaskEnabled
org.gradle.api.provider.Property<Boolean> getBuildImageTaskEnabled()This "buildImageTaskEnabled" extension property allows the user to disable the build image task while still allowing for installing/uninstalling via helm.- Returns:
- the extension property
-
getDockerFile
org.gradle.api.file.RegularFileProperty getDockerFile()This "dockerFile" extension property allows the user to provide a custom docker file location beyond the standard root of the project.- Returns:
- the extension property
-