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

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

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

See Also:
Serialized Form

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

Constructor Detail

MeasureType

protected MeasureType(java.lang.String pattern,
                      boolean skipNoTestFiles,
                      boolean failIfNotNew,
                      boolean deleteOutputFiles,
                      boolean stopProcessingIfError)

MeasureType

protected MeasureType(java.lang.String pattern,
                      boolean failIfNotNew,
                      boolean deleteOutputFiles,
                      boolean stopProcessingIfError)

MeasureType

protected MeasureType(java.lang.String pattern,
                      boolean failIfNotNew,
                      boolean deleteOutputFiles)

MeasureType

protected MeasureType(java.lang.String pattern)
Method Detail

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-2013. All Rights Reserved.