public class DrupalInstanceBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
DrupalInstanceBuilder.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
db |
String |
profile |
boolean |
refresh |
String |
root |
boolean |
updb |
| Constructor and Description |
|---|
DrupalInstanceBuilder(String db,
String root,
String profile,
boolean refresh,
boolean updb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildpublic final String db
public final String root
public final String profile
public final boolean refresh
public final boolean updb
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.