Class IarCstat
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Tool>
-
- io.jenkins.plugins.analysis.core.model.Tool
-
- io.jenkins.plugins.analysis.core.model.ReportScanningTool
-
- io.jenkins.plugins.analysis.core.model.AnalysisModelParser
-
- io.jenkins.plugins.analysis.warnings.IarCstat
-
- All Implemented Interfaces:
Describable<Tool>
,Serializable
public class IarCstat extends AnalysisModelParser
Provides a parser and customized messages for the IAR C-Stat static analysis tool.- Author:
- Lorenz Aebi
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IarCstat.Descriptor
Descriptor for this static analysis tool.-
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
-
-
Method Summary
-
Methods inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParser
configureOptions, 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, setId, setName
-
-
-
-
Constructor Detail
-
IarCstat
@DataBoundConstructor public IarCstat()
Creates a new instance ofIarCstat
.
-
-