org.sonar.wsclient.rule
Interface RuleTagClient

All Known Implementing Classes:
DefaultRuleTagClient

public interface RuleTagClient

Allows management of rule tags

Since:
4.2

Method Summary
 void create(String tag)
          Create a new tag
 Collection<String> list()
          List all tags
 

Method Detail

list

Collection<String> list()
List all tags


create

void create(String tag)
Create a new tag



Copyright © 2009-2014 SonarSource. All Rights Reserved.