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:
AUnitType.DescriptorImpl, BoostTestType.DescriptorImpl, CppUnitType.DescriptorImpl, GallioType.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()
           
 T getType()
           
 void setType(T type)
           
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, 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()

getType

public T getType()

setType

public void setType(T type)


Copyright © 2009. All Rights Reserved.