org.sonar.plugins.core.batch
Class IndexProjectPostJob

java.lang.Object
  extended by org.sonar.plugins.core.batch.IndexProjectPostJob
All Implemented Interfaces:
PostJob, BatchComponent, BatchExtension, Extension

public class IndexProjectPostJob
extends Object
implements PostJob

Since:
2.13

Constructor Summary
IndexProjectPostJob(ResourceIndexerDao indexer)
           
 
Method Summary
 void executeOn(Project project, SensorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexProjectPostJob

public IndexProjectPostJob(ResourceIndexerDao indexer)
Method Detail

executeOn

public void executeOn(Project project,
                      SensorContext context)
Specified by:
executeOn in interface PostJob


Copyright © 2009-2012 SonarSource. All Rights Reserved.