public class Not extends RunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
Not.NotDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
Not(RunCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
RunCondition |
getCondition() |
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 Not(RunCondition condition)
public RunCondition getCondition()
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.