Uses of Interface
hudson.plugins.cigame.model.Rule

Packages that use Rule
hudson.plugins.cigame.model   
hudson.plugins.cigame.rules.basic   
 

Uses of Rule in hudson.plugins.cigame.model
 

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.basic
 

Classes in hudson.plugins.cigame.rules.basic that implement Rule
 class BuildResultRule
          Rule that gives points on the result of the build.
 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.
 



Copyright © 2008. All Rights Reserved.