Class HoustonPlugin

java.lang.Object
boozilla.houston.gradle.HoustonPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class HoustonPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
The HoustonPlugin class represents a plugin that can be applied to a Gradle project. It adds the Houston plugin functionality to the specified project.
  • Constructor Details

    • HoustonPlugin

      public HoustonPlugin()
      Creates a new instance of HoustonPlugin.
  • Method Details

    • apply

      public void apply(@Nonnull org.gradle.api.Project project)
      Applies the Houston plugin to the specified project.
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>
      Parameters:
      project - The project to which the Houston plugin should be applied.