com.thalesgroup.hudson.plugins.xunit.types
Class XUnitType
java.lang.Object
com.thalesgroup.hudson.plugins.xunit.types.XUnitType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<XUnitType>, java.io.Serializable
- Direct Known Subclasses:
- BoostTestType, CppUnitType, CustomType, FPCUnitType, GallioType, MSTestType, NUnitType, PHPUnitType, UnitTestType
public abstract class XUnitType
- extends java.lang.Object
- implements hudson.ExtensionPoint, hudson.model.Describable<XUnitType>, java.io.Serializable
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Field Summary |
protected java.lang.String |
customXSL
|
|
Constructor Summary |
protected |
XUnitType(java.lang.String pattern)
Deprecated. |
protected |
XUnitType(java.lang.String pattern,
boolean faildedIfNotNew)
|
protected |
XUnitType(java.lang.String pattern,
java.lang.String customXSL)
Deprecated. |
protected |
XUnitType(java.lang.String pattern,
java.lang.String customXSL,
boolean faildedIfNotNew)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customXSL
protected final java.lang.String customXSL
XUnitType
@Deprecated
protected XUnitType(java.lang.String pattern)
- Deprecated.
XUnitType
@Deprecated
protected XUnitType(java.lang.String pattern,
java.lang.String customXSL)
- Deprecated.
XUnitType
protected XUnitType(java.lang.String pattern,
java.lang.String customXSL,
boolean faildedIfNotNew)
XUnitType
protected XUnitType(java.lang.String pattern,
boolean faildedIfNotNew)
getPattern
public java.lang.String getPattern()
isFaildedIfNotNew
public boolean isFaildedIfNotNew()
getCustomXSL
public java.lang.String getCustomXSL()
all
public static hudson.ExtensionList<XUnitType> all()
- All regsitered instances.
getDescriptor
public hudson.model.Descriptor<XUnitType> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<XUnitType>
getXsl
public abstract java.lang.String getXsl()
- Gets the associated Xsl to the type
- Returns:
Copyright © 2010. All Rights Reserved.