| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentVariable |
| Modifier and Type | Method and Description |
|---|---|
Collection<IEnvironmentVariable> |
ReplicationController.getEnvironmentVariables() |
Collection<IEnvironmentVariable> |
ReplicationController.getEnvironmentVariables(String containerName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IEnvironmentVariable> |
JenkinsPipelineStrategy.getEnvVars() |
Collection<IEnvironmentVariable> |
SourceBuildStrategy.getEnvVars() |
| Modifier and Type | Method and Description |
|---|---|
void |
JenkinsPipelineStrategy.setEnvVars(Collection<IEnvironmentVariable> envVars) |
void |
SourceBuildStrategy.setEnvVars(Collection<IEnvironmentVariable> envVars) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IEnvironmentVariable> |
IReplicationController.getEnvironmentVariables()
Return the list of env vars of the first container
|
Collection<IEnvironmentVariable> |
IReplicationController.getEnvironmentVariables(String containerName)
Return the list of env vars for the given container or an empty list if the
container is not found
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IEnvironmentVariable> |
ISourceBuildStrategy.getEnvVars() |
Collection<IEnvironmentVariable> |
IJenkinsPipelineStrategy.getEnvVars() |
| Modifier and Type | Method and Description |
|---|---|
void |
ISourceBuildStrategy.setEnvVars(Collection<IEnvironmentVariable> envVars)
Setting using a null collection will early return without modification to the
strategy
|
void |
IJenkinsPipelineStrategy.setEnvVars(Collection<IEnvironmentVariable> envVars) |
IBuildConfigBuilder.ISourceStrategyBuilder |
IBuildConfigBuilder.ISourceStrategyBuilder.withEnvVars(List<IEnvironmentVariable> envVars) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
EnvironmentVariableUtils.toMapOfStrings(Collection<IEnvironmentVariable> envVars) |
Copyright © 2019 Red Hat, Inc. All Rights Reserved.