public final class FileExistsCondition extends AlwaysPrebuildRunCondition
| Modifier and Type | Class and Description |
|---|---|
static class |
FileExistsCondition.FileExistsConditionDescriptor |
RunCondition.RunConditionDescriptor| Constructor and Description |
|---|
FileExistsCondition(String file,
BaseDirectory baseDir) |
| Modifier and Type | Method and Description |
|---|---|
BaseDirectory |
getBaseDir() |
String |
getFile() |
boolean |
runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Decide whether to run the perform method in the BuildStep.
|
runPrebuildall, getDescriptor@DataBoundConstructor public FileExistsCondition(String file, BaseDirectory baseDir)
public BaseDirectory getBaseDir()
public String getFile()
public boolean runPerform(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
throws Exception
RunConditionrunPerform in class RunConditionExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.