Modifier and Type | Method and Description |
---|---|
List<RuleSet> |
RuleBook.getRuleSets()
Returns rule sets
|
Modifier and Type | Method and Description |
---|---|
void |
RuleBook.addRuleSet(RuleSet ruleset)
Add rule set to the rule book
|
void |
ScoreCard.record(hudson.model.AbstractBuild<?,?> build,
RuleSet ruleset,
hudson.model.BuildListener listener)
Record points for the rules in the rule set
|
void |
RuleBook.removeRuleSet(RuleSet ruleset)
Remove rule set from the rule book
|
Constructor and Description |
---|
RuleBook(RuleSet ruleset) |
Modifier and Type | Class and Description |
---|---|
class |
BuildRuleSet
Rule set for common build rules.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginRuleSet
Rule set for plugins rules that will check if the plugin is installed or not.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckstyleRuleSet |
Modifier and Type | Class and Description |
---|---|
class |
FindBugsRuleSet |
Modifier and Type | Class and Description |
---|---|
class |
OpenTasksRuleSet |
Modifier and Type | Class and Description |
---|---|
class |
PmdRuleSet |
Modifier and Type | Class and Description |
---|---|
class |
ViolationsRuleSet |
Modifier and Type | Class and Description |
---|---|
class |
WarningsRuleSet |
Modifier and Type | Class and Description |
---|---|
class |
UnitTestingRuleSet
Rule set for unit test rules.
|
Copyright © 2004-2015. All Rights Reserved.