public class EditNotificationsImpl extends AbstractFuncTestUtil implements EditNotifications
EditNotifications.environmentData, FS, locators, logger, logIndentLevel, tester| Constructor and Description |
|---|
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.
|
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPagepublic 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-2016 Atlassian. All Rights Reserved.