org.sonar.api.batch.rule.internal
Class NewRule
java.lang.Object
org.sonar.api.batch.rule.internal.NewRule
public class NewRule
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.