public interface Rule
Modifier and Type | Method and Description |
---|---|
RuleResult |
evaluate(hudson.model.AbstractBuild<?,?> build)
Evaluate the build and return the points for it
|
String |
getName()
Returns the name of the rule
|
String getName()
RuleResult evaluate(hudson.model.AbstractBuild<?,?> build)
build
- build to calculate points forCopyright © 2004-2015. All Rights Reserved.