Class ReportPublisherDslExtension.PublishETLogContext

java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractReportPublisherDslExtension.AbstractReportContext
de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.ReportPublisherDslExtension.PublishETLogContext
All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
Enclosing class:
ReportPublisherDslExtension

public static class ReportPublisherDslExtension.PublishETLogContext extends AbstractReportPublisherDslExtension.AbstractReportContext
Context class providing ecu.test log publisher methods for the nested DSL context.
  • Constructor Details

    • PublishETLogContext

      public PublishETLogContext()
  • Method Details

    • unstableOnWarning

      public void unstableOnWarning(boolean value)
      Option defining whether to mark the build as unstable if warnings found.
      Parameters:
      value - the value
    • failedOnError

      public void failedOnError(boolean value)
      Option defining whether to mark the build as failed if errors found.
      Parameters:
      value - the value
    • testSpecific

      public void testSpecific(boolean value)
      Option defining whether to parse the test-specific log files.
      Parameters:
      value - the value