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.-
Field Summary
Fields inherited from class de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractReportPublisherDslExtension.AbstractReportContext
allowMissing, archiving, keepAll, runOnFailed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfailedOnError(boolean value) Option defining whether to mark the build as failed if errors found.voidtestSpecific(boolean value) Option defining whether to parse the test-specific log files.voidunstableOnWarning(boolean value) Option defining whether to mark the build as unstable if warnings found.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.extension.jobdsl.AbstractReportPublisherDslExtension.AbstractReportContext
allowMissing, archiving, keepAll, runOnFailed
-
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
-