@Extension public class ConfigFileEnvironmentContributingAction extends InvisibleAction implements EnvironmentContributingAction
configContents to an environment variable called PIPELINE_CONFIG for a run with this
Action| Modifier and Type | Field and Description |
|---|---|
static String |
PIPELINE_CONFIG |
| Constructor and Description |
|---|
ConfigFileEnvironmentContributingAction() |
ConfigFileEnvironmentContributingAction(String configContents)
Init with the
configContents which should be added to PIPELINE_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvironment(Run<?,?> run,
EnvVars env) |
getDisplayName, getIconFileName, getUrlNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildEnvVarsgetDisplayName, getIconFileName, getUrlNamepublic static final String PIPELINE_CONFIG
public ConfigFileEnvironmentContributingAction()
public ConfigFileEnvironmentContributingAction(String configContents)
configContents which should be added to PIPELINE_CONFIGconfigContents - public void buildEnvironment(@Nonnull Run<?,?> run, @Nonnull EnvVars env)
buildEnvironment in interface EnvironmentContributingActionCopyright © 2016–2019. All rights reserved.