Class AbstractDslExtension
java.lang.Object
javaposse.jobdsl.plugin.ContextExtensionPoint
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractDslExtension
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
AbstractReportPublisherDslExtension
,AbstractTestBuilderDslExtension
,AbstractToolBuilderDslExtension
public abstract class AbstractDslExtension
extends javaposse.jobdsl.plugin.ContextExtensionPoint
Common base class providing plugin specific DSL extensions.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
Exception message for invalid tool installation option.protected static final String
Exception message for invalid options.protected static final String
Option name for the timeout.protected static final String
Option name for the tool installation name. -
Constructor Summary
-
Method Summary
Methods inherited from class javaposse.jobdsl.plugin.ContextExtensionPoint
all, executeInContext, notifyItemCreated, notifyItemUpdated
-
Field Details
-
OPT_TOOL_NAME
Option name for the tool installation name.- See Also:
-
OPT_TIMEOUT
Option name for the timeout.- See Also:
-
NOT_NULL_MSG
Exception message for invalid options.- See Also:
-
NO_INSTALL_MSG
Exception message for invalid tool installation option.- See Also:
-
-
Constructor Details
-
AbstractDslExtension
public AbstractDslExtension()
-