com.thalesgroup.dtkit.metrics.hudson.api.type
Class MeasureType
java.lang.Object
com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
com.thalesgroup.dtkit.metrics.hudson.api.type.MeasureType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<MeasureType>, Serializable
public abstract class MeasureType
- extends MetricsType
- implements hudson.model.Describable<MeasureType>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Constructor Summary |
protected |
MeasureType(String pattern)
|
protected |
MeasureType(String pattern,
boolean failureIfNotNew,
boolean deleteOutputFiles)
|
protected |
MeasureType(String pattern,
boolean failureIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasureType
protected MeasureType(String pattern,
boolean failureIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
MeasureType
protected MeasureType(String pattern,
boolean failureIfNotNew,
boolean deleteOutputFiles)
MeasureType
protected MeasureType(String pattern)
all
public static hudson.ExtensionList<MeasureType> all()
getDescriptor
public MeasureTypeDescriptor<? extends MeasureType> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<MeasureType>
getInputMetric
public InputMetric getInputMetric()
- Specified by:
getInputMetric in class MetricsType
Copyright © 2004-2012. All Rights Reserved.