Klasse JsLint.Descriptor
- Umschließende Klasse:
JsLint
@Symbol("jsLint")
@Extension
public static class JsLint.Descriptor
extends AnalysisModelParser.AnalysisModelParserDescriptor
Descriptor for this static analysis tool.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Feldübersicht
Von Klasse geerbte Felder hudson.model.Descriptor
clazz
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns whether this parser can scan the console log.getUrl()
Returns an optional URL to the homepage of the static analysis tool.Von Klasse geerbte Methoden io.jenkins.plugins.analysis.core.model.AnalysisModelParser.AnalysisModelParserDescriptor
createParser, getDescriptionProvider, getDisplayName, getHelp, getLabelProvider, getPattern
Von Klasse geerbte Methoden io.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor
doCheckPattern, doCheckReportEncoding, doFillReportEncodingItems, hasDefaultPattern
Von Klasse geerbte Methoden io.jenkins.plugins.analysis.core.model.Tool.ToolDescriptor
doCheckId, getId, getName, getSymbolName, isPostProcessingEnabled
Von Klasse geerbte Methoden hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Konstruktordetails
-
Descriptor
public Descriptor()Creates the descriptor instance.
-
-
Methodendetails
-
canScanConsoleLog
public boolean canScanConsoleLog()Beschreibung aus Klasse kopiert:ReportScanningTool.ReportScanningToolDescriptor
Returns whether this parser can scan the console log. Typically, only line-based parsers can scan the console log. XML parsers should always parse a given file only.- Setzt außer Kraft:
canScanConsoleLog
in KlasseReportScanningTool.ReportScanningToolDescriptor
- Gibt zurück:
- the parser to use
-
getUrl
Beschreibung aus Klasse kopiert:Tool.ToolDescriptor
Returns an optional URL to the homepage of the static analysis tool.- Setzt außer Kraft:
getUrl
in KlasseAnalysisModelParser.AnalysisModelParserDescriptor
- Gibt zurück:
- the help
-