Class BoostTestJunitHudsonTestType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.TestType
org.jenkinsci.plugins.xunit.types.BoostTestJunitHudsonTestType
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.lib.dtkit.type.TestType>
,Serializable
public class BoostTestJunitHudsonTestType
extends org.jenkinsci.lib.dtkit.type.TestType
Boost.Test is a
C++03 and C++11/14 unit testing library, available on a wide range of
platforms and compilers. The library is part of Boost.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDeleteOutputFiles
(boolean deleteOutputFiles) void
setExcludesPattern
(String excludesPattern) void
setFailIfNotNew
(boolean failIfNotNew) void
setSkipNoTestFiles
(boolean skipNoTestFiles) void
setStopProcessingIfError
(boolean stopProcessingIfError) Methods inherited from class org.jenkinsci.lib.dtkit.type.TestType
all, getDescriptor, getInputMetric
Methods inherited from class org.jenkinsci.lib.dtkit.type.MetricsType
getExcludesPattern, getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve
-
Constructor Details
-
BoostTestJunitHudsonTestType
-
-
Method Details
-
setDeleteOutputFiles
@DataBoundSetter public void setDeleteOutputFiles(boolean deleteOutputFiles) - Overrides:
setDeleteOutputFiles
in classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setFailIfNotNew
@DataBoundSetter public void setFailIfNotNew(boolean failIfNotNew) - Overrides:
setFailIfNotNew
in classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setExcludesPattern
- Overrides:
setExcludesPattern
in classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setSkipNoTestFiles
@DataBoundSetter public void setSkipNoTestFiles(boolean skipNoTestFiles) - Overrides:
setSkipNoTestFiles
in classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setStopProcessingIfError
@DataBoundSetter public void setStopProcessingIfError(boolean stopProcessingIfError) - Overrides:
setStopProcessingIfError
in classorg.jenkinsci.lib.dtkit.type.MetricsType
-