|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.analysis.collector.dashboard.WarningsTablePortlet
public class WarningsTablePortlet
A dashboard that shows a table with the number of warnings in a job.
| Nested Class Summary | |
|---|---|
static class |
WarningsTablePortlet.WarningsPerJobDescriptor
Extension point registration. |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
WarningsTablePortlet(java.lang.String name)
Creates a new instance of WarningsTablePortlet. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCheckStyle(java.util.Collection<hudson.model.Job<?,?>> jobs)
Returns the number of Checkstyle warnings for the specified jobs. |
java.lang.String |
getCheckStyle(hudson.model.Job<?,?> job)
Returns the number of Checkstyle warnings for the specified job. |
java.lang.String |
getDry(java.util.Collection<hudson.model.Job<?,?>> jobs)
Returns the number of Dry warnings for the specified jobs. |
java.lang.String |
getDry(hudson.model.Job<?,?> job)
Returns the number of duplicate code warnings for the specified job. |
java.lang.String |
getFindBugs(java.util.Collection<hudson.model.Job<?,?>> jobs)
Returns the number of FindBugs warnings for the specified jobs. |
java.lang.String |
getFindBugs(hudson.model.Job<?,?> job)
Returns the number of FindBugs warnings for the specified job. |
java.lang.String |
getPmd(java.util.Collection<hudson.model.Job<?,?>> jobs)
Returns the number of PMD warnings for the specified jobs. |
java.lang.String |
getPmd(hudson.model.Job<?,?> job)
Returns the number of PMD warnings for the specified job. |
java.lang.String |
getTasks(java.util.Collection<hudson.model.Job<?,?>> jobs)
Returns the number of open tasks for the specified jobs. |
java.lang.String |
getTasks(hudson.model.Job<?,?> job)
Returns the number of open tasks for the specified job. |
java.lang.String |
getTotal(hudson.model.Job<?,?> job)
Returns the number of compiler warnings for the specified job. |
java.lang.String |
getWarnings(java.util.Collection<hudson.model.Job<?,?>> jobs)
Returns the number of compiler warnings for the specified jobs. |
java.lang.String |
getWarnings(hudson.model.Job<?,?> job)
Returns the total number of warnings for the specified job. |
| Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet |
|---|
all, getDashboard, getDescriptor, getDisplayName, getJob, getName, getUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor public WarningsTablePortlet(java.lang.String name)
WarningsTablePortlet.
name - the name of the dashboard| Method Detail |
|---|
public java.lang.String getCheckStyle(hudson.model.Job<?,?> job)
job - the job to get the warnings for
public java.lang.String getDry(hudson.model.Job<?,?> job)
job - the job to get the warnings for
public java.lang.String getFindBugs(hudson.model.Job<?,?> job)
job - the job to get the warnings for
public java.lang.String getPmd(hudson.model.Job<?,?> job)
job - the job to get the warnings for
public java.lang.String getTasks(hudson.model.Job<?,?> job)
job - the job to get the tasks for
public java.lang.String getWarnings(hudson.model.Job<?,?> job)
job - the job to get the warnings for
public java.lang.String getTotal(hudson.model.Job<?,?> job)
job - the job to get the warnings for
public java.lang.String getCheckStyle(java.util.Collection<hudson.model.Job<?,?>> jobs)
jobs - the jobs to get the warnings for
public java.lang.String getDry(java.util.Collection<hudson.model.Job<?,?>> jobs)
jobs - the jobs to get the warnings for
public java.lang.String getFindBugs(java.util.Collection<hudson.model.Job<?,?>> jobs)
jobs - the jobs to get the warnings for
public java.lang.String getPmd(java.util.Collection<hudson.model.Job<?,?>> jobs)
jobs - the jobs to get the warnings for
public java.lang.String getTasks(java.util.Collection<hudson.model.Job<?,?>> jobs)
jobs - the jobs to get the warnings for
public java.lang.String getWarnings(java.util.Collection<hudson.model.Job<?,?>> jobs)
jobs - the jobs to get the warnings for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||