Class ParasoftTool.Descriptor
- java.lang.Object
-
- hudson.model.Descriptor<io.jenkins.plugins.analysis.core.model.Tool>
-
- io.jenkins.plugins.analysis.core.model.Tool.ToolDescriptor
-
- io.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor
-
- com.parasoft.findings.jenkins.tool.ParasoftTool.Descriptor
-
- Enclosing class:
- ParasoftTool
@Extension @Symbol("parasoftFindings") public static class ParasoftTool.Descriptor extends io.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description Descriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
addAliases()
boolean
canScanConsoleLog()
String
getDisplayName()
io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider
getLabelProvider()
String
getPattern()
String
getUrl()
-
Methods inherited from class io.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor
doCheckPattern, doCheckReportEncoding, doFillReportEncodingItems, hasDefaultPattern
-
Methods inherited from class io.jenkins.plugins.analysis.core.model.Tool.ToolDescriptor
doCheckId, getHelp, getId, getName, getSymbolName, isPostProcessingEnabled
-
Methods inherited from class 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
-
-
-
-
Method Detail
-
addAliases
@Initializer(before=PLUGINS_STARTED) public static void addAliases()
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<io.jenkins.plugins.analysis.core.model.Tool>
-
canScanConsoleLog
public boolean canScanConsoleLog()
- Overrides:
canScanConsoleLog
in classio.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor
-
getLabelProvider
public io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider getLabelProvider()
- Overrides:
getLabelProvider
in classio.jenkins.plugins.analysis.core.model.Tool.ToolDescriptor
-
getPattern
public String getPattern()
- Overrides:
getPattern
in classio.jenkins.plugins.analysis.core.model.ReportScanningTool.ReportScanningToolDescriptor
-
getUrl
public String getUrl()
- Overrides:
getUrl
in classio.jenkins.plugins.analysis.core.model.Tool.ToolDescriptor
-
-