public class

NotificationSchemesImpl

extends AbstractFuncTestUtil
implements NotificationSchemes
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.AbstractFuncTestUtil
     ↳ com.atlassian.jira.functest.framework.admin.NotificationSchemesImpl

Class Overview

Default implementation of NotificationSchemes.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
Public Constructors
NotificationSchemesImpl(WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
Public Methods
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.
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.Navigable
From interface com.atlassian.jira.functest.framework.admin.NotificationSchemes
From interface com.atlassian.jira.testkit.client.log.FuncTestLogger

Public Constructors

public NotificationSchemesImpl (WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)

Public Methods

public EditNotifications addNotificationScheme (String name, String description)

Add notification scheme with given name and description.

Parameters
name scheme name
description scheme description
Returns
  • edit notifications object for the created scheme

public EditNotifications editNotifications (int id)

Edit notifications of a scheme with given id.

Parameters
id ID of the scheme
Returns
  • edit notifications instance for given scheme

public NotificationSchemes goTo ()

Go there.

Returns
  • this instance