Uses of Class
org.jenkinsci.test.acceptance.plugins.dashboard_view.AbstractDashboardViewPortlet
-
Uses of AbstractDashboardViewPortlet in org.jenkinsci.test.acceptance.plugins.dashboard_view
Modifier and TypeClassDescriptionclass
The basic build statistics portlet shipped with the dashboard view plugin.class
The basic jobs grid portlet shipped with the dashboard view plugin.class
The basic latest builds portlet shipped with the dashboard view plugin.class
The test statistics chart shipped with the dashboard view plugin.class
The Unstable builds Portlet shipped with the dashboard view plugin.Modifier and TypeMethodDescription<T extends AbstractDashboardViewPortlet>
TDashboardView.addBottomPortlet
(Class<T> portletClass) Adds a new bottom portlet.<T extends AbstractDashboardViewPortlet>
TDashboardView.addLeftPortlet
(Class<T> portletClass) Adds a new left portlet.<T extends AbstractDashboardViewPortlet>
TDashboardView.addRightPortlet
(Class<T> portletClass) Adds a new right portlet.<T extends AbstractDashboardViewPortlet>
TDashboardView.addTopPortlet
(Class<T> portletClass) Adds a new top portlet.<T extends AbstractDashboardViewPortlet>
TDashboardView.getBottomPortlet
(Class<T> portletClass) Gets a portlet from the bottom of a specific class.<T extends AbstractDashboardViewPortlet>
TDashboardView.getLeftPortlet
(Class<T> portletClass) Gets a portlet from the bottom of a specific class.<T extends AbstractDashboardViewPortlet>
TDashboardView.getRightPortlet
(Class<T> portletClass) Gets a portlet from the bottom of a specific class.<T extends AbstractDashboardViewPortlet>
TDashboardView.getTopPortlet
(Class<T> portletClass) Gets a portlet from the bottom of a specific class.