public class EggplantRunnerBuilder extends Builder implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
EggplantRunnerBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
EggplantRunnerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaCertPath() |
String |
getClientId() |
Secret |
getClientSecret() |
String |
getLogLevel() |
String |
getPollInterval() |
String |
getRequestRetries() |
String |
getRequestTimeout() |
String |
getServerURL() |
String |
getTestConfigId() |
void |
perform(Run<?,?> run,
FilePath workspace,
EnvVars env,
Launcher launcher,
TaskListener listener) |
void |
setCaCertPath(String caCertPath) |
void |
setClientId(String clientId) |
void |
setClientSecret(Secret clientSecret) |
void |
setDryRun(boolean dryRun) |
void |
setLogLevel(String logLevel) |
void |
setPollInterval(String pollInterval) |
void |
setRequestRetries(String requestRetries) |
void |
setRequestTimeout(String requestTimeout) |
void |
setServerURL(String serverURL) |
void |
setTestConfigId(String testConfigId) |
all, getDescriptor, getRequiredMonitorService, prebuildgetProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperform, perform, requiresWorkspacegetProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuildpublic String getServerURL()
public String getTestConfigId()
public String getClientId()
public Secret getClientSecret()
public String getLogLevel()
public String getCaCertPath()
public String getPollInterval()
public String getRequestTimeout()
public String getRequestRetries()
@DataBoundSetter public void setServerURL(String serverURL)
@DataBoundSetter public void setTestConfigId(String testConfigId)
@DataBoundSetter public void setClientId(String clientId)
@DataBoundSetter public void setClientSecret(Secret clientSecret)
@DataBoundSetter public void setLogLevel(String logLevel)
@DataBoundSetter public void setCaCertPath(String caCertPath)
@DataBoundSetter public void setPollInterval(String pollInterval)
@DataBoundSetter public void setRequestTimeout(String requestTimeout)
@DataBoundSetter public void setRequestRetries(String requestRetries)
@DataBoundSetter public void setDryRun(boolean dryRun)
public void perform(Run<?,?> run, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2022. All rights reserved.