public static class RundeckCause.RundeckExecutionEnvironmentContributingAction extends Object implements hudson.model.EnvironmentContributingAction
EnvironmentContributingAction used to make information about the RundeckExecution available to
the build (as environment variables)| Constructor and Description |
|---|
RundeckExecutionEnvironmentContributingAction(org.rundeck.api.domain.RundeckExecution execution)
Instantiate a new action, which will use the data from the given execution
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public RundeckExecutionEnvironmentContributingAction(org.rundeck.api.domain.RundeckExecution execution)
execution - at the origin of the Rundeck notificationpublic void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
buildEnvVars in interface hudson.model.EnvironmentContributingActionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.ActionCopyright © 2004-2016. All Rights Reserved.