public class ZapRunner
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
ZapRunner.ZapRunnerDescriptor
Descriptor for
ZapRunner. |
| Constructor and Description |
|---|
ZapRunner(String host,
ZapInstallDescription zapInstallDescription) |
| Modifier and Type | Method and Description |
|---|---|
ZapRunner.ZapRunnerDescriptor |
getDescriptor() |
String |
getHost() |
ZapInstallDescription |
getZapInstallDescription() |
String |
getZapInstallType() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final String AUTO
@DataBoundConstructor public ZapRunner(String host, ZapInstallDescription zapInstallDescription)
public String getHost()
public String getZapInstallType()
public ZapInstallDescription getZapInstallDescription()
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.BuildStepCompatibilityLayerIOExceptionInterruptedExceptionpublic ZapRunner.ZapRunnerDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2014. All Rights Reserved.