hudson.plugins.cppunit
Class CppUnitPluginType

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 hudson.plugins.cppunit.CppUnitPluginType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>, java.io.Serializable

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

CppUnit Type

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class CppUnitPluginType.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
CppUnitPluginType(java.lang.String pattern, boolean faildedIfNotNew, boolean deleteOutputFiles)
           
 
Method Summary
 com.thalesgroup.dtkit.metrics.hudson.api.descriptor.TestTypeDescriptor<?> getDescriptor()
           
 
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

CppUnitPluginType

@DataBoundConstructor
public CppUnitPluginType(java.lang.String pattern,
                                              boolean faildedIfNotNew,
                                              boolean deleteOutputFiles)
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.dtkit.metrics.hudson.api.type.TestType


Copyright © 2010. All Rights Reserved.