public abstract class AbstractSessionManagerStep extends AbstractStep implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
annotations |
protected String |
environmentConfigUrl |
protected List<String> |
environmentDependencies |
protected String |
environmentSetupScriptUrl |
protected String |
environmentTeardownScriptUrl |
protected Map<String,String> |
labels |
protected String |
name |
protected Boolean |
namespaceCleanupEnabled |
protected Boolean |
namespaceDestroyEnabled |
protected Boolean |
namespaceLazyCreateEnabled |
protected String |
prefix |
protected Map<String,String> |
scriptEnvironmentVariables |
protected List<String> |
waitForServiceList |
protected Long |
waitTimeout |
cloud| Constructor and Description |
|---|
AbstractSessionManagerStep(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 |
|---|---|
Map<String,String> |
getAnnotations() |
String |
getEnvironmentConfigUrl() |
List<String> |
getEnvironmentDependencies() |
String |
getEnvironmentSetupScriptUrl() |
String |
getEnvironmentTeardownScriptUrl() |
Map<String,String> |
getLabels() |
String |
getName() |
String |
getPrefix() |
Map<String,String> |
getScriptEnvironmentVariables() |
List<String> |
getWaitForServiceList() |
Long |
getWaitTimeout() |
Boolean |
isNamespaceCleanupEnabled() |
Boolean |
isNamespaceDestroyEnabled() |
Boolean |
isNamespaceLazyCreateEnabled() |
getCloudprotected final String name
protected final String prefix
protected final String environmentSetupScriptUrl
protected final String environmentTeardownScriptUrl
protected final String environmentConfigUrl
protected final Long waitTimeout
protected final Boolean namespaceLazyCreateEnabled
protected final Boolean namespaceCleanupEnabled
protected final Boolean namespaceDestroyEnabled
public AbstractSessionManagerStep(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)
public String getName()
public String getPrefix()
public String getEnvironmentSetupScriptUrl()
public String getEnvironmentTeardownScriptUrl()
public String getEnvironmentConfigUrl()
public Long getWaitTimeout()
public Boolean isNamespaceLazyCreateEnabled()
public Boolean isNamespaceCleanupEnabled()
public Boolean isNamespaceDestroyEnabled()
Copyright © 2015–2019 Red Hat. All rights reserved.