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 |
getBackoffFactor() |
String |
getCACertPath() |
String |
getClientId() |
Secret |
getClientSecret() |
LogLevel |
getLogLevel() |
String |
getPollInterval() |
String |
getRequestRetries() |
String |
getRequestTimeout() |
String |
getServerURL() |
String |
getTestConfigId() |
String |
getTestResultPath() |
void |
perform(Run<?,?> run,
FilePath workspace,
EnvVars env,
Launcher launcher,
TaskListener listener) |
void |
setBackoffFactor(String backoffFactor) |
void |
setCACertPath(String CACertPath) |
void |
setClientId(String clientId) |
void |
setClientSecret(Secret clientSecret) |
void |
setDryRun(boolean dryRun) |
void |
setLogLevel(LogLevel logLevel) |
void |
setPollInterval(String pollInterval) |
void |
setRequestRetries(String requestRetries) |
void |
setRequestTimeout(String requestTimeout) |
void |
setServerURL(String serverURL) |
void |
setTestConfigId(String testConfigId) |
void |
setTestResultPath(String testResultPath) |
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 LogLevel getLogLevel()
public String getCACertPath()
public String getTestResultPath()
public String getPollInterval()
public String getRequestTimeout()
public String getRequestRetries()
public String getBackoffFactor()
@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(LogLevel logLevel)
@DataBoundSetter public void setCACertPath(String CACertPath)
@DataBoundSetter public void setTestResultPath(String testResultPath)
@DataBoundSetter public void setPollInterval(String pollInterval)
@DataBoundSetter public void setRequestTimeout(String requestTimeout)
@DataBoundSetter public void setRequestRetries(String requestRetries)
@DataBoundSetter public void setBackoffFactor(String backoffFactor)
@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.