Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apply(Project) - Method in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocPlugin
C
- com.arc_e_tect.gradle.gherkin - package com.arc_e_tect.gradle.gherkin
- com.arc_e_tect.gradle.gherkin.parser - package com.arc_e_tect.gradle.gherkin.parser
D
- DEFAULT_OUTPUT_FILE_NAME - Static variable in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Default name of the generated AsciiDoc output file.
- DEFAULT_SOURCE_DIR - Static variable in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Default relative path of the source directory containing
.featurefiles. - Defaults - Search tag in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocPlugin
- Section
F
- FeatureParser - Class in com.arc_e_tect.gradle.gherkin.parser
-
Parses a single Gherkin
.featurefile and extracts all scenario titles. - FeatureParser() - Constructor for class com.arc_e_tect.gradle.gherkin.parser.FeatureParser
-
Creates a new
FeatureParserwith a pre-configuredGherkinParser.
G
- generate() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Task action: collects
.featurefiles, parses scenario titles, and writes them to the configured AsciiDoc output file. - GenerateFeatureDocsTask - Class in com.arc_e_tect.gradle.gherkin
-
Gradle task that scans
.featurefiles and writes all scenario titles to a single AsciiDoc file. - GenerateFeatureDocsTask() - Constructor for class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Creates a new task instance.
- getIncludeSubDirs() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Whether to recursively scan sub-directories when
GenerateFeatureDocsTask.getSourceDir()is used. - getIncludeSubDirs() - Method in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Whether to recursively scan sub-directories when
GherkinToAsciidocExtension.getSourceDir()is used. - getOutputDir() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Directory where the generated AsciiDoc file will be written.
- getOutputDir() - Method in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Directory where the generated AsciiDoc file will be written.
- getOutputFileName() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Name of the generated AsciiDoc file (without path).
- getOutputFileName() - Method in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Name of the generated AsciiDoc file (without path).
- getProjectDirectory() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Root directory of the project, used to resolve the default source directory when neither
GenerateFeatureDocsTask.getSourceDir()norGenerateFeatureDocsTask.getSourceFile()is set. - getSourceDir() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Optional source directory containing the
.featurefiles to process. - getSourceDir() - Method in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Source directory that contains the
.featurefiles to process. - getSourceFile() - Method in class com.arc_e_tect.gradle.gherkin.GenerateFeatureDocsTask
-
Optional single
.featurefile to process. - getSourceFile() - Method in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
A single
.featurefile to process. - GherkinToAsciidocExtension - Class in com.arc_e_tect.gradle.gherkin
-
DSL extension for the Gherkin-to-AsciiDoc Gradle plugin.
- GherkinToAsciidocExtension() - Constructor for class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
For use by the Gradle-generated concrete subclass.
- GherkinToAsciidocPlugin - Class in com.arc_e_tect.gradle.gherkin
-
Gradle plugin that registers the
generateFeatureDocstask and wires thegherkinToAsciidocDSL extension into the project. - GherkinToAsciidocPlugin() - Constructor for class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocPlugin
-
Creates a new plugin instance.
N
- NAME - Static variable in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocExtension
-
Extension DSL block name, i.e.
P
- parse(File) - Method in class com.arc_e_tect.gradle.gherkin.parser.FeatureParser
-
Parses the given
.featurefile and returns all scenario titles.
T
- TASK_NAME - Static variable in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocPlugin
-
Name of the Gradle task registered by this plugin.
U
- Usage - Search tag in class com.arc_e_tect.gradle.gherkin.GherkinToAsciidocPlugin
- Section
All Classes and Interfaces|All Packages|Constant Field Values