Class TabLabelProvider
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.TabLabelProvider
-
public class TabLabelProvider extends Object
Provides localized labels for the different categories of issues.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description TabLabelProvider(edu.hm.hafner.analysis.Report report)
Creates a newTabLabelProvider
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategories()
String
getCategory()
String
getDetails()
String
getFileName()
String
getFiles()
String
getFolder()
String
getFolderName()
String
getFolders()
String
getIssues()
String
getModuleName()
String
getModules()
String
getPackageName()
Returns the package column title using the suffix of the affected files.String
getPackages()
Returns the package category title using the suffix of the affected files.String
getToolName()
String
getTools()
String
getType()
String
getTypes()
-
-
-
Constructor Detail
-
TabLabelProvider
public TabLabelProvider(edu.hm.hafner.analysis.Report report)
Creates a newTabLabelProvider
.- Parameters:
report
- the issues to show in the tabs
-
-
Method Detail
-
getIssues
public String getIssues()
-
getTools
public String getTools()
-
getToolName
public String getToolName()
-
getModules
public String getModules()
-
getModuleName
public String getModuleName()
-
getFiles
public String getFiles()
-
getFolders
public String getFolders()
-
getFolderName
public String getFolderName()
-
getFolder
public String getFolder()
-
getFileName
public String getFileName()
-
getCategories
public String getCategories()
-
getCategory
public String getCategory()
-
getTypes
public String getTypes()
-
getType
public String getType()
-
getDetails
public String getDetails()
-
getPackageName
public final String getPackageName()
Returns the package column title using the suffix of the affected files.- Returns:
- the package column title
-
getPackages
public final String getPackages()
Returns the package category title using the suffix of the affected files.- Returns:
- the package category title
-
-