Class CapturedEnvironmentAction
- java.lang.Object
-
- hudson.model.InvisibleAction
-
- hudson.plugins.parameterizedtrigger.CapturedEnvironmentAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class CapturedEnvironmentAction extends InvisibleAction implements RunAction2
- Author:
- Nicolas De Loof
-
-
Constructor Summary
Constructors Constructor Description CapturedEnvironmentAction(EnvVars env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvVars
getCapturedEnvironment()
void
onAttached(Run<?,?> r)
void
onLoad(Run<?,?> r)
-
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Constructor Detail
-
CapturedEnvironmentAction
public CapturedEnvironmentAction(EnvVars env)
-
-
Method Detail
-
getCapturedEnvironment
public EnvVars getCapturedEnvironment()
-
onAttached
public void onAttached(Run<?,?> r)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> r)
- Specified by:
onLoad
in interfaceRunAction2
-
-