ch.hortis.sonar.mvn
Class BatchLaunchMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by ch.hortis.sonar.mvn.CoreMojo
          extended by ch.hortis.sonar.mvn.BatchLaunchMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class BatchLaunchMojo
extends CoreMojo

Creates the snapshots hierarchy and launch the batch on the sonar server side


Field Summary
 
Fields inherited from class ch.hortis.sonar.mvn.CoreMojo
mavenProject
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
BatchLaunchMojo()
           
 
Method Summary
 void doExecute()
           
 void setWebInterfaceService(WebInterfaceService webInterfaceService)
           
 
Methods inherited from class ch.hortis.sonar.mvn.CoreMojo
execute, getBranch, getContainer, getDatabaseConnector, getProject, getReactorProjects, getSnapshotId, isLight, setBranch, setDatabaseConnector, setJdbcDriverClassName, setJdbcPassword, setJdbcURL, setJdbcUserName, setLight, setProject, setReactorProjects, setSnapshotId
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchLaunchMojo

public BatchLaunchMojo()
Method Detail

setWebInterfaceService

public void setWebInterfaceService(WebInterfaceService webInterfaceService)

doExecute

public void doExecute()
               throws org.apache.maven.plugin.MojoExecutionException
Specified by:
doExecute in class CoreMojo
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2007-2008 hortis. All Rights Reserved.