Class TestEnvInvisibleAction
java.lang.Object
hudson.model.InvisibleAction
de.tracetronic.jenkins.plugins.ecutest.env.TestEnvInvisibleAction
- All Implemented Interfaces:
Action,ModelObject
Helper invisible action which is used for exchanging information between
AbstractTestClients
and other objects like TestEnvContributor.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines the test type. -
Constructor Summary
ConstructorsConstructorDescriptionTestEnvInvisibleAction(int testId, AbstractTestClient testClient) Instantiates a newTestEnvInvisibleAction. -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
TestEnvInvisibleAction
Instantiates a newTestEnvInvisibleAction.- Parameters:
testId- identifies this invisible action and is used as the suffix for the test related build environment variablestestClient- the test client holding the relevant information
-
-
Method Details
-
getTestId
public int getTestId() -
getTestName
-
getTestType
-
getTestDescription
-
getTestFile
-
getTestTbc
-
getTestTcf
-
getTestReportDir
-
getTestResult
-
getTimeout
public int getTimeout() -
getOutParams
-