com.thalesgroup.dtkit.metrics.hudson.api.type
Class ViolationsType

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.hudson.api.type.MetricsType
      extended by com.thalesgroup.dtkit.metrics.hudson.api.type.ViolationsType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<ViolationsType>, Serializable

public abstract class ViolationsType
extends MetricsType
implements hudson.model.Describable<ViolationsType>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
protected ViolationsType(String pattern)
           
protected ViolationsType(String pattern, boolean failIfNotNew, boolean deleteOutputFiles)
           
protected ViolationsType(String pattern, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
           
protected ViolationsType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError)
           
 
Method Summary
static hudson.ExtensionList<ViolationsType> all()
           
 ViolationsTypeDescriptor<? extends ViolationsType> getDescriptor()
           
 InputMetric 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

ViolationsType

protected ViolationsType(String pattern,
                         boolean skipNoTestFiles,
                         boolean failIfNotNew,
                         boolean deleteOutputFiles,
                         boolean stopProcessingIfError)

ViolationsType

protected ViolationsType(String pattern,
                         boolean failIfNotNew,
                         boolean deleteOutputFiles,
                         boolean stopProcessingIfError)

ViolationsType

protected ViolationsType(String pattern,
                         boolean failIfNotNew,
                         boolean deleteOutputFiles)

ViolationsType

protected ViolationsType(String pattern)
Method Detail

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.