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>, java.io.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(java.lang.String pattern)
|
protected |
TestType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles)
|
protected |
TestType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
|
protected |
TestType(java.lang.String pattern,
boolean skipNoTestFiles,
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(java.lang.String pattern,
boolean skipNoTestFiles,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
TestType
protected TestType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
TestType
protected TestType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles)
TestType
protected TestType(java.lang.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-2013. All Rights Reserved.