public class Or extends RunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
Or.OrDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
Or(ArrayList<ConditionContainer> conditions) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ConditionContainer> |
getConditions() |
boolean |
runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the perform method in the BuildStep.
|
boolean |
runPrebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the prebuild method in the BuildStep.
|
all, getDescriptor@DataBoundConstructor public Or(ArrayList<ConditionContainer> conditions)
public ArrayList<ConditionContainer> getConditions()
public boolean runPrebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPrebuild in class RunConditionExceptionAlwaysPrebuildRunCondition,
PrebuildSameAsPerformRunConditionpublic boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPerform in class RunConditionExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.