Interface | Description |
---|---|
JiraConfigProvider |
Component providing config information about JIRA.
|
RestoreJiraData |
Represents JIRA restore data operation.
|
Class | Description |
---|---|
AbstractPluginDetector |
Abstract class for checking whether some plugin is installed.
|
AbstractRestoreJiraData |
Implements
AbstractRestoreJiraData.restoreBlank() in terms of abstract RestoreJiraData.restore(String) . |
AdaptingConfigProvider |
Config provider that uses jira-func-test-plugin if possible, or falls back to parsing JIRA UI.
|
BlankInstance | |
DatabaseConfigProvider |
Describes the database config that was provided to JIRA by the test runner
|
EnvironmentBasedProductInstance |
ProductInstance implementation based on
JIRAEnvironmentData . |
ExternalDatabaseConfig |
Represents the data required to configure an external database during JIRA Setup.
|
FuncTestPluginDetector |
Detects whether the func test plugin has been installed in tested JIRA instance.
|
PopupCollector |
Defines common collections of popup ids and merges them.
|
PopupPreventer |
Prevents popups from showing up.
|
ProductInstanceBasedEnvironmentData |
The environment data is built up on the information provided by the product instance.
|
RestConfigProvider |
Component providing config information about JIRA.
|
RestConfigProvider.Config | |
RestoreJiraDataFromBackdoor |
Implementation of
RestoreJiraData that uses the func test plugin REST resource if present |
RestoreJiraDataFromUi |
Implementation of
RestoreJiraData that uses UI. |
SimpleJiraSetup |
Implementation of JIRA setup that performs the simplest set up possible via UI.
|
SmartRestoreJiraData |
Delegates restore action to the best available implementation.
|
TestEnvironment |
Describes JIRA test environment.
|
TestkitPluginDetector |
Detects whether the jira-testkit-plugin is installed in tested JIRA instance.
|
Annotation Type | Description |
---|---|
CreateUser | |
DisableRTE |
Mark a test method or class with this annotation to disable rich text editor or make it optional.
|
EnableAnalytics |
Mark a test method or class with this annotation to enable analytics events collection during test or method.
|
EnableAUIFlags | |
EnableLandingPageRedirect |
By default onboarding in JIRA will be disabled before each test.
|
EnableNPS |
By default NPS surveys in JIRA will be disabled before each test,
as per
NPSRule . |
EnableWebSudo |
By default websudo in JIRA will be disabled before each test.
|
LoginAs |
Mark your test with this annotation if you want a particular user to be logged-in automatically before
the test executes.
|
ResetData |
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.
|
ResetDataOnce |
Annotate your test class with this annotation if you want to reset data in JIRA once per the test suite
represented by the class.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.