org.jenkinsci.plugins.xunit.types
Class GoogleTestType

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 org.jenkinsci.plugins.xunit.types.GoogleTestType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>, Serializable

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

Author:
David Hallas
See Also:
Serialized Form

Nested Class Summary
static class GoogleTestType.GoogleTestTypeDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GoogleTestType(String pattern, boolean ignoreNoResultFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
           
 
Method Summary
 
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, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleTestType

@DataBoundConstructor
public GoogleTestType(String pattern,
                                           boolean ignoreNoResultFiles,
                                           boolean failIfNotNew,
                                           boolean deleteOutputFiles,
                                           boolean stopProcessingIfError)


Copyright © 2004-2013. All Rights Reserved.