public abstract class KarafCommandOption extends Object implements hudson.model.Describable<KarafCommandOption>, Serializable
| Constructor and Description |
|---|
KarafCommandOption() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
execute(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
KarafBuildStepBuilder karafStep) |
hudson.model.Descriptor<KarafCommandOption> |
getDescriptor() |
public abstract int execute(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
KarafBuildStepBuilder karafStep)
throws KarafCommandException
KarafCommandExceptionpublic hudson.model.Descriptor<KarafCommandOption> getDescriptor()
getDescriptor in interface hudson.model.Describable<KarafCommandOption>Copyright © 2016–2017. All rights reserved.