Interface ITransportNotificationItem

  • All Known Implementing Classes:
    DefaultTransportNotificationItem

    public interface ITransportNotificationItem
    Implementations of this class provide post-rendered content for actual delivery
    Author:
    andy
    • Method Detail

      • getSubject

        String getSubject()
      • getContent

        String getContent()
      • getTransportKey

        String getTransportKey()
      • getTransportConfigId

        int getTransportConfigId()
      • getRecipientUserKeys

        String[] getRecipientUserKeys()
      • isSendImmediately

        boolean isSendImmediately()
      • getIssueEventId

        long getIssueEventId()
      • getIssueKey

        String getIssueKey()
      • getNotificationSchemeId

        long getNotificationSchemeId()
      • getProjectId

        long getProjectId()