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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParasoftType.ParasoftTypeDescriptor
-
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
-
-
-
-
Constructor Detail
-
ParasoftType
@DataBoundConstructor public ParasoftType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
-
-