hudson.plugins.cppunit
Class CppUnitType

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.xunit.types.XUnitType
      extended by hudson.plugins.cppunit.CppUnitType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.hudson.plugins.xunit.types.XUnitType>, java.io.Serializable

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

CppUnit Type

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class CppUnitType.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class com.thalesgroup.hudson.plugins.xunit.types.XUnitType
customXSL
 
Constructor Summary
CppUnitType(java.lang.String pattern, boolean faildedIfNotNew, boolean deleteJUnitFiles)
           
 
Method Summary
 com.thalesgroup.hudson.plugins.xunit.types.XUnitTypeDescriptor<?> getDescriptor()
           
 java.lang.String getXsl()
           
 
Methods inherited from class com.thalesgroup.hudson.plugins.xunit.types.XUnitType
all, getCustomXSL, getPattern, isDeleteJUnitFiles, isFaildedIfNotNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppUnitType

@DataBoundConstructor
public CppUnitType(java.lang.String pattern,
                                        boolean faildedIfNotNew,
                                        boolean deleteJUnitFiles)
Method Detail

getXsl

public java.lang.String getXsl()
Specified by:
getXsl in class com.thalesgroup.hudson.plugins.xunit.types.XUnitType

getDescriptor

public com.thalesgroup.hudson.plugins.xunit.types.XUnitTypeDescriptor<?> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<com.thalesgroup.hudson.plugins.xunit.types.XUnitType>
Overrides:
getDescriptor in class com.thalesgroup.hudson.plugins.xunit.types.XUnitType


Copyright © 2010. All Rights Reserved.