public abstract class AbstractToXmindMojo extends AbstractXMindMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
outputDirectory |
protected File |
outputDirectoryRoot |
protected File |
outputResultsDir |
protected boolean |
useSingleOutput |
protected String |
xmindpath |
protected String |
xmindprefix |
wb| Constructor and Description |
|---|
AbstractToXmindMojo() |
@Parameter(defaultValue="${project.build.directory}",
property="outputDirRoot",
required=true)
protected File outputDirectoryRoot
@Parameter(defaultValue="src\\test\\resources",
property="outputDir",
required=true)
protected File outputDirectory
@Parameter(defaultValue="\\target\\jbehave",
property="testResultsDir",
required=true)
protected File outputResultsDir
@Parameter(property="generateXMindFromTestResults.xmindprefix",
defaultValue="tests")
protected String xmindprefix
@Parameter(property="generateStoriesFromXMind.xmindpath",
defaultValue="tests.xmind")
protected String xmindpath
@Parameter(property="generateStoriesFromXMind.useSingleOutput",
defaultValue="tests.xmind")
protected boolean useSingleOutput
Copyright © 2015. All rights reserved.