public abstract class PrebuildSameAsPerformRunCondition extends RunCondition
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
PrebuildSameAsPerformRunCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
runBuildStep(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
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, getDescriptorpublic final boolean runPrebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPrebuild in class RunConditionExceptionAlwaysPrebuildRunCondition,
PrebuildSameAsPerformRunConditionpublic final boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPerform in class RunConditionExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.