Modifier and Type | Interface and Description |
---|---|
interface |
AggregatableRule<T>
A
Rule which is able to aggregate the scores for sub parts of a job. |
Modifier and Type | Method and Description |
---|---|
Collection<Rule> |
RuleSet.getRules()
Returns the rules for this rule set.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleSet.add(Rule rule)
Add rule to the rule set
|
void |
RuleSet.removeRule(Rule rule)
Remove rule from the rule set.
|
Constructor and Description |
---|
RuleSet(String name,
Collection<Rule> rules) |
Modifier and Type | Class and Description |
---|---|
class |
BuildResultRule
Rule that gives points on the result of the build.
|
Modifier and Type | Method and Description |
---|---|
Collection<Rule> |
PluginRuleSet.getRules() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCheckstyleRule
Default rule for the Checkstyle plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFindBugsWarningsRule |
class |
FixedFindBugsWarningsRule |
class |
NewFindBugsWarningsRule |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOpenTasksRule
Default rule for the Open tasks plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPmdRule |
Modifier and Type | Class and Description |
---|---|
class |
DefaultViolationRule |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWarningsRule
Default rule for the Warnings plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFailedTestsRule
Rule that gives points for increasing or decreasing the number of failed
tests.
|
class |
AbstractPassedTestsRule
Rule that gives points for increasing or decreasing the number of passed
tests.
|
class |
AbstractSkippedTestsRule
Rule that gives points for increasing or decreasing the number of skipped
tests.
|
class |
AbstractUnitTestsRule |
class |
DecreasingFailedTestsRule
Rule that gives points for decreasing the number of failed tests.
|
class |
DecreasingPassedTestsRule
Rule that gives points for decreasing the number of passed tests.
|
class |
DecreasingSkippedTestsRule
Rule that gives points for decreasing the number of skipped tests.
|
class |
IncreasingFailedTestsRule
Rule for giving points if a test fails (new or existing).
|
class |
IncreasingPassedTestsRule
Rule that gives points for increasing the number of passed tests.
|
class |
IncreasingSkippedTestsRule
Rule that gives points for increasing the number of skipped tests.
|
Copyright © 2004-2015. All Rights Reserved.