public class

ProjectAvatarUpdateEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.project.ProjectAvatarUpdateEvent

Class Overview

Event published when avatar of a project changes

Summary

Public Constructors
@Internal ProjectAvatarUpdateEvent(Project project, Long newAvatarId)
Public Methods
boolean equals(Object o)
Long getNewAvatarId()
Long getOldAvatarId()
Project getProject()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

@Internal public ProjectAvatarUpdateEvent (Project project, Long newAvatarId)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Public Methods

public boolean equals (Object o)

public Long getNewAvatarId ()

public Long getOldAvatarId ()

public Project getProject ()

public int hashCode ()