Class AbstractDashboardViewPortlet

java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageAreaImpl
org.jenkinsci.test.acceptance.plugins.dashboard_view.AbstractDashboardViewPortlet
All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea
Direct Known Subclasses:
BuildStatisticsPortlet, JobsGridPortlet, LatestBuildsPortlet, TestStatisticsChartPortlet, UnstableJobsPortlet

public class AbstractDashboardViewPortlet extends PageAreaImpl
A portlet that is shown in the DashboardView.
Author:
Fabian Trampusch
  • Constructor Details

    • AbstractDashboardViewPortlet

      protected AbstractDashboardViewPortlet(DashboardView parent, String path)
  • Method Details

    • delete

      public void delete()
      Deletes the portlet, i.e. removes it from the dashboard.
    • setName

      public void setName(String name)
      Sets the name of the portlet.
      Parameters:
      name - the name of the portlet
    • getName

      public String getName()
      Returns the name of the portlet.
      Returns:
      the name of the portlet