org.apache.geronimo.mavenplugins.geronimo.reporting
public interface: Reporter [javadoc |
source]
All Known Implementing Classes:
SurefireReporter
Provides an asbtraction to allow pluggable report handling.
- version:
$
- Rev: 476061 $ $Date: 2006-11-16 22:36:50 -0800 (Thu, 16 Nov 2006) $
Method from org.apache.geronimo.mavenplugins.geronimo.reporting.Reporter Detail: |
public void reportBegin(Reportable source)
Signals the start of a reporting run. This method should collect the required information. |
public void reportEnd()
Called after the goal has run (with or with-out errors). |
public void reportError(Throwable cause)
Called when a failure has occured while executing a goal. |