com.atlassian.jira.functest.framework.admin
Class NotificationSchemesImpl
java.lang.Object
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
com.atlassian.jira.functest.framework.admin.NotificationSchemesImpl
- All Implemented Interfaces:
- NotificationSchemes, FuncTestLogger, Navigable<NotificationSchemes>
public class NotificationSchemesImpl
- extends AbstractFuncTestUtil
- implements NotificationSchemes
Default implementation of NotificationSchemes
.
- Since:
- v4.4
Constructor Summary |
NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
int logIndentLevel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationSchemesImpl
public NotificationSchemesImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
int logIndentLevel)
goTo
public NotificationSchemes goTo()
- Description copied from interface:
Navigable
- Go there.
- Specified by:
goTo
in interface Navigable<NotificationSchemes>
- Returns:
- this instance
addNotificationScheme
public EditNotifications addNotificationScheme(String name,
String description)
- Description copied from interface:
NotificationSchemes
- Add notification scheme with given name and description.
- Specified by:
addNotificationScheme
in interface NotificationSchemes
- Parameters:
name
- scheme namedescription
- scheme description
- Returns:
- edit notifications object for the created scheme
editNotifications
public EditNotifications editNotifications(int id)
- Description copied from interface:
NotificationSchemes
- Edit notifications of a scheme with given id.
- Specified by:
editNotifications
in interface NotificationSchemes
- Parameters:
id
- ID of the scheme
- Returns:
- edit notifications instance for given scheme
Copyright © 2002-2012 Atlassian. All Rights Reserved.