Package com.atlassian.jira.project
Interface ProjectCreateNotifier
- All Known Subinterfaces:
ProjectCreateRegistrarAndNotifier
- All Known Implementing Classes:
ProjectCreateRegistrarImpl
public interface ProjectCreateNotifier
Class in charge to send notifications to all
ProjectCreateHandler.-
Method Summary
Modifier and TypeMethodDescriptionbooleannotifyAllHandlers(ProjectCreatedData projectCreatedData) Notifies allProjectCreateHandlerobjects that a project as been created.
-
Method Details
-
notifyAllHandlers
Notifies allProjectCreateHandlerobjects 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.
-