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 ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionParasoftType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
Method Summary
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, setDeleteOutputFiles, setExcludesPattern, setFailIfNotNew, setSkipNoTestFiles, setStopProcessingIfError
-
Constructor Details
-
ParasoftType
@DataBoundConstructor public ParasoftType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
-