public class ScriptBuilder extends hudson.tasks.Builder implements jenkins.tasks.SimpleBuildStep, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
ScriptBuilder(String connection,
String script,
String file,
String sourceType,
String outputName,
String limitMaxRows,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnection() |
String |
getFile() |
int |
getMaxRows() |
String |
getOutputName() |
String |
getScript() |
String |
getSourceType() |
String |
isSourceType(String sourceType) |
String |
limitMaxRows() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String getConnection()
public String getScript()
public String getFile()
public String getSourceType()
public String getOutputName()
public int getMaxRows()
public String limitMaxRows()
public void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2019. All rights reserved.