Package com.atlassian.jira.pageobjects.config
package com.atlassian.jira.pageobjects.config
-
ClassDescriptionAbstract class for checking whether some plugin is installed.Implements
AbstractRestoreJiraData.restoreBlank()
in terms of abstractRestoreJiraData.restore(String)
.Config provider that uses jira-func-test-plugin if possible, or falls back to parsing JIRA UI.Describes the database config that was provided to JIRA by the test runnerMark a test method or class with this annotation to disable rich text editor or make it optional.Mark a test method or class with this annotation to enable analytics events collection during test or method.Use this annotation to enable CSS transitions in UIBy default onboarding in JIRA will be disabled before each test.By default websudo in JIRA will be disabled before each test.ProductInstance
implementation based onJIRAEnvironmentData
.Represents the data required to configure an external database during JIRA Setup.Detects whether the func test plugin has been installed in tested JIRA instance.Component providing config information about JIRA.Mark your test with this annotation if you want a particular user to be logged-in automatically before the test executes.Defines common collections of popup ids and merges them.Prevents popups from showing up.The environment data is built up on the information provided by the product instance.Annotate your test class or test method with this annotation if you want the data on the tested JIRA instance to be reset to blank state before given test class/test method executes.Annotate your test class with this annotation if you want to reset data in JIRA once per the test suite represented by the class.Component providing config information about JIRA.Represents JIRA restore data operation.Implementation ofRestoreJiraData
that uses the func test plugin REST resource if presentImplementation ofRestoreJiraData
that uses UI.Implementation of JIRA setup that performs the simplest set up possible via UI.Delegates restore action to the best available implementation.Describes JIRA test environment.Detects whether the jira-testkit-plugin is installed in tested JIRA instance.Mark a test method or class with this annotation to change user language for this test (and change it back again)