ch.hortis.sonar.mvn.reports
Class SurefireHandler

java.lang.Object
  extended by ch.hortis.sonar.mvn.reports.ReportHandler
      extended by ch.hortis.sonar.mvn.reports.SurefireHandler

public class SurefireHandler
extends ReportHandler


Constructor Summary
SurefireHandler()
           
 
Method Summary
 void configurePlugin(org.apache.maven.project.MavenProject pom, org.apache.maven.model.Plugin plugin)
           
 boolean executeEvenIfNoJavaSources()
           
 boolean executeEvenIfNoJavaTests()
           
 java.util.List<java.lang.String> getGoals()
           
 boolean mustFailOnError()
           
 
Methods inherited from class ch.hortis.sonar.mvn.reports.ReportHandler
createPluginWithConfiguration, definePlugin, execute, getCommands, getReport, preparePom, setConfigParameter, setConfigParameterIfNotAlreadySet, setReport, unsetConfigParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurefireHandler

public SurefireHandler()
Method Detail

configurePlugin

public void configurePlugin(org.apache.maven.project.MavenProject pom,
                            org.apache.maven.model.Plugin plugin)
Specified by:
configurePlugin in class ReportHandler

getGoals

public java.util.List<java.lang.String> getGoals()
Specified by:
getGoals in class ReportHandler

mustFailOnError

public boolean mustFailOnError()
Specified by:
mustFailOnError in class ReportHandler

executeEvenIfNoJavaSources

public boolean executeEvenIfNoJavaSources()
Overrides:
executeEvenIfNoJavaSources in class ReportHandler

executeEvenIfNoJavaTests

public boolean executeEvenIfNoJavaTests()
Overrides:
executeEvenIfNoJavaTests in class ReportHandler


Copyright © 2007-2008 hortis. All Rights Reserved.