org.sonar.batch.phases
Class UpdateStatusJob

java.lang.Object
  extended by org.sonar.batch.phases.UpdateStatusJob
All Implemented Interfaces:
BatchComponent

public class UpdateStatusJob
extends Object
implements BatchComponent


Constructor Summary
UpdateStatusJob(ServerMetadata server, DatabaseSession session, ResourcePersister resourcePersister, Snapshot snapshot)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateStatusJob

public UpdateStatusJob(ServerMetadata server,
                       DatabaseSession session,
                       ResourcePersister resourcePersister,
                       Snapshot snapshot)
Method Detail

execute

public void execute()


Copyright © 2009-2012 SonarSource. All Rights Reserved.