Uses of Interface
org.sonar.api.server.debt.DebtCharacteristic

Packages that use DebtCharacteristic
org.sonar.api.server.debt   
org.sonar.api.server.debt.internal   
 

Uses of DebtCharacteristic in org.sonar.api.server.debt
 

Methods in org.sonar.api.server.debt that return DebtCharacteristic
 DebtCharacteristic DebtModel.characteristicByKey(String key)
          Return a characteristic or a sub-characteristic by its key
 

Methods in org.sonar.api.server.debt that return types with arguments of type DebtCharacteristic
 List<DebtCharacteristic> DebtModel.allCharacteristics()
           
 List<DebtCharacteristic> DebtModel.characteristics()
           
 

Uses of DebtCharacteristic in org.sonar.api.server.debt.internal
 

Classes in org.sonar.api.server.debt.internal that implement DebtCharacteristic
 class DefaultDebtCharacteristic
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.