com.atlassian.jira.functest.framework.admin
Class EditNotificationsImpl
java.lang.Object
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
com.atlassian.jira.functest.framework.admin.EditNotificationsImpl
- All Implemented Interfaces:
- EditNotifications, com.atlassian.jira.testkit.client.log.FuncTestLogger
public class EditNotificationsImpl
- extends AbstractFuncTestUtil
- implements EditNotifications
Default implementation of EditNotifications
.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditNotificationsImpl
public EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel)
notificationSchemeId
public int notificationSchemeId()
- Description copied from interface:
EditNotifications
- ID of associated notification scheme.
- Specified by:
notificationSchemeId
in interface EditNotifications
- Returns:
- ID of the notification scheme
addNotificationsForEvent
public EditNotifications addNotificationsForEvent(int eventId,
NotificationType notificationType)
- Description copied from interface:
EditNotifications
- Add simple (parameterless) notification type for given event ID.
- Specified by:
addNotificationsForEvent
in interface EditNotifications
- Parameters:
eventId
- ID of the event to add tonotificationType
- notification type to add
- Returns:
- this instance
- See Also:
NotificationType
,
DefaultIssueEvents
addNotificationsForEvent
public EditNotifications addNotificationsForEvent(int eventId,
NotificationType notificationType,
String paramValue)
- Description copied from interface:
EditNotifications
- Add parameterized notification type for given event ID.
- Specified by:
addNotificationsForEvent
in interface EditNotifications
- Parameters:
eventId
- ID of the event to add tonotificationType
- notification types to addparamValue
- form parameter value associated with given notification type
- Returns:
- this instance
- See Also:
NotificationType
,
DefaultIssueEvents
Copyright © 2002-2014 Atlassian. All Rights Reserved.