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