org.sonar.api.batch.rule.internal
Class NewRule

java.lang.Object
  extended by org.sonar.api.batch.rule.internal.NewRule

public class NewRule
extends Object


Method Summary
 NewRuleParam addParam(String paramKey)
           
 NewRule setDescription(String description)
           
 NewRule setId(Integer id)
           
 NewRule setMetadata(String metadata)
           
 NewRule setName(String s)
           
 NewRule setSeverity(String severity)
           
 NewRule setStatus(RuleStatus s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setId

public NewRule setId(@Nullable
                     Integer id)

setDescription

public NewRule setDescription(@Nullable
                              String description)

setName

public NewRule setName(@Nullable
                       String s)

setSeverity

public NewRule setSeverity(@Nullable
                           String severity)

setStatus

public NewRule setStatus(@Nullable
                         RuleStatus s)

setMetadata

public NewRule setMetadata(@Nullable
                           String metadata)

addParam

public NewRuleParam addParam(String paramKey)


Copyright © 2009-2014 SonarSource. All Rights Reserved.