org.sonar.api.batch.sensor
Interface SensorStorage


public interface SensorStorage

Interface for storing data computed by sensors.

Since:
5.0

Method Summary
 void store(Dependency dependency)
           
 void store(Issue issue)
           
 void store(Measure measure)
           
 void store(TestCaseCoverage testCaseCoverage)
           
 void store(TestCaseExecution testCaseExecution)
           
 

Method Detail

store

void store(Measure measure)

store

void store(Issue issue)

store

void store(TestCaseExecution testCaseExecution)

store

void store(Dependency dependency)

store

void store(TestCaseCoverage testCaseCoverage)


Copyright © 2009–2015 SonarSource. All rights reserved.