com.atlassian.jira.functest.framework.dashboard
Class DashboardPagePortletInfo

java.lang.Object
  extended by com.atlassian.jira.functest.framework.dashboard.DashboardPagePortletInfo

public class DashboardPagePortletInfo
extends Object

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

Since:
v3.13

Constructor Summary
DashboardPagePortletInfo()
           
DashboardPagePortletInfo(List<String> leftPortlets, List<String> rightPortlets)
           
 
Method Summary
 DashboardPagePortletInfo addToLeft(String portletName)
           
 DashboardPagePortletInfo addToRight(String portletName)
           
 List getLeftPortlets()
           
 List getRightPortlets()
           
 void setLeftPortlets(List<String> leftPortlets)
           
 void setRightPortlets(List<String> rightPortlets)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DashboardPagePortletInfo

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

DashboardPagePortletInfo

public DashboardPagePortletInfo()
Method Detail

addToLeft

public DashboardPagePortletInfo addToLeft(String portletName)

addToRight

public DashboardPagePortletInfo addToRight(String portletName)

getLeftPortlets

public List getLeftPortlets()

setLeftPortlets

public void setLeftPortlets(List<String> leftPortlets)

getRightPortlets

public List getRightPortlets()

setRightPortlets

public void setRightPortlets(List<String> rightPortlets)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.