Class ValgrindJunitHudsonTestType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.TestType
org.jenkinsci.plugins.xunit.types.ValgrindJunitHudsonTestType
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.lib.dtkit.type.TestType>,Serializable
public class ValgrindJunitHudsonTestType
extends org.jenkinsci.lib.dtkit.type.TestType
Valgrind is an instrumentation framework for
building dynamic analysis tools. There are Valgrind tools that can
automatically detect many memory management and threading bugs, and profile
your programs in detail.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeleteOutputFiles(boolean deleteOutputFiles) voidsetExcludesPattern(String excludesPattern) voidsetFailIfNotNew(boolean failIfNotNew) voidsetSkipNoTestFiles(boolean skipNoTestFiles) voidsetStopProcessingIfError(boolean stopProcessingIfError) Methods inherited from class org.jenkinsci.lib.dtkit.type.TestType
all, getDescriptor, getInputMetricMethods inherited from class org.jenkinsci.lib.dtkit.type.MetricsType
getExcludesPattern, getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve
-
Constructor Details
-
ValgrindJunitHudsonTestType
-
-
Method Details
-
setDeleteOutputFiles
@DataBoundSetter public void setDeleteOutputFiles(boolean deleteOutputFiles) - Overrides:
setDeleteOutputFilesin classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setFailIfNotNew
@DataBoundSetter public void setFailIfNotNew(boolean failIfNotNew) - Overrides:
setFailIfNotNewin classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setExcludesPattern
- Overrides:
setExcludesPatternin classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setSkipNoTestFiles
@DataBoundSetter public void setSkipNoTestFiles(boolean skipNoTestFiles) - Overrides:
setSkipNoTestFilesin classorg.jenkinsci.lib.dtkit.type.MetricsType
-
setStopProcessingIfError
@DataBoundSetter public void setStopProcessingIfError(boolean stopProcessingIfError) - Overrides:
setStopProcessingIfErrorin classorg.jenkinsci.lib.dtkit.type.MetricsType
-