Package org.jenkinsci.lib.dtkit.type
Class MetricsType
java.lang.Object
org.jenkinsci.lib.dtkit.type.MetricsType
- All Implemented Interfaces:
ExtensionPoint
,Serializable
- Direct Known Subclasses:
CoverageType
,MeasureType
,TestType
,ViolationsType
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MetricsType
(String pattern) protected
MetricsType
(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
Method Summary
Modifier and TypeMethodDescriptionabstract org.jenkinsci.lib.dtkit.model.InputMetric
boolean
boolean
Deprecated.boolean
boolean
boolean
protected Object
void
setDeleteOutputFiles
(boolean deleteOutputFiles) void
setExcludesPattern
(String excludesPattern) void
setFailIfNotNew
(boolean failIfNotNew) void
setSkipNoTestFiles
(boolean skipNoTestFiles) void
setStopProcessingIfError
(boolean stopProcessingIfError)
-
Constructor Details
-
MetricsType
protected MetricsType(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) -
MetricsType
-
-
Method Details
-
getPattern
-
getExcludesPattern
-
setExcludesPattern
-
isSkipNoTestFiles
public boolean isSkipNoTestFiles() -
setSkipNoTestFiles
public void setSkipNoTestFiles(boolean skipNoTestFiles) -
isFailIfNotNew
public boolean isFailIfNotNew() -
setFailIfNotNew
public void setFailIfNotNew(boolean failIfNotNew) -
isFaildedIfNotNew
Deprecated. -
isDeleteOutputFiles
public boolean isDeleteOutputFiles() -
setDeleteOutputFiles
public void setDeleteOutputFiles(boolean deleteOutputFiles) -
isStopProcessingIfError
public boolean isStopProcessingIfError() -
setStopProcessingIfError
public void setStopProcessingIfError(boolean stopProcessingIfError) -
getInputMetric
public abstract org.jenkinsci.lib.dtkit.model.InputMetric getInputMetric() -
readResolve
-