public interface Rule
| Modifier and Type | Method and Description | 
|---|---|
| DebtRemediationFunction | debtRemediationFunction()Deprecated. 
 since 5.2 as any computation of data are moved to server's Compute Engine. Calling this method throws an exception. | 
| String | debtSubCharacteristic()Deprecated. 
 since 5.2 as any computation of data are moved to server's Compute Engine. Calling this method throws an exception. | 
| String | description() | 
| String | internalKey() | 
| RuleKey | key() | 
| String | name() | 
| RuleParam | param(String paramKey) | 
| Collection<RuleParam> | params() | 
| String | severity() | 
| RuleStatus | status() | 
@CheckForNull String description()
@CheckForNull String internalKey()
@CheckForNull RuleParam param(String paramKey)
Collection<RuleParam> params()
RuleStatus status()
@CheckForNull @Deprecated String debtSubCharacteristic()
@CheckForNull @Deprecated DebtRemediationFunction debtRemediationFunction()
Copyright © 2009–2016 SonarSource. All rights reserved.