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:
AUnitType, BoostTestType, CppUnitType, 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
 
Constructor Summary
protected XUnitType(java.lang.String pattern)
           
 
Method Summary
static hudson.ExtensionList<XUnitType> all()
          All regsitered instances.
 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
 

Constructor Detail

XUnitType

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

getPattern

public java.lang.String getPattern()

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.