public class ExpressionCondition extends AlwaysPrebuildRunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionCondition.ExpressionConditionDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
ExpressionCondition(String expression,
String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getLabel() |
boolean |
runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the perform method in the BuildStep.
|
runPrebuildall, getDescriptorpublic String getLabel()
public String getExpression()
public boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPerform in class RunConditionExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.