public class

ConfigDashboard

extends Object
implements ConfigSharedEntity
java.lang.Object
   ↳ com.atlassian.jira.functest.config.dashboard.ConfigDashboard

Class Overview

Represents a PortalPage from JIRA's configuration (aka. dashboards).

Example:

   <PortalPage id="10000" pagename="System Dashboard" sequence="0" favCount="0" layout="AA" version="0"/>
 

Summary

Public Constructors
ConfigDashboard()
ConfigDashboard(ConfigDashboard other)
ConfigDashboard(Element element)
Public Methods
boolean equals(Object o)
String getDescription()
String getEntityType()
Long getFavouriteCount()
List<ConfigGadget> getGadgets()
Long getId()
String getLayout()
String getName()
String getOwner()
Long getSequence()
Long getVersion()
int hashCode()
boolean isSystem()
ConfigDashboard reorderGadgets()
boolean save(Element element)
ConfigDashboard setDescription(String description)
ConfigDashboard setFavouriteCount(Long favouriteCount)
ConfigDashboard setGadgets(Collection<? extends ConfigGadget> gadgets)
ConfigDashboard setId(Long id)
ConfigDashboard setLayout(String layout)
ConfigDashboard setName(String name)
ConfigDashboard setOwner(String owner)
ConfigDashboard setSequence(Long sequence)
ConfigDashboard setVersion(Long version)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.config.sharing.ConfigSharedEntity

Public Constructors

public ConfigDashboard ()

public ConfigDashboard (ConfigDashboard other)

public ConfigDashboard (Element element)

Public Methods

public boolean equals (Object o)

public String getDescription ()

public String getEntityType ()

public Long getFavouriteCount ()

public List<ConfigGadget> getGadgets ()

public Long getId ()

public String getLayout ()

public String getName ()

public String getOwner ()

public Long getSequence ()

public Long getVersion ()

public int hashCode ()

public boolean isSystem ()

public ConfigDashboard reorderGadgets ()

public boolean save (Element element)

public ConfigDashboard setDescription (String description)

public ConfigDashboard setFavouriteCount (Long favouriteCount)

public ConfigDashboard setGadgets (Collection<? extends ConfigGadget> gadgets)

public ConfigDashboard setId (Long id)

public ConfigDashboard setLayout (String layout)

public ConfigDashboard setName (String name)

public ConfigDashboard setOwner (String owner)

public ConfigDashboard setSequence (Long sequence)

public ConfigDashboard setVersion (Long version)

public String toString ()