ch.hortis.sonar.mvn.reports
Class CoberturaHandler

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

public class CoberturaHandler
extends ReportHandler


Constructor Summary
CoberturaHandler()
           
 
Method Summary
 void configurePlugin(org.apache.maven.project.MavenProject pom, org.apache.maven.model.Plugin plugin)
           
 boolean execute(org.apache.maven.project.MavenProject pom, org.apache.maven.plugin.logging.Log log)
           
 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, 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

CoberturaHandler

public CoberturaHandler()
Method Detail

configurePlugin

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

execute

public boolean execute(org.apache.maven.project.MavenProject pom,
                       org.apache.maven.plugin.logging.Log log)
Overrides:
execute 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.