Package com.lookout.jenkins
Class EnvironmentPluginAction
- java.lang.Object
-
- com.lookout.jenkins.EnvironmentPluginAction
-
- All Implemented Interfaces:
Action,EnvironmentContributingAction,ModelObject
public class EnvironmentPluginAction extends Object implements EnvironmentContributingAction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildEnvVars(AbstractBuild<?,?> build, EnvVars env)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.EnvironmentContributingAction
buildEnvironment
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
buildEnvVars
public void buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
- Specified by:
buildEnvVarsin interfaceEnvironmentContributingAction
-
-