public class CreateEnvironmentStep extends AbstractSessionManagerStep implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateEnvironmentStep.DescriptorImpl |
annotations, environmentConfigUrl, environmentDependencies, environmentSetupScriptUrl, environmentTeardownScriptUrl, labels, name, namespaceCleanupEnabled, namespaceDestroyEnabled, namespaceLazyCreateEnabled, prefix, scriptEnvironmentVariables, waitForServiceList, waitTimeoutcloud| Constructor and Description |
|---|
CreateEnvironmentStep(String cloud,
String name,
String prefix,
Map<String,String> labels,
Map<String,String> annotations,
Map<String,String> scriptEnvironmentVariables,
String environmentSetupScriptUrl,
String environmentTeardownScriptUrl,
String environmentConfigUrl,
List<String> environmentDependencies,
Long waitTimeout,
List<String> waitForServiceList,
Boolean namespaceLazyCreateEnabled,
Boolean namespaceCleanupEnabled,
Boolean namespaceDestroyEnabled) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
getAnnotations, getEnvironmentConfigUrl, getEnvironmentDependencies, getEnvironmentSetupScriptUrl, getEnvironmentTeardownScriptUrl, getLabels, getName, getPrefix, getScriptEnvironmentVariables, getWaitForServiceList, getWaitTimeout, isNamespaceCleanupEnabled, isNamespaceDestroyEnabled, isNamespaceLazyCreateEnabledgetCloud@DataBoundConstructor public CreateEnvironmentStep(String cloud, String name, String prefix, Map<String,String> labels, Map<String,String> annotations, Map<String,String> scriptEnvironmentVariables, String environmentSetupScriptUrl, String environmentTeardownScriptUrl, String environmentConfigUrl, List<String> environmentDependencies, Long waitTimeout, List<String> waitForServiceList, Boolean namespaceLazyCreateEnabled, Boolean namespaceCleanupEnabled, Boolean namespaceDestroyEnabled)
Copyright © 2015–2017 Red Hat. All rights reserved.