Package org.jenkinsci.lib.dtkit.type
Class CoverageType
- java.lang.Object
-
- org.jenkinsci.lib.dtkit.type.MetricsType
-
- org.jenkinsci.lib.dtkit.type.CoverageType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<CoverageType>
,Serializable
public abstract class CoverageType extends MetricsType implements Describable<CoverageType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CoverageType(String pattern)
protected
CoverageType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensionList<CoverageType>
all()
CoverageTypeDescriptor<? extends CoverageType>
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
-
all
public static ExtensionList<CoverageType> all()
-
getDescriptor
public CoverageTypeDescriptor<? extends CoverageType> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<CoverageType>
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()
- Specified by:
getInputMetric
in classMetricsType
-
-