public class StartSandbox extends CloudShellBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
StartSandbox.StartSandboxDescriptor |
CloudShellBuildStep.CSBuildStepDescriptorcsServer| Constructor and Description |
|---|
StartSandbox(String blueprintName,
String sandboxDuration,
int maxWaitForSandboxAvailability,
int setupTimeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlueprintName() |
int |
getMaxWaitForSandboxAvailability() |
String |
getParams() |
String |
getSandboxDomain() |
String |
getSandboxDuration() |
String |
getSandboxName() |
int |
getSetupTimeout() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
com.quali.cloudshell.QsServerDetails server) |
void |
setParams(String params) |
void |
setSandboxDomain(String sandboxDomain) |
void |
setSandboxName(String sandboxName) |
all, getCsServer, getDescriptorpublic String getBlueprintName()
public String getSandboxDuration()
public int getMaxWaitForSandboxAvailability()
public int getSetupTimeout()
@CheckForNull public String getParams()
@DataBoundSetter public void setParams(@CheckForNull String params)
@CheckForNull public String getSandboxName()
@DataBoundSetter public void setSandboxName(@CheckForNull String sandboxName)
@CheckForNull public String getSandboxDomain()
@DataBoundSetter public void setSandboxDomain(@CheckForNull String sandboxDomain)
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
com.quali.cloudshell.QsServerDetails server)
throws Exception
perform in class CloudShellBuildStepExceptionCopyright © 2016–2022. All rights reserved.