org.jenkinsci.plugins.rundeck
Class RundeckCause.RundeckExecutionEnvironmentContributingAction
java.lang.Object
org.jenkinsci.plugins.rundeck.RundeckCause.RundeckExecutionEnvironmentContributingAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.EnvironmentContributingAction, hudson.model.ModelObject
- Enclosing class:
- RundeckCause
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RundeckCause.RundeckExecutionEnvironmentContributingAction
public RundeckCause.RundeckExecutionEnvironmentContributingAction(org.rundeck.api.domain.RundeckExecution execution)
- Instantiate a new action, which will use the data from the given execution
- Parameters:
execution - at the origin of the RunDeck notification
buildEnvVars
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
- Specified by:
buildEnvVars in interface hudson.model.EnvironmentContributingAction
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
Copyright © 2004-2014. All Rights Reserved.