public class ExecuteKatalonStudioTask
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecuteKatalonStudioTask.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
ExecuteKatalonStudioTask(String version,
String location,
String executeArgs,
String x11Display,
String xvfbConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecuteArgs() |
String |
getLocation() |
String |
getVersion() |
String |
getX11Display() |
String |
getXvfbConfiguration() |
boolean |
perform(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener buildListener) |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath filePath,
hudson.Launcher launcher,
hudson.model.TaskListener taskListener) |
void |
setExecuteArgs(String executeArgs) |
void |
setLocation(String location) |
void |
setVersion(String version) |
void |
setX11Display(String x11Display) |
void |
setXvfbConfiguration(String xvfbConfiguration) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getVersion()
public void setVersion(String version)
public String getLocation()
public void setLocation(String location)
public String getExecuteArgs()
public void setExecuteArgs(String executeArgs)
public String getX11Display()
public void setX11Display(String x11Display)
public String getXvfbConfiguration()
public void setXvfbConfiguration(String xvfbConfiguration)
public boolean perform(hudson.model.AbstractBuild<?,?> abstractBuild,
hudson.Launcher launcher,
hudson.model.BuildListener buildListener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath filePath, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener taskListener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2022 Katalon Inc.. All rights reserved.