com.thalesgroup.dtkit.metrics.hudson.api.type
Class CoverageType

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
      extended by com.thalesgroup.dtkit.metrics.hudson.api.type.CoverageType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<CoverageType>, Serializable

public abstract class CoverageType
extends MetricsType
implements hudson.model.Describable<CoverageType>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
protected CoverageType(String pattern)
           
protected CoverageType(String pattern, boolean failIfNotNew, boolean deleteOutputFiles)
           
protected CoverageType(String pattern, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
           
 
Method Summary
static hudson.ExtensionList<CoverageType> all()
           
 CoverageTypeDescriptor<? extends CoverageType> getDescriptor()
           
 InputMetric getInputMetric()
           
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isStopProcessingIfError, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageType

protected CoverageType(String pattern,
                       boolean failIfNotNew,
                       boolean deleteOutputFiles,
                       boolean stopProcessingIfError)

CoverageType

protected CoverageType(String pattern,
                       boolean failIfNotNew,
                       boolean deleteOutputFiles)

CoverageType

protected CoverageType(String pattern)
Method Detail

all

public static hudson.ExtensionList<CoverageType> all()

getDescriptor

public CoverageTypeDescriptor<? extends CoverageType> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<CoverageType>

getInputMetric

public InputMetric getInputMetric()
Specified by:
getInputMetric in class MetricsType


Copyright © 2004-2012. All Rights Reserved.