Uses of Class
io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider
-
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.core.model
Subclasses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.core.model Modifier and Type Class Description class
IconLabelProvider
Provides icons that have the same name as the URL (or ID) of a tool.Methods in io.jenkins.plugins.analysis.core.model that return StaticAnalysisLabelProvider Modifier and Type Method Description StaticAnalysisLabelProvider
LabelProviderFactory. create(String id)
Finds the label provider for the static analysis tool with the specified ID.StaticAnalysisLabelProvider
LabelProviderFactory. create(String id, String name)
Finds the label provider for the static analysis tool with the specified ID.StaticAnalysisLabelProvider
AnalysisModelParser.AnalysisModelParserDescriptor. getLabelProvider()
Returns aStaticAnalysisLabelProvider
that will render all tool specific labels.StaticAnalysisLabelProvider
IssuesDetail. getLabelProvider()
Returns the label provider to render the localized labels.StaticAnalysisLabelProvider
ResultAction. getLabelProvider()
Returns theStaticAnalysisLabelProvider
for this action.StaticAnalysisLabelProvider
Tool. getLabelProvider()
Returns the associated label provider for this tool.StaticAnalysisLabelProvider
Tool.ToolDescriptor. getLabelProvider()
Returns aStaticAnalysisLabelProvider
that will render all tool specific labels.StaticAnalysisLabelProvider
StaticAnalysisLabelProvider. setName(String name)
Sets the human readable name of the tool.Methods in io.jenkins.plugins.analysis.core.model that return types with arguments of type StaticAnalysisLabelProvider Modifier and Type Method Description Optional<StaticAnalysisLabelProvider>
LabelProviderFactory.StaticAnalysisToolFactory. getLabelProvider(String id)
Returns the additional static analysis tools.Constructors in io.jenkins.plugins.analysis.core.model with parameters of type StaticAnalysisLabelProvider Constructor Description IssuesDetail(Run<?,?> owner, AnalysisResult result, edu.hm.hafner.analysis.Report report, edu.hm.hafner.analysis.Report newIssues, edu.hm.hafner.analysis.Report outstandingIssues, edu.hm.hafner.analysis.Report fixedIssues, String displayName, String url, StaticAnalysisLabelProvider labelProvider, Charset sourceEncoding)
Creates a new detail model with the corresponding viewIssuesDetail/index.jelly
.IssuesDetail(Run<?,?> owner, AnalysisResult result, edu.hm.hafner.analysis.Report report, edu.hm.hafner.analysis.Report newIssues, edu.hm.hafner.analysis.Report outstandingIssues, edu.hm.hafner.analysis.Report fixedIssues, String displayName, String url, StaticAnalysisLabelProvider labelProvider, Charset sourceEncoding, HealthDescriptor healthDescriptor)
Creates a new detail model with the corresponding viewIssuesDetail/index.jelly
.IssuesDetail(Run<?,?> owner, AnalysisResult result, StaticAnalysisLabelProvider labelProvider, HealthDescriptor healthDescriptor, Charset sourceEncoding)
Creates a new detail model with the corresponding viewIssuesDetail/index.jelly
.JobAction(Job<?,?> owner, StaticAnalysisLabelProvider labelProvider)
Deprecated.JobAction(Job<?,?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools)
Creates a new instance ofJobAction
.JobAction(Job<?,?> owner, StaticAnalysisLabelProvider labelProvider, int numberOfTools, TrendChartType trendChartType)
Creates a new instance ofJobAction
.Summary(StaticAnalysisLabelProvider labelProvider, AnalysisResult result)
Creates a newSummary
. -
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.axivion
Methods in io.jenkins.plugins.analysis.warnings.axivion that return StaticAnalysisLabelProvider Modifier and Type Method Description StaticAnalysisLabelProvider
AxivionSuite.AxivionSuiteToolDescriptor. getLabelProvider()
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.groovy
Methods in io.jenkins.plugins.analysis.warnings.groovy that return StaticAnalysisLabelProvider Modifier and Type Method Description StaticAnalysisLabelProvider
GroovyScript. getLabelProvider()
Methods in io.jenkins.plugins.analysis.warnings.groovy that return types with arguments of type StaticAnalysisLabelProvider Modifier and Type Method Description Optional<StaticAnalysisLabelProvider>
ParserConfiguration.ParserFactory. getLabelProvider(String id)
-
Uses of StaticAnalysisLabelProvider in io.jenkins.plugins.analysis.warnings.tasks
Methods in io.jenkins.plugins.analysis.warnings.tasks that return StaticAnalysisLabelProvider Modifier and Type Method Description StaticAnalysisLabelProvider
OpenTasks.Descriptor. getLabelProvider()
-