Class Simian
- All Implemented Interfaces:
Describable<Tool>
,Serializable
Provides a parser and customized messages for Simian duplication scanner.
- Author:
- Ullrich Hafner
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Descriptor for this static analysis tool.Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.warnings.DuplicateCodeScanner
DuplicateCodeScanner.DryModel
Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParser
AnalysisModelParser.AnalysisModelParserDescriptor
Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool
ReportScanningTool.ReportScanningToolDescriptor
Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.Tool
Tool.ToolDescriptor
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jenkins.plugins.analysis.warnings.DuplicateCodeScanner
configureOptions, getHighThreshold, getNormalThreshold, setHighThreshold, setNormalThreshold
Methods inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParser
createParser, getDescriptor
Methods inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool
getActualPattern, getPattern, getReportEncoding, getSkipSymbolicLinks, scan, setPattern, setReportEncoding, setSkipSymbolicLinks
Methods inherited from class io.jenkins.plugins.analysis.core.model.Tool
getActualId, getActualName, getId, getLabelProvider, getName, getSymbolName, readResolve, setId, setJenkinsFacade, setName
-
Constructor Details
-
Simian
@DataBoundConstructor public Simian()Creates a new instance ofSimian
.
-