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

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
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>, java.io.Serializable
Direct Known Subclasses:
BoostTestType, FPCUnitType, MSTestType, NUnitType, PHPUnitType, UnitTestType

public abstract class XUnitType
extends com.thalesgroup.dtkit.metrics.hudson.api.type.TestType

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
protected XUnitType(java.lang.String pattern)
           
protected XUnitType(java.lang.String pattern, boolean faildedIfNotNew, boolean deleteOutputFiles)
           
protected XUnitType(java.lang.String pattern, boolean faildedIfNotNew, boolean deleteOutputFiles, boolean isStopProcessingIfError)
           
 
Method Summary
 boolean isDeleteJUnitFiles()
           
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
all, getDescriptor, getInputMetric
 
Methods inherited from class com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isStopProcessingIfError, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitType

protected XUnitType(java.lang.String pattern,
                    boolean faildedIfNotNew,
                    boolean deleteOutputFiles)

XUnitType

protected XUnitType(java.lang.String pattern,
                    boolean faildedIfNotNew,
                    boolean deleteOutputFiles,
                    boolean isStopProcessingIfError)

XUnitType

protected XUnitType(java.lang.String pattern)
Method Detail

isDeleteJUnitFiles

public boolean isDeleteJUnitFiles()


Copyright © 2004-2012. All Rights Reserved.