|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jbehave.mojo.AbstractScenarioMojo
public abstract class AbstractScenarioMojo
Abstract mojo that holds all the configuration parameters to specify and load scenarios.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractScenarioMojo()
|
Method Summary | |
---|---|
protected java.util.List<org.jbehave.scenario.RunnableScenario> |
scenarios()
Returns the list of scenario instances, whose class names are either specified via the parameter "scenarioClassNames" (which takes precedence) or found using the parameters "scenarioIncludes" and "scenarioExcludes". |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.plugin.Mojo |
---|
execute |
Constructor Detail |
---|
public AbstractScenarioMojo()
Method Detail |
---|
protected java.util.List<org.jbehave.scenario.RunnableScenario> scenarios() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |