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, submitAtPage
public EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
public int notificationSchemeId()
EditNotifications
notificationSchemeId
in interface EditNotifications
public EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType)
EditNotifications
addNotificationsForEvent
in interface EditNotifications
eventId
- ID of the event to add tonotificationType
- notification type to addNotificationType
,
DefaultIssueEvents
public EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue)
EditNotifications
addNotificationsForEvent
in interface EditNotifications
eventId
- ID of the event to add tonotificationType
- notification types to addparamValue
- form parameter value associated with given notification typeNotificationType
,
DefaultIssueEvents
Copyright © 2002-2015 Atlassian. All Rights Reserved.