com.thalesgroup.dtkit.metrics.hudson.api.type
Class ViolationsType
java.lang.Object
com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<ViolationsType>, java.io.Serializable
public abstract class ViolationsType
- extends MetricsType
- implements hudson.model.Describable<ViolationsType>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Constructor Summary |
protected |
ViolationsType(java.lang.String pattern)
|
protected |
ViolationsType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles)
|
protected |
ViolationsType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
|
protected |
ViolationsType(java.lang.String pattern,
boolean skipNoTestFiles,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViolationsType
protected ViolationsType(java.lang.String pattern,
boolean skipNoTestFiles,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
ViolationsType
protected ViolationsType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles,
boolean stopProcessingIfError)
ViolationsType
protected ViolationsType(java.lang.String pattern,
boolean failIfNotNew,
boolean deleteOutputFiles)
ViolationsType
protected ViolationsType(java.lang.String pattern)
all
public static hudson.ExtensionList<ViolationsType> all()
getDescriptor
public ViolationsTypeDescriptor<? extends ViolationsType> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<ViolationsType>
getInputMetric
public InputMetric getInputMetric()
- Specified by:
getInputMetric in class MetricsType
Copyright © 2004-2013. All Rights Reserved.