com.thalesgroup.hudson.plugins.xunit.types
Class MSTestType
java.lang.Object
com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
com.thalesgroup.hudson.plugins.xunit.types.XUnitType
com.thalesgroup.hudson.plugins.xunit.types.MSTestType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>, Serializable
public class MSTestType
- extends XUnitType
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary |
MSTestType(String pattern,
boolean failIfNotNew,
boolean deleteJUnitFiles)
|
Method Summary |
com.thalesgroup.dtkit.metrics.hudson.api.descriptor.TestTypeDescriptor |
getDescriptor()
|
Object |
readResolve()
Call at Hudson startup for backward compatibility |
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.TestType |
all, getInputMetric |
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType |
getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSTestType
public MSTestType(String pattern,
boolean failIfNotNew,
boolean deleteJUnitFiles)
getDescriptor
public com.thalesgroup.dtkit.metrics.hudson.api.descriptor.TestTypeDescriptor getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>
- Overrides:
getDescriptor
in class com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
readResolve
public Object readResolve()
- Call at Hudson startup for backward compatibility
- Overrides:
readResolve
in class com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
- Returns:
- an new hudson object
Copyright © 2004-2013. All Rights Reserved.