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, 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 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)
          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)
           
 
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
 boolean isFaildedIfNotNew()
           
 
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

@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)
Method Detail

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.