Class EditNotificationsImpl
java.lang.Object
com.atlassian.jira.functest.framework.admin.EditNotificationsImpl
- All Implemented Interfaces:
EditNotifications
Default implementation of
EditNotifications.- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionEditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel) -
Method Summary
Modifier and TypeMethodDescriptionaddNotificationsForEvent(int eventId, NotificationType notificationType) Add simple (parameterless) notification type for given event ID.addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue) Add parameterized notification type for given event ID.deleteEntryWithId(int entryId) Add parameterized notification type for given event ID.intID of associated notification scheme.
-
Constructor Details
-
EditNotificationsImpl
@Inject public EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) -
EditNotificationsImpl
public EditNotificationsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
-
-
Method Details
-
notificationSchemeId
public int notificationSchemeId()Description copied from interface:EditNotificationsID of associated notification scheme.- Specified by:
notificationSchemeIdin interfaceEditNotifications- Returns:
- ID of the notification scheme
-
addNotificationsForEvent
Description copied from interface:EditNotificationsAdd simple (parameterless) notification type for given event ID.- Specified by:
addNotificationsForEventin interfaceEditNotifications- Parameters:
eventId- ID of the event to add tonotificationType- notification type to add- Returns:
- this instance
- See Also:
-
addNotificationsForEvent
public EditNotifications addNotificationsForEvent(int eventId, NotificationType notificationType, String paramValue) Description copied from interface:EditNotificationsAdd parameterized notification type for given event ID.- Specified by:
addNotificationsForEventin interfaceEditNotifications- 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:
-
deleteEntryWithId
Description copied from interface:EditNotificationsAdd parameterized notification type for given event ID.- Specified by:
deleteEntryWithIdin interfaceEditNotifications- Parameters:
entryId- ID of the entry to delete- Returns:
- this instance
- See Also:
-