Package org.jenkinsci.lib.dtkit.type
Class ViolationsType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
org.jenkinsci.lib.dtkit.type.ViolationsType
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViolationsType>
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ViolationsType
(String pattern) protected
ViolationsType
(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<ViolationsType>
all()
ViolationsTypeDescriptor<? extends ViolationsType>
org.jenkinsci.lib.dtkit.model.InputMetric
Methods inherited from class org.jenkinsci.lib.dtkit.type.MetricsType
getExcludesPattern, getPattern, isDeleteOutputFiles, isFaildedIfNotNew, isFailIfNotNew, isSkipNoTestFiles, isStopProcessingIfError, readResolve, setDeleteOutputFiles, setExcludesPattern, setFailIfNotNew, setSkipNoTestFiles, setStopProcessingIfError
-
Constructor Details
-
ViolationsType
protected ViolationsType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
ViolationsType
-
-
Method Details
-
all
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<ViolationsType>
-
getInputMetric
public org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric()- Specified by:
getInputMetric
in classMetricsType
-