org.sonar.wsclient.rule
Interface RuleClient

All Known Implementing Classes:
DefaultRuleClient

public interface RuleClient

Allows management of rules

Since:
4.2

Method Summary
 void addTags(String key, String... tags)
          Associate new tags to a rule
 void removeTags(String key, String... tags)
          Remove tags from a rule
 

Method Detail

addTags

void addTags(String key,
             String... tags)
Associate new tags to a rule


removeTags

void removeTags(String key,
                String... tags)
Remove tags from a rule



Copyright © 2009-2014 SonarSource. All Rights Reserved.