Uses of Class
hudson.plugins.violations.types.gendarme.GendarmeRuleType

Packages that use GendarmeRuleType
hudson.plugins.violations.types.gendarme   
 

Uses of GendarmeRuleType in hudson.plugins.violations.types.gendarme
 

Methods in hudson.plugins.violations.types.gendarme that return GendarmeRuleType
 GendarmeRuleType GendarmeRule.getType()
           
static GendarmeRuleType GendarmeRuleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GendarmeRuleType[] GendarmeRuleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.violations.types.gendarme with parameters of type GendarmeRuleType
 void GendarmeRule.setType(GendarmeRuleType type)
           
 



Copyright © 2004-2012. All Rights Reserved.