com.thalesgroup.dtkit.metrics.hudson.api.type
Class TestType
java.lang.Object
com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Constructor Summary |
protected |
TestType(String pattern)
|
protected |
TestType(String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles)
|
protected |
TestType(String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestType
protected TestType(String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
TestType
protected TestType(String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles)
TestType
protected TestType(String pattern)
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-2012. All Rights Reserved.