org.sonar.batch
Class MavenPhaseExecutor

java.lang.Object
  extended by org.sonar.batch.MavenPhaseExecutor
All Implemented Interfaces:
CoreJob

public class MavenPhaseExecutor
extends Object
implements CoreJob


Field Summary
static String PROP_PHASE
           
 
Constructor Summary
MavenPhaseExecutor(MavenPluginExecutor executor)
           
 
Method Summary
 void execute(Project project, SensorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_PHASE

public static final String PROP_PHASE
See Also:
Constant Field Values
Constructor Detail

MavenPhaseExecutor

public MavenPhaseExecutor(MavenPluginExecutor executor)
Method Detail

execute

public void execute(Project project,
                    SensorContext context)
Specified by:
execute in interface CoreJob


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.