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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MeasureType
(String pattern) protected
MeasureType
(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<MeasureType>
all()
MeasureTypeDescriptor<? extends MeasureType>
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
-
MeasureType
protected MeasureType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
MeasureType
-
-
Method Details
-
all
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<MeasureType>
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()- Specified by:
getInputMetric
in classMetricsType
-