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

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

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

See Also:
Serialized Form

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

Constructor Detail

TestType

protected TestType(String pattern,
                   boolean failureIfNotNew,
                   boolean deleteOutputFiles,
                   boolean stopProcessingIfError)

TestType

protected TestType(String pattern,
                   boolean failureIfNotNew,
                   boolean deleteOutputFiles)

TestType

protected TestType(String pattern)
Method Detail

getDescriptor

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

all

public static hudson.ExtensionList<TestType> all()

getInputMetric

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


Copyright © 2004-2011. All Rights Reserved.