public class DefaultTransportNotificationItem extends Object implements ITransportNotificationItem
Constructor and Description |
---|
DefaultTransportNotificationItem(com.javahollic.jira.emh.api.ao.IJEMHTransportItemEntityDef e) |
DefaultTransportNotificationItem(String content,
IJEMHTransportProvider.TransportContentType type,
String transportKey,
int transportConfigId,
long issueEventId,
String issueKey,
long projectId,
String[] recipientUserKeys,
boolean sendImmediately) |
DefaultTransportNotificationItem(String subject,
String content,
IJEMHTransportProvider.TransportContentType type,
String transportKey,
int transportConfigId,
long notificationSchemeId,
long issueEventId,
String issueKey,
long projectId,
String[] recipientUserKeys,
boolean sendImmediately) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
long |
getIssueEventId() |
String |
getIssueKey() |
long |
getNotificationSchemeId() |
long |
getProjectId() |
String[] |
getRecipientUserKeys() |
String |
getSubject() |
int |
getTransportConfigId() |
String |
getTransportKey() |
IJEMHTransportProvider.TransportContentType |
getType() |
boolean |
isSendImmediately() |
public DefaultTransportNotificationItem(com.javahollic.jira.emh.api.ao.IJEMHTransportItemEntityDef e)
public DefaultTransportNotificationItem(String content, IJEMHTransportProvider.TransportContentType type, String transportKey, int transportConfigId, long issueEventId, String issueKey, long projectId, String[] recipientUserKeys, boolean sendImmediately)
public DefaultTransportNotificationItem(String subject, String content, IJEMHTransportProvider.TransportContentType type, String transportKey, int transportConfigId, long notificationSchemeId, long issueEventId, String issueKey, long projectId, String[] recipientUserKeys, boolean sendImmediately)
public String getSubject()
getSubject
in interface ITransportNotificationItem
public String getContent()
getContent
in interface ITransportNotificationItem
public String getTransportKey()
getTransportKey
in interface ITransportNotificationItem
public int getTransportConfigId()
getTransportConfigId
in interface ITransportNotificationItem
public String[] getRecipientUserKeys()
getRecipientUserKeys
in interface ITransportNotificationItem
public IJEMHTransportProvider.TransportContentType getType()
getType
in interface ITransportNotificationItem
public boolean isSendImmediately()
isSendImmediately
in interface ITransportNotificationItem
public long getIssueEventId()
getIssueEventId
in interface ITransportNotificationItem
public String getIssueKey()
getIssueKey
in interface ITransportNotificationItem
public long getNotificationSchemeId()
getNotificationSchemeId
in interface ITransportNotificationItem
public long getProjectId()
getProjectId
in interface ITransportNotificationItem
Copyright © 2008–2022 The Plugin People. All rights reserved.