org.sonar.wsclient.rule
Class Rule

java.lang.Object
  extended by org.sonar.wsclient.rule.Rule

public class Rule
extends Object

Since:
3.6

Constructor Summary
Rule(Map json)
           
 
Method Summary
 String description()
           
 String key()
          Unique key
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

public Rule(Map json)
Method Detail

key

public String key()
Unique key


name

public String name()

description

public String description()


Copyright © 2009-2013 SonarSource. All Rights Reserved.