Class ParasoftType

java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.TestType
com.parasoft.findings.jenkins.xunit.ParasoftType
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.lib.dtkit.type.TestType>, Serializable

public class ParasoftType extends org.jenkinsci.lib.dtkit.type.TestType
Identifies our tests.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParasoftType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
     
  • Method Summary

    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, setDeleteOutputFiles, setExcludesPattern, setFailIfNotNew, setSkipNoTestFiles, setStopProcessingIfError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParasoftType

      @DataBoundConstructor public ParasoftType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)