Uses of Interface
org.sonar.api.batch.sensor.SensorStorage

Packages that use SensorStorage
org.sonar.api.batch.sensor.dependency.internal   
org.sonar.api.batch.sensor.internal   
org.sonar.api.batch.sensor.issue.internal   
org.sonar.api.batch.sensor.measure.internal   
org.sonar.api.batch.sensor.test.internal   
 

Uses of SensorStorage in org.sonar.api.batch.sensor.dependency.internal
 

Constructors in org.sonar.api.batch.sensor.dependency.internal with parameters of type SensorStorage
DefaultDependency(SensorStorage storage)
           
 

Uses of SensorStorage in org.sonar.api.batch.sensor.internal
 

Fields in org.sonar.api.batch.sensor.internal declared as SensorStorage
protected  SensorStorage DefaultStorable.storage
           
 

Constructors in org.sonar.api.batch.sensor.internal with parameters of type SensorStorage
DefaultStorable(SensorStorage storage)
           
 

Uses of SensorStorage in org.sonar.api.batch.sensor.issue.internal
 

Constructors in org.sonar.api.batch.sensor.issue.internal with parameters of type SensorStorage
DefaultIssue(SensorStorage storage)
           
 

Uses of SensorStorage in org.sonar.api.batch.sensor.measure.internal
 

Constructors in org.sonar.api.batch.sensor.measure.internal with parameters of type SensorStorage
DefaultMeasure(SensorStorage storage)
           
 

Uses of SensorStorage in org.sonar.api.batch.sensor.test.internal
 

Fields in org.sonar.api.batch.sensor.test.internal declared as SensorStorage
protected  SensorStorage DefaultCoverage.storage
           
 

Constructors in org.sonar.api.batch.sensor.test.internal with parameters of type SensorStorage
DefaultCoverage(SensorStorage storage)
           
DefaultTestCaseCoverage(SensorStorage storage)
           
DefaultTestCaseExecution(SensorStorage storage)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.