org.apache.maven.plugins.surefire.report

Class SurefireReportMojo

public class SurefireReportMojo extends AbstractMavenReport

Creates a nicely formatted Surefire Test Report in html format.

Version: $Id: SurefireReportMojo.java 390302 2006-03-31 02:09:52Z brett $

Author: Johnny R. Ruiz III

UNKNOWN: report phase="test" lifecycle="surefire"

Method Summary
booleancanGenerateReport()
voidexecuteReport(Locale locale)
StringgetDescription(Locale locale)
StringgetName(Locale locale)
protected StringgetOutputDirectory()
StringgetOutputName()
protected MavenProjectgetProject()
protected RenderergetSiteRenderer()

Method Detail

canGenerateReport

public boolean canGenerateReport()

See Also: org.apache.maven.reporting.AbstractMavenReport#canGenerateReport()

executeReport

public void executeReport(Locale locale)

getDescription

public String getDescription(Locale locale)

getName

public String getName(Locale locale)

getOutputDirectory

protected String getOutputDirectory()

getOutputName

public String getOutputName()

getProject

protected MavenProject getProject()

getSiteRenderer

protected Renderer getSiteRenderer()
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.