Class AbstractTestBuilderDslExtension
java.lang.Object
javaposse.jobdsl.plugin.ContextExtensionPoint
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractDslExtension
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractTestBuilderDslExtension
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
TestBuilderDslExtension
Common base class providing test-related DSL extensions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassContextclass providing common export methods for the nested DSL context.classContextclass providing common import methods for the nested DSL context.classContextclass providing common test related methods for the nested DSL context.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringOption name for the test file.protected final TMSValidatorValidator to check TMS related DSL options.protected final TestValidatorValidator to check test related DSL options.Fields inherited from class de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractDslExtension
NO_INSTALL_MSG, NOT_NULL_MSG, OPT_TIMEOUT, OPT_TOOL_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javaposse.jobdsl.plugin.ContextExtensionPoint
all, executeInContext, notifyItemCreated, notifyItemUpdated
-
Field Details
-
OPT_TEST_FILE
Option name for the test file.- See Also:
-
validator
Validator to check test related DSL options. -
tmsValidator
Validator to check TMS related DSL options.
-
-
Constructor Details
-
AbstractTestBuilderDslExtension
public AbstractTestBuilderDslExtension()
-