public abstract class

TicketEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.throttle.TicketEvent
Known Direct Subclasses

Class Overview

Base class for Ticket events which are broadcast by the ThrottleService.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
TicketEvent(Object source, String resourceName)
Public Methods
@Nonnull String getResourceName()
Retrieves the name of the resource associated with the ticket.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected TicketEvent (Object source, String resourceName)

Public Methods

@Nonnull public String getResourceName ()

Retrieves the name of the resource associated with the ticket.

Returns
  • the resource name