hudson.plugins.tasks.dashboard
Class WarningsTablePortlet
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.analysis.dashboard.AbstractPortlet
hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
hudson.plugins.tasks.dashboard.WarningsTablePortlet
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.plugins.view.dashboard.DashboardPortlet>, hudson.model.ModelObject
public class WarningsTablePortlet
- extends hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet
A portlet that shows a table with the number of warnings in a job.
- Author:
- Ulli Hafner
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
protected java.lang.Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> |
getAction()
|
protected java.lang.String |
getPluginName()
|
| Methods inherited from class hudson.plugins.analysis.dashboard.AbstractWarningsTablePortlet |
getWarnings, getWarnings, getWarnings, getWarnings |
| Methods inherited from class hudson.plugins.analysis.dashboard.AbstractPortlet |
isDashboardViewInstalled |
| 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 |
WarningsTablePortlet
@DataBoundConstructor
public WarningsTablePortlet(java.lang.String name)
- Creates a new instance of
WarningsTablePortlet.
- Parameters:
name - the name of the portlet
getAction
protected java.lang.Class<? extends hudson.plugins.analysis.core.AbstractProjectAction<?>> getAction()
-
- Specified by:
getAction in class hudson.plugins.analysis.dashboard.AbstractPortlet
getPluginName
protected java.lang.String getPluginName()
-
- Specified by:
getPluginName in class hudson.plugins.analysis.dashboard.AbstractPortlet
Copyright © 2010. All Rights Reserved.