public enum Category extends Enum<Category>
Enum Constant and Description |
---|
ACTIVE_OBJECTS |
ACTIVITY_STREAMS |
ADMINISTRATION |
API |
APP_LINKS |
ATTACHMENTS |
BOARDS |
BROWSE_PROJECT |
BROWSING |
BULK_OPERATIONS |
CHANGE_HISTORY |
CHARTING |
CLONE_ISSUE |
CLUSTER |
COMMENTS |
COMPONENTS_AND_VERSIONS |
CUSTOM_FIELDS |
DASHBOARDS |
DATABASE
We have some tests that we want to run against other databases: MS SQL, Oracle, Postgres, etc.
|
DEV_MODE
Marks all tests that require 'dev-mode' plugins installed in JIRA.
|
EMAIL |
ENTITY_PROPERTIES |
FIELDS |
FILTERS |
FUNC_TEST
Generic category applied to all func tests.
|
GADGETS |
HTTP |
I18N |
IE_INCOMPATIBLE
Browser exclusions
|
IGNITE
Requires ignite plugin to run.
|
IMPORT_EXPORT |
INDEXING |
INFRASTRUCTURE
Tests that are run for infrastructure/maintenance reasons and should not be run as part of the normal suite.
|
ISSUE_LINKS |
ISSUE_NAVIGATOR |
ISSUE_TYPES |
ISSUES |
JELLY |
JQL |
LDAP |
LICENSING |
MOVE_ISSUE |
PAGE_WEIGHT
Tests that are run to measure sizes of pages
|
PERFORMANCE
Performance test
|
PERMISSIONS |
PLATFORM_COMPATIBILITY
Platform compatibility tests.
|
PLUGINS |
PROJECT_IMPORT |
PROJECTS |
QUARTZ |
QUNIT
QUnit runner.
|
REFERENCE_PLUGIN
Marks all tests that require the JIRA reference plugin installed in JIRA.
|
RELOADABLE_PLUGINS
Tests for plugins reloadability (involve slow data restore)
|
RENAME_USER |
REPORTS |
REST |
ROLES |
SCHEMES |
SCREENS |
SECURITY |
SELENIUM_TEST
Generic category applied to all Selenium tests.
|
SETUP |
SLOW_IMPORT |
SUB_TASKS |
TIME_TRACKING |
TIME_ZONES |
TPM
Marks tests that can only be run in the TPM builds.
|
UPGRADE_TASKS |
USERS_AND_GROUPS |
VISUAL_REGRESSION
Tests for visual regression.
|
VISUAL_REGRESSION_SETUP
Tests for visual regression during setup steps.
|
WEBDRIVER_TEST
Generic category applied to all WebDriver tests.
|
WEBHOOKS |
WELCOME_PLUGIN |
WORKFLOW |
WORKLOGS |
Modifier and Type | Method and Description |
---|---|
static Category |
forString(String constName) |
static Set<Category> |
fromAnnotation(WebTest webTest) |
boolean |
isFunctional()
Whether or not this category marks a functional area of the tested application.
|
static Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Category FUNC_TEST
public static final Category SELENIUM_TEST
public static final Category WEBDRIVER_TEST
public static final Category TPM
public static final Category PLATFORM_COMPATIBILITY
public static final Category VISUAL_REGRESSION
public static final Category VISUAL_REGRESSION_SETUP
public static final Category QUNIT
public static final Category DEV_MODE
public static final Category REFERENCE_PLUGIN
public static final Category IGNITE
public static final Category PERFORMANCE
public static final Category RELOADABLE_PLUGINS
public static final Category DATABASE
public static final Category IE_INCOMPATIBLE
public static final Category INFRASTRUCTURE
public static final Category PAGE_WEIGHT
public static final Category ACTIVITY_STREAMS
public static final Category ADMINISTRATION
public static final Category API
public static final Category APP_LINKS
public static final Category ATTACHMENTS
public static final Category BOARDS
public static final Category BROWSE_PROJECT
public static final Category BROWSING
public static final Category BULK_OPERATIONS
public static final Category CHARTING
public static final Category CLONE_ISSUE
public static final Category COMMENTS
public static final Category COMPONENTS_AND_VERSIONS
public static final Category CUSTOM_FIELDS
public static final Category DASHBOARDS
public static final Category EMAIL
public static final Category FIELDS
public static final Category FILTERS
public static final Category GADGETS
public static final Category HTTP
public static final Category I18N
public static final Category IMPORT_EXPORT
public static final Category INDEXING
public static final Category ISSUE_NAVIGATOR
public static final Category ISSUES
public static final Category ISSUE_LINKS
public static final Category JELLY
public static final Category JQL
public static final Category LDAP
public static final Category LICENSING
public static final Category MOVE_ISSUE
public static final Category PERMISSIONS
public static final Category PLUGINS
public static final Category PROJECT_IMPORT
public static final Category PROJECTS
public static final Category QUARTZ
public static final Category REPORTS
public static final Category RENAME_USER
public static final Category REST
public static final Category ROLES
public static final Category SCHEMES
public static final Category SECURITY
public static final Category SETUP
public static final Category SLOW_IMPORT
public static final Category SUB_TASKS
public static final Category TIME_TRACKING
public static final Category TIME_ZONES
public static final Category UPGRADE_TASKS
public static final Category USERS_AND_GROUPS
public static final Category WORKFLOW
public static final Category WORKLOGS
public static final Category CHANGE_HISTORY
public static final Category ACTIVE_OBJECTS
public static final Category ISSUE_TYPES
public static final Category SCREENS
public static final Category WELCOME_PLUGIN
public static final Category ENTITY_PROPERTIES
public static final Category WEBHOOKS
public static final Category CLUSTER
public static Category[] values()
for (Category c : Category.values()) System.out.println(c);
public static Category valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isFunctional()
true
, if this is a functional categoryCopyright © 2002-2017 Atlassian. All Rights Reserved.