org.apache.maven.plugin.surefire
Class SurefireHelper

java.lang.Object
  extended by org.apache.maven.plugin.surefire.SurefireHelper

public final class SurefireHelper
extends Object

Helper class for surefire plugins


Method Summary
static void reportExecution(SurefireReportParameters reportParameters, int result, org.apache.maven.plugin.logging.Log log)
           
static void reportExecution(SurefireReportParameters reportParameters, org.apache.maven.surefire.suite.RunResult result, org.apache.maven.plugin.logging.Log log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reportExecution

public static void reportExecution(SurefireReportParameters reportParameters,
                                   org.apache.maven.surefire.suite.RunResult result,
                                   org.apache.maven.plugin.logging.Log log)
                            throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException

reportExecution

public static void reportExecution(SurefireReportParameters reportParameters,
                                   int result,
                                   org.apache.maven.plugin.logging.Log log)
                            throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.