hudson.plugins.jsunit
Class JSUnitType

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
      extended by com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
          extended by com.thalesgroup.hudson.plugins.xunit.types.XUnitType
              extended by hudson.plugins.jsunit.JSUnitType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>, java.io.Serializable

public class JSUnitType
extends com.thalesgroup.hudson.plugins.xunit.types.XUnitType

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JSUnitType(java.lang.String pattern, boolean faildedIfNotNew, boolean deleteJUnitFiles)
           
 
Method Summary
 com.thalesgroup.dtkit.metrics.hudson.api.descriptor.TestTypeDescriptor<?> getDescriptor()
           
 java.lang.Object readResolve()
          Call at Hudson startup for backward compatibility
 
Methods inherited from class com.thalesgroup.hudson.plugins.xunit.types.XUnitType
isDeleteJUnitFiles
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
all, getInputMetric
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
getPattern, isDeleteOutputFiles, isFaildedIfNotNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSUnitType

public JSUnitType(java.lang.String pattern,
                  boolean faildedIfNotNew,
                  boolean deleteJUnitFiles)
Method Detail

getDescriptor

public com.thalesgroup.dtkit.metrics.hudson.api.descriptor.TestTypeDescriptor<?> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>
Overrides:
getDescriptor in class com.thalesgroup.hudson.plugins.xunit.types.XUnitType

readResolve

public java.lang.Object readResolve()
Call at Hudson startup for backward compatibility

Returns:
an new hudson object


Copyright © 2010. All Rights Reserved.