public class

DashboardPagePortletInfo

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.dashboard.DashboardPagePortletInfo

Class Overview

A test object to help assert that a page has the correct portlet config in it

Summary

Public Constructors
DashboardPagePortletInfo(List<String> leftPortlets, List<String> rightPortlets)
DashboardPagePortletInfo()
Public Methods
DashboardPagePortletInfo addToLeft(String portletName)
DashboardPagePortletInfo addToRight(String portletName)
List getLeftPortlets()
List getRightPortlets()
void setLeftPortlets(List<String> leftPortlets)
void setRightPortlets(List<String> rightPortlets)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DashboardPagePortletInfo (List<String> leftPortlets, List<String> rightPortlets)

public DashboardPagePortletInfo ()

Public Methods

public DashboardPagePortletInfo addToLeft (String portletName)

public DashboardPagePortletInfo addToRight (String portletName)

public List getLeftPortlets ()

public List getRightPortlets ()

public void setLeftPortlets (List<String> leftPortlets)

public void setRightPortlets (List<String> rightPortlets)

public String toString ()