Class BootstrapPlugin

java.lang.Object
com.ldtteam.tableau.bootstrap.BootstrapPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<Object>

public class BootstrapPlugin extends Object implements org.gradle.api.Plugin<Object>
This defines the bootstrap system plugin for Tableau.

Can be applied to any PluginAware will only operate on Settings however.

  • Constructor Details

    • BootstrapPlugin

      @Inject public BootstrapPlugin()
      Creates a new plugin instance.
  • Method Details

    • apply

      public void apply(@NotNull @NotNull Object target)
      Specified by:
      apply in interface org.gradle.api.Plugin<Object>