Uses of Interface
org.sonar.batch.events.BatchStepHandler.BatchStepEvent

Packages that use BatchStepHandler.BatchStepEvent
org.sonar.batch.events   
org.sonar.batch.profiling   
 

Uses of BatchStepHandler.BatchStepEvent in org.sonar.batch.events
 

Classes in org.sonar.batch.events that implement BatchStepHandler.BatchStepEvent
 class BatchStepEvent
          Generic event for some steps of project scan.
 

Methods in org.sonar.batch.events with parameters of type BatchStepHandler.BatchStepEvent
 void BatchStepHandler.onBatchStep(BatchStepHandler.BatchStepEvent event)
          Called before and after execution of each final step of project analysis
 

Uses of BatchStepHandler.BatchStepEvent in org.sonar.batch.profiling
 

Methods in org.sonar.batch.profiling with parameters of type BatchStepHandler.BatchStepEvent
 void PhasesSumUpTimeProfiler.onBatchStep(BatchStepHandler.BatchStepEvent event)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.