Class GaugeExtension

java.lang.Object
org.gauge.gradle.GaugeExtension

public abstract class GaugeExtension extends Object
Extension for configuring Gauge plugin properties in Gradle.
  • Constructor Details

    • GaugeExtension

      public GaugeExtension()
      Default constructor for GaugeExtension.
  • Method Details

    • getDir

      @Input @Optional public abstract org.gradle.api.provider.Property<String> getDir()
      Returns the project directory property.
      Returns:
      the project directory property
    • getEnv

      @Input @Optional public abstract org.gradle.api.provider.Property<String> getEnv()
      Returns the environment property.
      Returns:
      the environment property
    • getTags

      @Input @Optional public abstract org.gradle.api.provider.Property<String> getTags()
      Returns the tags property.
      Returns:
      the tags property
    • getSpecsDir

      @Input @Optional public abstract org.gradle.api.provider.Property<String> getSpecsDir()
      Returns the specs directory property.
      Returns:
      the specs directory property
    • getInParallel

      @Input @Optional public abstract org.gradle.api.provider.Property<Boolean> getInParallel()
      Returns the in-parallel property.
      Returns:
      the in-parallel property
    • getNodes

      @Input @Optional public abstract org.gradle.api.provider.Property<Integer> 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

      @Input @Optional public abstract org.gradle.api.provider.Property<String> getAdditionalFlags()
      Returns the additional flags property.
      Returns:
      the additional flags property
    • getGaugeRoot

      @Input @Optional public abstract org.gradle.api.provider.Property<String> getGaugeRoot()
      Returns the Gauge root property.
      Returns:
      the Gauge root property