public class KarafCommandScriptOption extends KarafCommandOption
| Modifier and Type | Class and Description |
|---|---|
static class |
KarafCommandScriptOption.DescriptorImpl |
| Constructor and Description |
|---|
KarafCommandScriptOption(String script) |
| Modifier and Type | Method and Description |
|---|---|
int |
execute(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
KarafBuildStepBuilder karafStep) |
String |
getScript() |
void |
setScript(String script) |
getDescriptor@DataBoundConstructor public KarafCommandScriptOption(String script)
public String getScript()
@DataBoundSetter public void setScript(String script)
public int execute(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
KarafBuildStepBuilder karafStep)
throws KarafCommandException
execute in class KarafCommandOptionKarafCommandExceptionCopyright © 2016–2017. All rights reserved.