|
||||||||||
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.ProjectCreatedEvent
@PublicApi public final class ProjectCreatedEvent
Event that is triggered when a project is created.
Field Summary |
---|
Fields inherited from class com.atlassian.jira.event.AbstractEvent |
---|
params, time |
Constructor Summary | |
---|---|
ProjectCreatedEvent(ApplicationUser user,
Project newProject)
|
Method Summary | |
---|---|
Long |
getId()
|
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 ProjectCreatedEvent(@Nullable ApplicationUser user, @Nonnull Project newProject)
Method Detail |
---|
@Nonnull public Long getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |