Class PortalPage

java.lang.Object
com.atlassian.jira.portal.PortalPage
All Implemented Interfaces:
Favourite, SharedEntity

@PublicApi public final class PortalPage extends Object implements SharedEntity
This class represents a Dashboard page in JIRA. It includes dashboard meta data (name, description) as well as information about favouriting and share permissions.

It no longer has a link to the PortletConfigurations (Gadgets) displayed on a dashboard. To get this information one should consult the PortalPageService directly.

Use the supplied PortalPage.Builder class to construct new instances of a PortalPage. This class is used to represent both System and User owned dashboards. The only restriction is that system dashboards may not have an owner.

Since:
4.1