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

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.types.XUnitType
      extended by com.thalesgroup.hudson.plugins.xunit.types.CustomType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<XUnitType>, java.io.Serializable

public class CustomType
extends XUnitType

See Also:
Serialized Form

Nested Class Summary
static class CustomType.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class com.thalesgroup.hudson.plugins.xunit.types.XUnitType
customXSL
 
Constructor Summary
CustomType(java.lang.String pattern, java.lang.String customXSL)
          Deprecated. 
CustomType(java.lang.String pattern, java.lang.String customXSL, boolean faildedIfNotNew)
           
 
Method Summary
 XUnitTypeDescriptor<?> getDescriptor()
           
 java.lang.String getXsl()
          Gets the associated Xsl to the type
 
Methods inherited from class com.thalesgroup.hudson.plugins.xunit.types.XUnitType
all, getCustomXSL, getPattern, isFaildedIfNotNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomType

@Deprecated
public CustomType(java.lang.String pattern,
                             java.lang.String customXSL)
Deprecated. 


CustomType

public CustomType(java.lang.String pattern,
                  java.lang.String customXSL,
                  boolean faildedIfNotNew)
Method Detail

getXsl

public java.lang.String getXsl()
Description copied from class: XUnitType
Gets the associated Xsl to the type

Specified by:
getXsl in class XUnitType
Returns:

getDescriptor

public XUnitTypeDescriptor<?> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<XUnitType>
Overrides:
getDescriptor in class XUnitType


Copyright © 2010. All Rights Reserved.