Constructor and Description |
---|
BuildResultRule() |
BuildResultRule(int successPoints,
int failurePoints) |
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
|
public BuildResultRule()
public BuildResultRule(int successPoints, int failurePoints)
public String getName()
Rule
public RuleResult evaluate(hudson.model.AbstractBuild<?,?> build)
Rule
Copyright © 2004-2015. All Rights Reserved.