org.sonar.batch
Class FinalizeSnapshotsJob

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

public class FinalizeSnapshotsJob
extends Object
implements CoreJob


Constructor Summary
FinalizeSnapshotsJob(ServerHttpClient server, DatabaseSession session, Purge[] purges, Snapshot snapshot)
           
 
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
 

Constructor Detail

FinalizeSnapshotsJob

public FinalizeSnapshotsJob(ServerHttpClient server,
                            DatabaseSession session,
                            Purge[] purges,
                            Snapshot snapshot)
Method Detail

execute

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


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