Class ParasoftSOAtest9xType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.TestType
com.parasoft.findings.jenkins.xunit.ParasoftSOAtest9xType
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.lib.dtkit.type.TestType>
,Serializable
public class ParasoftSOAtest9xType
extends org.jenkinsci.lib.dtkit.type.TestType
Identifies our tests.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionParasoftSOAtest9xType
(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
-
Constructor Details
-
ParasoftSOAtest9xType
@DataBoundConstructor public ParasoftSOAtest9xType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
-