Klasse SvgIconLabelProvider

java.lang.Object
io.jenkins.plugins.analysis.core.model.StaticAnalysisLabelProvider
io.jenkins.plugins.analysis.core.model.SvgIconLabelProvider
Alle implementierten Schnittstellen:
DescriptionProvider

public class SvgIconLabelProvider extends StaticAnalysisLabelProvider
Provides SVG icons that have the same name as the URL (or ID) of a tool.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • SvgIconLabelProvider

      public SvgIconLabelProvider(String id, String name)
      Creates a new label provider with the specified ID and name.
      Parameter:
      id - the ID (i.e., URL)
      name - the name of the tool
    • SvgIconLabelProvider

      public SvgIconLabelProvider(String id, String name, DescriptionProvider descriptionProvider)
      Creates a new label provider with the specified ID and name.
      Parameter:
      id - the ID (i.e., URL)
      name - the name of the tool
      descriptionProvider - provides additional descriptions for an issue
    • SvgIconLabelProvider

      public SvgIconLabelProvider(String id, String name, DescriptionProvider descriptionProvider, String iconName)
      Creates a new label provider with the specified ID and name.
      Parameter:
      id - the ID (i.e., URL)
      name - the name of the tool
      descriptionProvider - provides additional descriptions for an issue
      iconName - the unique name of the icon file
  • Methodendetails