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 void
buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
String
getDisplayName()
String
getIconFileName()
String
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.EnvironmentContributingAction
buildEnvironment
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
buildEnvVars
public void buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
- Specified by:
buildEnvVars
in interfaceEnvironmentContributingAction
-
-