com.thalesgroup.dtkit.metrics.hudson.api.type
Class MetricsType
java.lang.Object
com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
- All Implemented Interfaces:
- hudson.ExtensionPoint, Serializable
- Direct Known Subclasses:
- CoverageType, MeasureType, TestType, ViolationsType
public abstract class MetricsType
- extends Object
- implements hudson.ExtensionPoint, Serializable
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsType
protected MetricsType(String pattern,
Boolean faildedIfNotNew,
Boolean deleteOutputFiles,
Boolean stopProcessingIfError)
MetricsType
protected MetricsType(String pattern,
boolean faildedIfNotNew,
boolean deleteOutputFiles)
MetricsType
protected MetricsType(String pattern)
getPattern
public String getPattern()
isFaildedIfNotNew
public boolean isFaildedIfNotNew()
isDeleteOutputFiles
public boolean isDeleteOutputFiles()
isStopProcessingIfError
public boolean isStopProcessingIfError()
getInputMetric
public abstract InputMetric getInputMetric()
readResolve
public Object readResolve()
Copyright © 2004-2012. All Rights Reserved.