Uses of Class
hudson.plugins.cigame.model.RuleSet

Packages that use RuleSet
hudson.plugins.cigame.model   
hudson.plugins.cigame.rules.build   
hudson.plugins.cigame.rules.plugins   
hudson.plugins.cigame.rules.plugins.checkstyle   
hudson.plugins.cigame.rules.plugins.findbugs   
hudson.plugins.cigame.rules.plugins.opentasks   
hudson.plugins.cigame.rules.plugins.pmd   
hudson.plugins.cigame.rules.plugins.warnings   
hudson.plugins.cigame.rules.plugins.violation   
hudson.plugins.cigame.rules.unittesting   
 

Uses of RuleSet in hudson.plugins.cigame.model
 

Methods in hudson.plugins.cigame.model that return types with arguments of type RuleSet
 java.util.List<RuleSet> RuleBook.getRuleSets()
          Returns rule sets
 

Methods in hudson.plugins.cigame.model with parameters of type RuleSet
 void RuleBook.addRuleSet(RuleSet ruleset)
          Add rule set to the rule book
 void ScoreCard.record(hudson.model.AbstractBuild<?,?> build, RuleSet ruleset)
          Record points for the rules in the rule set
 void RuleBook.removeRuleSet(RuleSet ruleset)
          Remove rule set from the rule book
 

Constructors in hudson.plugins.cigame.model with parameters of type RuleSet
RuleBook(RuleSet ruleset)
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.build
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.build
 class BuildRuleSet
          Rule set for common build rules.
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins
 class PluginRuleSet
          Rule set for plugins rules that will check if the plugin is installed or not.
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins.checkstyle
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins.checkstyle
 class CheckstyleRuleSet
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins.findbugs
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins.findbugs
 class FindBugsRuleSet
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins.opentasks
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins.opentasks
 class OpenTasksRuleSet
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins.pmd
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins.pmd
 class PmdRuleSet
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins.warnings
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins.warnings
 class WarningsRuleSet
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.plugins.violation
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.plugins.violation
 class ViolationsRuleSet
           
 

Uses of RuleSet in hudson.plugins.cigame.rules.unittesting
 

Subclasses of RuleSet in hudson.plugins.cigame.rules.unittesting
 class UnitTestingRuleSet
          Rule set for unit test rules.
 



Copyright © 2009. All Rights Reserved.