Package org.gauge.gradle
Class GaugeExtension
java.lang.Object
org.gauge.gradle.GaugeExtension
Extension for configuring Gauge plugin properties in Gradle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<String> Returns the additional flags property.abstract org.gradle.api.provider.Property<String> getDir()Returns the project directory property.abstract org.gradle.api.provider.Property<String> getEnv()Returns the environment property.Returns the environment variables property.abstract org.gradle.api.provider.Property<String> Returns the Gauge root property.abstract org.gradle.api.provider.Property<Boolean> Returns the in-parallel property.abstract org.gradle.api.provider.Property<Integer> getNodes()Returns the nodes property.abstract org.gradle.api.provider.Property<String> Returns the specs directory property.abstract org.gradle.api.provider.Property<String> getTags()Returns the tags property.
-
Constructor Details
-
GaugeExtension
public GaugeExtension()Default constructor for GaugeExtension.
-
-
Method Details
-
getDir
Returns the project directory property.- Returns:
- the project directory property
-
getEnv
Returns the environment property.- Returns:
- the environment property
-
getTags
Returns the tags property.- Returns:
- the tags property
-
getSpecsDir
Returns the specs directory property.- Returns:
- the specs directory property
-
getInParallel
Returns the in-parallel property.- Returns:
- the in-parallel property
-
getNodes
Returns the nodes property.- Returns:
- the nodes property
-
getEnvironmentVariables
@Input @Optional public abstract org.gradle.api.provider.MapProperty<String,String> getEnvironmentVariables()Returns the environment variables property.- Returns:
- the environment variables property
-
getAdditionalFlags
Returns the additional flags property.- Returns:
- the additional flags property
-
getGaugeRoot
Returns the Gauge root property.- Returns:
- the Gauge root property
-