public class EditNotificationsImpl extends Object implements EditNotifications
EditNotifications.| Constructor and Description |
|---|
EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel) |
| Modifier and Type | Method and Description |
|---|---|
EditNotifications |
addNotificationsForEvent(int eventId,
NotificationType notificationType)
Add simple (parameterless) notification type for given event ID.
|
EditNotifications |
addNotificationsForEvent(int eventId,
NotificationType notificationType,
String paramValue)
Add parameterized notification type for given event ID.
|
int |
notificationSchemeId()
ID of associated notification scheme.
|
@Inject
public EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData)
public EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel)
public int notificationSchemeId()
EditNotificationsnotificationSchemeId in interface EditNotificationspublic EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType)
EditNotificationsaddNotificationsForEvent in interface EditNotificationseventId - ID of the event to add tonotificationType - notification type to addNotificationType,
DefaultIssueEventspublic EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
EditNotificationsaddNotificationsForEvent in interface EditNotificationseventId - ID of the event to add tonotificationType - notification types to addparamValue - form parameter value associated with given notification typeNotificationType,
DefaultIssueEventsCopyright © 2002-2021 Atlassian. All Rights Reserved.