public class

DashboardDeleted

extends Object
java.lang.Object
   ↳ com.atlassian.jira.portal.events.DashboardDeleted

Class Overview

All you get is a SharedEntity identifier because by the time you receive this event, the dashboard itself is actually gone.

Summary

Fields
public final SharedEntity dashboard
public final ApplicationUser loggedInUser
Public Constructors
DashboardDeleted(SharedEntity deleted, ApplicationUser user)
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final SharedEntity dashboard

public final ApplicationUser loggedInUser

Public Constructors

public DashboardDeleted (SharedEntity deleted, ApplicationUser user)

Public Methods

public String toString ()