public class SandboxStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SandboxStep.DescriptorImpl |
static class |
SandboxStep.Execution |
| Modifier and Type | Field and Description |
|---|---|
int |
maxDuration |
String |
name |
String |
params |
String |
sandboxName |
int |
timeout |
| Constructor and Description |
|---|
SandboxStep(String name,
int maxDuration,
String params,
String sandboxName,
int timeout)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDuration() |
String |
getName() |
public final String name
public final int maxDuration
public final String params
public final String sandboxName
public final int timeout
@Deprecated @DataBoundConstructor public SandboxStep(@Nonnull String name, int maxDuration, String params, String sandboxName, int timeout)
public String getName()
public int getMaxDuration()
Copyright © 2016–2017. All rights reserved.