| org.apache.geronimo.mavenplugins.testsuite.ResultsSummaryMojo
ResultsSummaryMojo | public class ResultsSummaryMojo extends MojoSupport (Code) | | Download the ResultsSummary.html file from the site url.
Update it with success rate (in percentage) of the results from each of the top level testsuites.
Upload the file back again.
version: $Rev: 569463 $ $Date: 2007-08-24 10:38:54 -0700 (Fri, 24 Aug 2007) $ |
Field Summary | |
protected AntHelper | ant | protected MavenProject | project The maven project. | protected Settings | settings The build settings. |
ant | protected AntHelper ant(Code) | | |
project | protected MavenProject project(Code) | | The maven project.
|
settings | protected Settings settings(Code) | | The build settings.
|
computePercentage | public String computePercentage(int tests, int errors, int failures, int skipped)(Code) | | compute percentage
|
doExecute | protected void doExecute() throws Exception(Code) | | called by execute from super
|
getProject | protected MavenProject getProject()(Code) | | |
init | protected void init() throws MojoExecutionException, MojoFailureException(Code) | | |
|
|