Klasse IssuesRecorder.Descriptor
java.lang.Object
hudson.model.Descriptor<Publisher>
hudson.tasks.BuildStepDescriptor<Publisher>
io.jenkins.plugins.analysis.core.steps.IssuesRecorder.Descriptor
- Umschließende Klasse:
IssuesRecorder
@Extension
@Symbol("recordIssues")
public static class IssuesRecorder.Descriptor
extends BuildStepDescriptor<Publisher>
Descriptor for this step: defines the context and the UI elements.
-
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 TypMethodeBeschreibungstatic void
Retain backward compatibility.doCheckHealthy
(BuildableItem project, int healthy, int unhealthy) Performs on-the-fly validation of the health report thresholds.doCheckId
(BuildableItem project, String id) Performs on-the-fly validation of the ID.doCheckReportEncoding
(BuildableItem project, String reportEncoding) Performs on-the-fly validation of the character encoding.doCheckSourceCodeEncoding
(BuildableItem project, String sourceCodeEncoding) Performs on-the-fly validation on the character encoding.doCheckUnhealthy
(BuildableItem project, int healthy, int unhealthy) Performs on-the-fly validation of the health report thresholds.Returns a model with allWarningChecksPublisher.ChecksAnnotationScope
scopes.Returns a model with all available severity filters.Returns a model with all available charsets.Returns a model with allSourceCodeRetention
strategies.Returns a model with all aggregation trend chart positions.boolean
isApplicable
(Class<? extends AbstractProject> jobType) Von Klasse geerbte Methoden hudson.tasks.BuildStepDescriptor
filter
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, getId, 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()
-
-
Methodendetails
-
addAliases
Retain backward compatibility. -
getDisplayName
- Setzt außer Kraft:
getDisplayName
in KlasseDescriptor<Publisher>
-
isApplicable
- Angegeben von:
isApplicable
in KlasseBuildStepDescriptor<Publisher>
-
doCheckId
@POST public FormValidation doCheckId(@AncestorInPath BuildableItem project, @QueryParameter String id) Performs on-the-fly validation of the ID.- Parameter:
project
- the project that is configuredid
- the ID of the tool- Gibt zurück:
- the validation result
-
doFillSourceCodeEncodingItems
Returns a model with all available charsets.- Parameter:
project
- the project that is configured- Gibt zurück:
- a model with all available charsets
-
doFillSourceCodeRetentionItems
Returns a model with allSourceCodeRetention
strategies.- Gibt zurück:
- a model with all
SourceCodeRetention
strategies.
-
doFillMinimumSeverityItems
Returns a model with all available severity filters.- Gibt zurück:
- a model with all available severity filters
-
doCheckReportEncoding
@POST public FormValidation doCheckReportEncoding(@AncestorInPath BuildableItem project, @QueryParameter String reportEncoding) Performs on-the-fly validation of the character encoding.- Parameter:
project
- the project that is configuredreportEncoding
- the character encoding- Gibt zurück:
- the validation result
-
doCheckSourceCodeEncoding
@POST public FormValidation doCheckSourceCodeEncoding(@AncestorInPath BuildableItem project, @QueryParameter String sourceCodeEncoding) Performs on-the-fly validation on the character encoding.- Parameter:
project
- the project that is configuredsourceCodeEncoding
- the character encoding- Gibt zurück:
- the validation result
-
doCheckHealthy
@POST public FormValidation doCheckHealthy(@AncestorInPath BuildableItem project, @QueryParameter int healthy, @QueryParameter int unhealthy) Performs on-the-fly validation of the health report thresholds.- Parameter:
project
- the project that is configuredhealthy
- the healthy thresholdunhealthy
- the unhealthy threshold- Gibt zurück:
- the validation result
-
doCheckUnhealthy
@POST public FormValidation doCheckUnhealthy(@AncestorInPath BuildableItem project, @QueryParameter int healthy, @QueryParameter int unhealthy) Performs on-the-fly validation of the health report thresholds.- Parameter:
project
- the project that is configuredhealthy
- the healthy thresholdunhealthy
- the unhealthy threshold- Gibt zurück:
- the validation result
-
doFillTrendChartTypeItems
Returns a model with all aggregation trend chart positions.- Gibt zurück:
- a model with all aggregation trend chart positions
-
doFillChecksAnnotationScopeItems
Returns a model with allWarningChecksPublisher.ChecksAnnotationScope
scopes.- Gibt zurück:
- a model with all
WarningChecksPublisher.ChecksAnnotationScope
scopes.
-