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:
  • Constructor Details

    • ValgrindJunitHudsonTestType

      @DataBoundConstructor public ValgrindJunitHudsonTestType(String pattern)
  • Method Details

    • setDeleteOutputFiles

      @DataBoundSetter public void setDeleteOutputFiles(boolean deleteOutputFiles)
      Overrides:
      setDeleteOutputFiles in class org.jenkinsci.lib.dtkit.type.MetricsType
    • setFailIfNotNew

      @DataBoundSetter public void setFailIfNotNew(boolean failIfNotNew)
      Overrides:
      setFailIfNotNew in class org.jenkinsci.lib.dtkit.type.MetricsType
    • setExcludesPattern

      @DataBoundSetter public void setExcludesPattern(String excludesPattern)
      Overrides:
      setExcludesPattern in class org.jenkinsci.lib.dtkit.type.MetricsType
    • setSkipNoTestFiles

      @DataBoundSetter public void setSkipNoTestFiles(boolean skipNoTestFiles)
      Overrides:
      setSkipNoTestFiles in class org.jenkinsci.lib.dtkit.type.MetricsType
    • setStopProcessingIfError

      @DataBoundSetter public void setStopProcessingIfError(boolean stopProcessingIfError)
      Overrides:
      setStopProcessingIfError in class org.jenkinsci.lib.dtkit.type.MetricsType