Class AbstractReportPublisherDslExtension

java.lang.Object
javaposse.jobdsl.plugin.ContextExtensionPoint
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractDslExtension
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractReportPublisherDslExtension
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
ReportPublisherDslExtension

public abstract class AbstractReportPublisherDslExtension extends AbstractDslExtension
Common base class providing report-related DSL extensions.
  • Field Details

    • validator

      protected final JUnitValidator validator
      Validator to check UNIT report related DSL options.
  • Constructor Details

    • AbstractReportPublisherDslExtension

      public AbstractReportPublisherDslExtension()
  • Method Details

    • checkToolInstallation

      protected void checkToolInstallation(String toolName, AbstractReportPublisher publisher)
      Checks whether a tool installation identified by given name exists.
      Parameters:
      toolName - the tool name
      publisher - the builder