public static class RundeckCause.RundeckExecutionEnvironmentContributingAction extends Object implements EnvironmentContributingAction
EnvironmentContributingAction
used to make information about the Execution
available to
the build (as environment variables)Constructor and Description |
---|
RundeckExecutionEnvironmentContributingAction(org.rundeck.client.api.model.Execution execution)
Instantiate a new action, which will use the data from the given execution
|
Modifier and Type | Method and Description |
---|---|
void |
buildEnvVars(AbstractBuild<?,?> build,
EnvVars env) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildEnvironment
public RundeckExecutionEnvironmentContributingAction(org.rundeck.client.api.model.Execution execution)
execution
- at the origin of the Rundeck notificationpublic void buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
buildEnvVars
in interface EnvironmentContributingAction
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getIconFileName()
getIconFileName
in interface Action
public String getUrlName()
getUrlName
in interface Action
Copyright © 2016–2022. All rights reserved.