|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.cigame.model.RuleSet
hudson.plugins.cigame.rules.plugins.PluginRuleSet
public class PluginRuleSet
Rule set for plugins rules that will check if the plugin is installed or not.
| Constructor Summary | |
|---|---|
PluginRuleSet(java.lang.String pluginName,
java.lang.String name)
Construct a rule set for a plugin. |
|
| Method Summary | |
|---|---|
java.util.Collection<Rule> |
getRules()
Returns the rules for this rule set. |
boolean |
isAvailable()
Returns if the plugin is installed or not. |
protected void |
loadRules()
Late loading of the rules for this rule set. |
| Methods inherited from class hudson.plugins.cigame.model.RuleSet |
|---|
add, getName, removeRule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginRuleSet(java.lang.String pluginName,
java.lang.String name)
pluginName - the name of the plugin as it is known by Hudson.name - the text name of the rule set, as it will be displayed.| Method Detail |
|---|
public boolean isAvailable()
isAvailable in class RuleSetprotected void loadRules()
public java.util.Collection<Rule> getRules()
RuleSet
getRules in class RuleSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||