com.thalesgroup.hudson.plugins.xunit.types
Class XUnitTypeDescriptor<T extends XUnitType>

java.lang.Object
  extended by hudson.model.Descriptor<XUnitType>
      extended by com.thalesgroup.hudson.plugins.xunit.types.XUnitTypeDescriptor<T>
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
BoostTestType.DescriptorImpl, CustomType.DescriptorImpl, FPCUnitType.DescriptorImpl, MSTestType.DescriptorImpl, NUnitType.DescriptorImpl, PHPUnitType.DescriptorImpl, UnitTestType.DescriptorImpl

public abstract class XUnitTypeDescriptor<T extends XUnitType>
extends hudson.model.Descriptor<XUnitType>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected XUnitTypeDescriptor(java.lang.Class<T> clazz)
           
 
Method Summary
static hudson.DescriptorExtensionList<XUnitType,XUnitTypeDescriptor<?>> all()
           
 java.lang.String getId()
           
 java.lang.String getShortName()
           
 boolean isCustomType()
           
 
Methods inherited from class hudson.model.Descriptor
configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitTypeDescriptor

protected XUnitTypeDescriptor(java.lang.Class<T> clazz)
Method Detail

all

public static hudson.DescriptorExtensionList<XUnitType,XUnitTypeDescriptor<?>> all()

isCustomType

public boolean isCustomType()

getId

public java.lang.String getId()

getShortName

public java.lang.String getShortName()


Copyright © 2010. All Rights Reserved.