|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RulesProfile | |
|---|---|
| org.sonar.commons.alerts | |
| org.sonar.commons.profiles | |
| org.sonar.commons.resources | |
| org.sonar.commons.rules | |
| Uses of RulesProfile in org.sonar.commons.alerts |
|---|
| Methods in org.sonar.commons.alerts that return RulesProfile | |
|---|---|
RulesProfile |
Alert.getRulesProfile()
|
| Methods in org.sonar.commons.alerts with parameters of type RulesProfile | |
|---|---|
void |
Alert.setRulesProfile(RulesProfile rulesProfile)
|
| Constructors in org.sonar.commons.alerts with parameters of type RulesProfile | |
|---|---|
Alert(RulesProfile rulesProfile,
Metric metric,
java.lang.String operator,
java.lang.String valueError,
java.lang.String valueWarning)
|
|
| Uses of RulesProfile in org.sonar.commons.profiles |
|---|
| Methods in org.sonar.commons.profiles that return RulesProfile | |
|---|---|
RulesProfile |
ProfilesDao.getActiveProfile(java.lang.String languageKey,
java.lang.String projectResourceKey)
|
RulesProfile |
ProfilesDao.getProfile(java.lang.String languageKey,
java.lang.String profileName)
|
RulesProfile |
ProfilesDao.getProfileById(int profileId)
|
| Methods in org.sonar.commons.profiles that return types with arguments of type RulesProfile | |
|---|---|
java.util.List<RulesProfile> |
ProfilesDao.getActiveProfiles()
|
java.util.List<RulesProfile> |
ProfilesDao.getProfiles()
|
java.util.List<RulesProfile> |
ProfilesDao.getProfiles(java.lang.String languageKey)
|
java.util.List<RulesProfile> |
ProfilesDao.getProvidedProfiles()
|
| Uses of RulesProfile in org.sonar.commons.resources |
|---|
| Methods in org.sonar.commons.resources that return RulesProfile | |
|---|---|
RulesProfile |
Resource.getRulesProfile()
|
| Methods in org.sonar.commons.resources with parameters of type RulesProfile | |
|---|---|
void |
Resource.setRulesProfile(RulesProfile rulesProfile)
|
| Uses of RulesProfile in org.sonar.commons.rules |
|---|
| Methods in org.sonar.commons.rules that return RulesProfile | |
|---|---|
RulesProfile |
RulesDao.getProfileById(int profileId)
|
RulesProfile |
ActiveRule.getRulesProfile()
|
| Methods in org.sonar.commons.rules with parameters of type RulesProfile | |
|---|---|
void |
ActiveRule.setRulesProfile(RulesProfile rulesProfile)
|
| Constructors in org.sonar.commons.rules with parameters of type RulesProfile | |
|---|---|
ActiveRule(RulesProfile profile,
Rule rule,
RuleFailureLevel level)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||