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
public abstract class TestType extends MetricsType implements Describable<TestType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensionList<TestType>
all()
TestTypeDescriptor<? extends TestType>
getDescriptor()
org.jenkinsci.lib.dtkit.model.InputMetric
getInputMetric()
-
Methods inherited from class org.jenkinsci.lib.dtkit.type.MetricsType
getExcludesPattern, getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve, setDeleteOutputFiles, setExcludesPattern, setFailIfNotNew, setSkipNoTestFiles, setStopProcessingIfError
-
-
-
-
Method Detail
-
getDescriptor
public TestTypeDescriptor<? extends TestType> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<TestType>
-
all
public static ExtensionList<TestType> all()
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()
- Specified by:
getInputMetric
in classMetricsType
-
-