Package org.jenkinsci.lib.dtkit.type
Class TestType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.TestType
- All Implemented Interfaces:
ExtensionPoint
,Describable<TestType>
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<TestType>
all()
TestTypeDescriptor<? extends TestType>
org.jenkinsci.lib.dtkit.model.InputMetric
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
-
TestType
protected TestType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
TestType
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<TestType>
-
all
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()- Specified by:
getInputMetric
in classMetricsType
-