@Extension public class CallFunction extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
CallFunction.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
CallFunction() |
CallFunction(String functionName,
String[] argumentList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument() |
String[] |
getArgumentList() |
CallFunction.DescriptorImpl |
getDescriptor() |
String |
getFunctionName() |
void |
perform(Run run,
FilePath fp,
Launcher lnchr,
TaskListener listener) |
void |
setArgument(String argument) |
void |
setArgumentList(String[] argumentList) |
void |
setFunctionName(String functionName) |
all, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic String getFunctionName()
public String getArgument()
public String[] getArgumentList()
public CallFunction.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Builder>getDescriptor in class Builderpublic void perform(Run run, FilePath fp, Launcher lnchr, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2020. All rights reserved.