Class ProjectLead

All Implemented Interfaces:
NotificationType

public class ProjectLead extends AbstractNotificationType
  • Constructor Details

  • Method Details

    • getRecipients

      public List<NotificationRecipient> getRecipients(IssueEvent event, String argument)
      Description copied from interface: NotificationType
      Who is to be notified of an event.
      Parameters:
      event - The event, eg. issue created
      argument - Configuration from notification scheme, eg. group name, custom field id.
      Returns:
      A list of NotificationRecipients.
    • getDisplayName

      public String getDisplayName()
      Description copied from interface: NotificationType
      Text to display for this type, on the "Add Notification" page.
      Returns:
      (Internationalized) text to display, eg. "Group".