org.sonar.ide.api
Interface Measurable

All Known Subinterfaces:
SourceCode

public interface Measurable

Since:
0.2

Method Summary
 CoverageData getCoverage()
           
 List<Duplication> getDuplications()
           
 List<IMeasure> getMeasures()
           
 List<org.sonar.wsclient.services.Violation> getViolations()
           
 List<org.sonar.wsclient.services.Violation> getViolations2()
           
 

Method Detail

getMeasures

List<IMeasure> getMeasures()

getViolations

List<org.sonar.wsclient.services.Violation> getViolations()

getViolations2

List<org.sonar.wsclient.services.Violation> getViolations2()

getDuplications

List<Duplication> getDuplications()

getCoverage

CoverageData getCoverage()


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.