public interface

ProjectCreateNotifier

com.atlassian.jira.project.ProjectCreateNotifier
Known Indirect Subclasses

Class Overview

Class in charge to send notifications to all ProjectCreateHandler.

Summary

Public Methods
boolean notifyAllHandlers(ProjectCreatedData projectCreatedData)
Notifies all ProjectCreateHandler objects that a project as been created.

Public Methods

public boolean notifyAllHandlers (ProjectCreatedData projectCreatedData)

Notifies all ProjectCreateHandler 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.