public class NotificationSchemesImpl extends Object implements NotificationSchemes
NotificationSchemes
.Constructor and Description |
---|
NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData) |
NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel) |
Modifier and Type | Method and Description |
---|---|
EditNotifications |
addNotificationScheme(String name,
String description)
Add notification scheme with given name and description.
|
EditNotifications |
editNotifications(int id)
Edit notifications of a scheme with given id.
|
NotificationSchemes |
goTo()
Go there.
|
@Inject public NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
public NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
public NotificationSchemes goTo()
Navigable
goTo
in interface Navigable<NotificationSchemes>
public EditNotifications addNotificationScheme(String name, String description)
NotificationSchemes
addNotificationScheme
in interface NotificationSchemes
name
- scheme namedescription
- scheme descriptionpublic EditNotifications editNotifications(int id)
NotificationSchemes
editNotifications
in interface NotificationSchemes
id
- ID of the schemeCopyright © 2002-2022 Atlassian. All Rights Reserved.