Interface KimberPluginExtension


public interface KimberPluginExtension
Plugin extension allowing users of this plugin to configure it.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the extension.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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.RegularFileProperty
    This "dockerFile" extension property allows the user to provide a custom docker file location beyond the standard root of the project.
  • Field Details

  • 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