hudson.plugins.parameterizedtrigger
Class BuildInfoExporterAction
java.lang.Object
hudson.plugins.parameterizedtrigger.BuildInfoExporterAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.EnvironmentContributingAction, hudson.model.ModelObject
public class BuildInfoExporterAction
- extends Object
- implements hudson.model.EnvironmentContributingAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOB_NAME_VARIABLE
public static final String JOB_NAME_VARIABLE
- See Also:
- Constant Field Values
BUILD_NUMBER_VARIABLE_PREFIX
public static final String BUILD_NUMBER_VARIABLE_PREFIX
- See Also:
- Constant Field Values
BuildInfoExporterAction
public BuildInfoExporterAction(String buildName,
int buildNumber)
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
buildEnvVars
public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
hudson.EnvVars env)
- Specified by:
buildEnvVars in interface hudson.model.EnvironmentContributingAction
Copyright © 2004-2012. All Rights Reserved.