Package com.atlassian.jira.project
Interface ProjectCreateNotifier
- All Known Implementing Classes:
ProjectCreateRegistrarImpl
public interface ProjectCreateNotifier
Class in charge to send notifications to all
ProjectCreateHandler
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
notifyAllHandlers
(ProjectCreatedData projectCreatedData) Notifies allProjectCreateHandler
objects that a project as been created.
-
Method Details
-
notifyAllHandlers
Notifies allProjectCreateHandler
objects that a project as been created.- Parameters:
projectCreatedData
- Object encapsulating the information about the recently created project.- Returns:
- False if any of the handlers failed while handling the notification. True if everything went ok.
-