Class Pep8
- All Implemented Interfaces:
- Describable<Tool>,- Serializable
Provides a parser and customized messages for PEP8 Python style guide.
- Author:
- Joscha Behrmann
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDescriptor for this static analysis tool.Nested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParserAnalysisModelParser.AnalysisModelParserDescriptorNested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningToolReportScanningTool.ReportScanningToolDescriptorNested classes/interfaces inherited from class io.jenkins.plugins.analysis.core.model.ToolTool.ToolDescriptor
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jenkins.plugins.analysis.core.model.AnalysisModelParserconfigureOptions, createParser, getDescriptorMethods inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningToolgetActualPattern, getLinesLookAhead, getPattern, getReportEncoding, getSkipSymbolicLinks, scan, setLinesLookAhead, setPattern, setReportEncoding, setSkipSymbolicLinksMethods inherited from class io.jenkins.plugins.analysis.core.model.ToolgetActualId, getActualName, getIcon, getId, getLabelProvider, getName, getSymbolName, readResolve, setIcon, setId, setJenkinsFacade, setName
- 
Constructor Details- 
Pep8@DataBoundConstructor public Pep8()Creates a new instance ofPep8.
 
-