Class ToolEnvActionView
java.lang.Object
hudson.model.InvisibleAction
de.tracetronic.jenkins.plugins.ecutest.env.view.ToolEnvActionView
- All Implemented Interfaces:
Action,ModelObject
Show the tool related environment variables as an build action.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classListener notifying the build on completion and adding thisToolEnvInvisibleActionas a new build action. -
Constructor Summary
ConstructorsConstructorDescriptionToolEnvActionView(Run<?, ?> run, TaskListener listener) Instantiates a newToolEnvActionView. -
Method Summary
Modifier and TypeMethodDescriptionGets the tool related build environment variables from theToolEnvInvisibleActionpreviously added to the build.Gets the file name of the icon.Gets the list ofToolEnvInvisibleActions according to this build action.Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
ToolEnvActionView
Instantiates a newToolEnvActionView.- Parameters:
run- the buildlistener- the listener
-
-
Method Details
-
getEnvVariables
Gets the tool related build environment variables from theToolEnvInvisibleActionpreviously added to the build.- Returns:
- set of
ParameterValue's to show in the build page.
-
getToolEnvActions
Gets the list ofToolEnvInvisibleActions according to this build action.- Returns:
- the tool environment actions
-
getIconFile
Gets the file name of the icon.- Returns:
- the icon file name
-