public final class StatusCondition extends AlwaysPrebuildRunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusCondition.StatusConditionDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
StatusCondition(hudson.model.Result worstResult,
hudson.model.Result bestResult) |
StatusCondition(String worstResult,
String bestResult) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Result |
getBestResult() |
hudson.model.Result |
getWorstResult() |
boolean |
runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the perform method in the BuildStep.
|
runPrebuildall, getDescriptorpublic StatusCondition(hudson.model.Result worstResult,
hudson.model.Result bestResult)
public hudson.model.Result getBestResult()
public hudson.model.Result getWorstResult()
public boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
RunConditionrunPerform in class RunConditionCopyright © 2004-2014 Hudson. All Rights Reserved.