public class SandboxStartStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SandboxStartStep.DescriptorImpl |
static class |
SandboxStartStep.SandboxStartStepExecution |
| Modifier and Type | Field and Description |
|---|---|
int |
duration |
String |
name |
String |
params |
String |
sandboxName |
int |
timeout |
| Constructor and Description |
|---|
SandboxStartStep(String name,
String params,
String sandboxName,
int duration,
int timeout) |
Copyright © 2016–2017. All rights reserved.