|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.AbstractProjectEvent
com.atlassian.jira.event.ProjectDeletedEvent
@PublicApi public final class ProjectDeletedEvent
Event that is triggered when a project is deleted.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.event.AbstractEvent |
|---|
params, time |
| Constructor Summary | |
|---|---|
ProjectDeletedEvent(ApplicationUser user,
Project oldProject)
|
|
| Method Summary | |
|---|---|
Long |
getId()
|
String |
getKey()
|
| Methods inherited from class com.atlassian.jira.event.AbstractProjectEvent |
|---|
equals, getProject, getUser, hashCode |
| Methods inherited from class com.atlassian.jira.event.AbstractEvent |
|---|
getParams, getTime |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.event.JiraEvent |
|---|
getParams, getTime |
| Constructor Detail |
|---|
@Internal
public ProjectDeletedEvent(@Nullable
ApplicationUser user,
@Nonnull
Project oldProject)
| Method Detail |
|---|
@Nonnull public Long getId()
@Nonnull public String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||