Class GaugePlugin
java.lang.Object
org.gauge.gradle.GaugePlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
Gradle plugin for integrating Gauge with Java projects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Applies the Gauge plugin to the given project.
-
Constructor Details
-
GaugePlugin
public GaugePlugin()Default constructor for GaugePlugin.
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Applies the Gauge plugin to the given project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- the Gradle project
-