Package com.atlassian.jira.event
Interface JiraEvent
- All Known Subinterfaces:
IssueChangedEvent,IssueRelatedEvent,ProjectRelatedEvent
- All Known Implementing Classes:
AbstractApplicationPropertySetEvent,AbstractArchivingEvent,AbstractEvent,AbstractProjectEvent,AbstractServiceEvent,AbstractWorkflowEvent,ApplicationPropertyChangeEvent,AsyncInitialWatchersEvent,BooleanApplicationPropertySetEvent,CannotChangePasswordEvent,ChangeFavouriteFiltersTimeout,DashboardViewEvent,DraftWorkflowCreatedEvent,DraftWorkflowDeletedEvent,DraftWorkflowPublishedEvent,EmailQueueFlushedEvent,EmptyJqlSettingToggleEvent,ExportEvent,FilterCreatedEvent,ForgotPasswordEvent,ForgotUsernameEvent,IndexRecoveryEnabledEvent,InitialWatchersAddedEvent,InitialWatchersFailedEvent,InitialWatchersFieldAddedToScreenEvent,IssueChangedEventImpl,IssueEvent,IssuePreDeleteEvent,IssueSearchEvent,IssueTypeRemovedFromScreenSchemeEvent,IssueTypeScreenSchemeAssociateScreenSchemeEvent,IssueTypeScreenSchemeCreatedEvent,IssueTypeScreenSchemeDeletedEvent,IssueTypeScreenSchemeUpdatedEvent,IssueViewEvent,IssueWatcherAddedEvent,IssueWatcherDeletedEvent,JqlSearchIssueLinkTypeEvent,JqlSearchVersionEvent,LoginEvent,LoginFailedEvent,LogoutEvent,MockEvent,PermissionGrantedToSecurityTypeEvent,PermissionRevokedFromSecurityTypeEvent,PriorityCreatedEvent,PriorityDeletedEvent,PriorityEditedEvent,PriorityMovedEvent,ProjectArchivedEvent,ProjectCreatedEvent,ProjectDeletedEvent,ProjectImportedEvent,ProjectRestoredEvent,ProjectUpdatedCategoryChangedEvent,ProjectUpdatedDetailedChangesEvent,ProjectUpdatedEvent,ProjectUpdatedKeyChangedEvent,ProjectUpdatedTypeChangedEvent,PublishStatusDeleteFailedIssuesInStatus,QuickBrowseEvent,QuickSearchEvent,RefreshIssueSearchEvent,ReplicationSettingsConfiguredEvent,ServiceDeletedEvent,SharedEntityUpdatedMetricsEvent,StatusCreatedEvent,StatusDeletedEvent,StatusDeleteFailedInitialStatus,StatusDeleteFailedIssuesInStatus,StatusDeleteFailedPermissions,StatusDeleteFailedStatusNotFound,StatusEditedEvent,StatusMovedEvent,StringApplicationPropertySetEvent,SubTasksStateChangedEvent,SuccessfulPermissionSchemeGrantEvent,SuccessfulPermissionSchemeRevokeEvent,SwitchIssueSearchEvent,UserEvent,WorkflowCreatedEvent,WorkflowDeletedEvent,WorkflowImportedFromXmlEvent,WorkflowRenamedEvent,WorkflowUpdatedEvent
@PublicApi
public interface JiraEvent
The base event class for all events fired within JIRA.
- See Also:
-
Method Summary
-
Method Details
-
getTime
Date getTime()The time the event was created- Returns:
- time of the event
-
getParams
A map of parameters which can be used to pass data to a Listener- Returns:
- event parameters
-