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 setDebtRemediationFunction(DebtRemediationFunction f)
           
 NewRule setDebtSubCharacteristic(String c)
           
 NewRule setDescription(String description)
           
 NewRule setId(Integer id)
           
 NewRule setInternalKey(String s)
           
 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)

setInternalKey

public NewRule setInternalKey(@Nullable
                              String s)

setDebtSubCharacteristic

public NewRule setDebtSubCharacteristic(@Nullable
                                        String c)

setDebtRemediationFunction

public NewRule setDebtRemediationFunction(@Nullable
                                          DebtRemediationFunction f)

addParam

public NewRuleParam addParam(String paramKey)


Copyright © 2009–2015 SonarSource. All rights reserved.