Class NotificationSchemesImpl
java.lang.Object
com.atlassian.jira.functest.framework.admin.NotificationSchemesImpl
- All Implemented Interfaces:
NotificationSchemes,Navigable<NotificationSchemes>
Default implementation of
NotificationSchemes.- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel) -
Method Summary
Modifier and TypeMethodDescriptionaddNotificationScheme(String name, String description) Add notification scheme with given name and description.editNotifications(int id) Edit notifications of a scheme with given id.goTo()Go there.
-
Constructor Details
-
NotificationSchemesImpl
@Inject public NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) -
NotificationSchemesImpl
public NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
-
-
Method Details
-
goTo
Description copied from interface:NavigableGo there.- Specified by:
goToin interfaceNavigable<NotificationSchemes>- Returns:
- this instance
-
addNotificationScheme
Description copied from interface:NotificationSchemesAdd notification scheme with given name and description.- Specified by:
addNotificationSchemein interfaceNotificationSchemes- Parameters:
name- scheme namedescription- scheme description- Returns:
- edit notifications object for the created scheme
-
editNotifications
Description copied from interface:NotificationSchemesEdit notifications of a scheme with given id.- Specified by:
editNotificationsin interfaceNotificationSchemes- Parameters:
id- ID of the scheme- Returns:
- edit notifications instance for given scheme
-