Class TestEnvContributor
java.lang.Object
hudson.model.EnvironmentContributor
de.tracetronic.jenkins.plugins.ecutest.env.TestEnvContributor
- All Implemented Interfaces:
ExtensionPoint
Contributor which adds various test related variables into the build environment variables.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.EnvironmentContributor
EnvironmentContributor.EnvVarsHtmlNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPrefix for all build environment variables created by thisTestEnvContributor.static final StringBuild environment variable part for the test name.static final StringBuild environment variable part for the test file.static final StringBuild environment variable part for the test name.static final StringBuild environment variable part for the test report directory.static final StringBuild environment variable part for the test result.static final StringBuild environment variable part for the output parameter.static final StringBuild environment variable part for the test bench configuration.static final StringBuild environment variable part for the test configuration.static final StringBuild environment variable part for the timeout running the test.static final StringBuild environment variable part for the test type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnvironmentFor(Run r, EnvVars envs, TaskListener listener) Methods inherited from class hudson.model.EnvironmentContributor
all, buildEnvironmentFor
-
Field Details
-
PREFIX
Prefix for all build environment variables created by thisTestEnvContributor.- See Also:
-
TEST_NAME
Build environment variable part for the test name.- See Also:
-
TEST_TYPE
Build environment variable part for the test type.- See Also:
-
TEST_DESCRIPTION
Build environment variable part for the test name.- See Also:
-
TEST_FILE
Build environment variable part for the test file.- See Also:
-
TEST_TBC
Build environment variable part for the test bench configuration.- See Also:
-
TEST_TCF
Build environment variable part for the test configuration.- See Also:
-
TEST_REPORT
Build environment variable part for the test report directory.- See Also:
-
TEST_RESULT
Build environment variable part for the test result.- See Also:
-
TEST_TIMEOUT
Build environment variable part for the timeout running the test.- See Also:
-
TEST_RETVAL
Build environment variable part for the output parameter.- See Also:
-
-
Constructor Details
-
TestEnvContributor
public TestEnvContributor()
-
-
Method Details
-
buildEnvironmentFor
public void buildEnvironmentFor(@Nonnull Run r, @Nonnull EnvVars envs, @Nonnull TaskListener listener) - Overrides:
buildEnvironmentForin classEnvironmentContributor
-