com.thalesgroup.hudson.plugins.xunit.types
Class XUnitType

java.lang.Object
  extended by 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, 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 Class Summary
 
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)
           
protected XUnitType(java.lang.String pattern, java.lang.String customXSL)
           
 
Method Summary
static hudson.ExtensionList<XUnitType> all()
          All regsitered instances.
 java.lang.String getCustomXSL()
           
 hudson.model.Descriptor<XUnitType> getDescriptor()
           
 java.lang.String getPattern()
           
abstract  java.lang.String getXsl()
          Gets the associated Xsl to the type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customXSL

protected final java.lang.String customXSL
Constructor Detail

XUnitType

protected XUnitType(java.lang.String pattern)

XUnitType

protected XUnitType(java.lang.String pattern,
                    java.lang.String customXSL)
Method Detail

getPattern

public java.lang.String getPattern()

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 © 2009. All Rights Reserved.