Package org.jenkinsci.lib.dtkit.type
Class MeasureType
- java.lang.Object
-
- org.jenkinsci.lib.dtkit.type.MetricsType
-
- org.jenkinsci.lib.dtkit.type.MeasureType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<MeasureType>
,Serializable
public abstract class MeasureType extends MetricsType implements Describable<MeasureType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MeasureType(String pattern)
protected
MeasureType(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<MeasureType>
all()
MeasureTypeDescriptor<? extends MeasureType>
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<MeasureType> all()
-
getDescriptor
public MeasureTypeDescriptor<? extends MeasureType> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<MeasureType>
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()
- Specified by:
getInputMetric
in classMetricsType
-
-