|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Rule in hudson.plugins.cigame.model |
|---|
| Methods in hudson.plugins.cigame.model that return types with arguments of type Rule | |
|---|---|
java.util.Collection<Rule> |
RuleSet.getRules()
Returns the rules for this rule set. |
| Methods in hudson.plugins.cigame.model with parameters of type Rule | |
|---|---|
void |
RuleSet.add(Rule rule)
Add rule to the rule set |
void |
RuleSet.removeRule(Rule rule)
Remove rule from the rule set. |
| Constructor parameters in hudson.plugins.cigame.model with type arguments of type Rule | |
|---|---|
RuleSet(java.lang.String name,
java.util.Collection<Rule> rules)
|
|
| Uses of Rule in hudson.plugins.cigame.rules.build |
|---|
| Classes in hudson.plugins.cigame.rules.build that implement Rule | |
|---|---|
class |
BuildResultRule
Rule that gives points on the result of the build. |
| Uses of Rule in hudson.plugins.cigame.rules.plugins |
|---|
| Methods in hudson.plugins.cigame.rules.plugins that return types with arguments of type Rule | |
|---|---|
java.util.Collection<Rule> |
PluginRuleSet.getRules()
|
| Uses of Rule in hudson.plugins.cigame.rules.plugins.checkstyle |
|---|
| Classes in hudson.plugins.cigame.rules.plugins.checkstyle that implement Rule | |
|---|---|
class |
DefaultCheckstyleRule
Default rule for the Warnings plugin. |
| Uses of Rule in hudson.plugins.cigame.rules.plugins.findbugs |
|---|
| Classes in hudson.plugins.cigame.rules.plugins.findbugs that implement Rule | |
|---|---|
class |
FixedFindBugsWarningsRule
|
class |
NewFindBugsWarningsRule
|
| Uses of Rule in hudson.plugins.cigame.rules.plugins.opentasks |
|---|
| Classes in hudson.plugins.cigame.rules.plugins.opentasks that implement Rule | |
|---|---|
class |
DefaultOpenTasksRule
Default rule for the Open tasks plugin. |
| Uses of Rule in hudson.plugins.cigame.rules.plugins.pmd |
|---|
| Classes in hudson.plugins.cigame.rules.plugins.pmd that implement Rule | |
|---|---|
class |
DefaultPmdRule
|
| Uses of Rule in hudson.plugins.cigame.rules.plugins.violation |
|---|
| Classes in hudson.plugins.cigame.rules.plugins.violation that implement Rule | |
|---|---|
class |
DefaultViolationRule
|
| Uses of Rule in hudson.plugins.cigame.rules.plugins.warnings |
|---|
| Classes in hudson.plugins.cigame.rules.plugins.warnings that implement Rule | |
|---|---|
class |
DefaultWarningsRule
Default rule for the Warnings plugin. |
| Uses of Rule in hudson.plugins.cigame.rules.unittesting |
|---|
| Classes in hudson.plugins.cigame.rules.unittesting that implement Rule | |
|---|---|
class |
IncreasingFailedTestsRule
Rule for giving points if a new test is added and fails. |
class |
IncreasingPassedTestsRule
Rule that gives points for increasing the number of passed tests. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||