org.jenkinsci.plugins.xunit.types
Class CheckType
java.lang.Object
com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
org.jenkinsci.plugins.xunit.types.CheckType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<com.thalesgroup.dtkit.metrics.hudson.api.type.TestType>, Serializable
public class CheckType
- extends com.thalesgroup.dtkit.metrics.hudson.api.type.TestType
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary |
CheckType(String pattern,
boolean faildedIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
|
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 |
CheckType
@DataBoundConstructor
public CheckType(String pattern,
boolean faildedIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
Copyright © 2004-2012. All Rights Reserved.