|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.maven.plugin.AbstractMojo
net.thucydides.maven.plugins.ThucydidesAggregatorMojo
public class ThucydidesAggregatorMojo
Generate aggregate XML acceptance test reports.
| Field Summary | |
|---|---|
String |
issueTrackerUrl
URL of the issue tracking system to be used to generate links for issue numbers. |
String |
jiraPassword
|
String |
jiraProject
JIRA project key, which will be prepended to the JIRA issue numbers. |
String |
jiraUrl
Base URL for JIRA, if you are using JIRA as your issue tracking system. |
String |
jiraUsername
|
File |
outputDirectory
Aggregate reports are generated here |
org.apache.maven.project.MavenProject |
project
|
String |
projectKey
Thucydides project key |
File |
sourceDirectory
Thucydides test reports are read from here |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ThucydidesAggregatorMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
protected HtmlAggregateStoryReporter |
getReporter()
|
protected void |
setOutputDirectory(File outputDirectory)
|
protected void |
setProject(org.apache.maven.project.MavenProject project)
|
protected void |
setReporter(HtmlAggregateStoryReporter reporter)
|
protected void |
setSourceDirectory(File sourceDirectory)
|
| 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 |
| Field Detail |
|---|
public org.apache.maven.project.MavenProject project
public File outputDirectory
public File sourceDirectory
public String issueTrackerUrl
public String jiraUrl
public String jiraUsername
public String jiraPassword
public String jiraProject
public String projectKey
| Constructor Detail |
|---|
public ThucydidesAggregatorMojo()
| Method Detail |
|---|
protected void setOutputDirectory(File outputDirectory)
protected void setProject(org.apache.maven.project.MavenProject project)
protected void setSourceDirectory(File sourceDirectory)
protected void setReporter(HtmlAggregateStoryReporter reporter)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected HtmlAggregateStoryReporter getReporter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||