public class SloccountTablePortlet extends hudson.plugins.view.dashboard.DashboardPortlet
| Modifier and Type | Class and Description |
|---|---|
static class |
SloccountTablePortlet.SloccountTableDescriptor
Extension point registration.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SloccountTablePortlet(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SloccountReportStatistics |
getStatistics(Job<?,?> job)
Get latest available SLOCCount statistics of a job.
|
String |
grouping(int value)
Format an integer to contain a thousands separator.
|
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl@DataBoundConstructor public SloccountTablePortlet(String name)
name - the name of the portletpublic SloccountReportStatistics getStatistics(Job<?,?> job)
job - the jobpublic String grouping(int value)
value - value to formatCopyright © 2016–2022. All rights reserved.