Package com.atlassian.jira.auditing
Enum Class AuditingCategory
- All Implemented Interfaces:
Serializable
,Comparable<AuditingCategory>
,Constable
Deprecated.
Possible values for auditing category.
- Since:
- v6.2
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic AuditingCategory
getCategoryById
(String categoryId) Deprecated.static AuditingCategory
getCategoryByIdOrName
(String idOrName) Deprecated.static AuditingCategory
getCategoryByNameI18nKey
(String nameI18nKey) Deprecated.static AuditingCategory
getCategoryByNameI18nKeyWithFallback
(String nameI18nKey, AuditingCategory fallback) Deprecated.getId()
Deprecated.Deprecated.static AuditingCategory
Deprecated.Returns the enum constant of this class with the specified name.static AuditingCategory[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUDITING
Deprecated. -
ADVANCED_AUDITING
Deprecated. -
USER_MANAGEMENT
Deprecated. -
GROUP_MANAGEMENT
Deprecated. -
PERMISSIONS
Deprecated. -
WORKFLOWS
Deprecated. -
NOTIFICATIONS
Deprecated. -
FIELDS
Deprecated. -
PROJECTS
Deprecated. -
SYSTEM
Deprecated. -
MIGRATION
Deprecated. -
APPLICATIONS
Deprecated. -
USER_DATA_TRANSFER
Deprecated. -
SPRINTS
Deprecated. -
BOARDS
Deprecated. -
ISSUE_PARENT_ASSOCIATIONS
Deprecated. -
ISSUE_TYPES
Deprecated. -
HIERARCHY_LEVELS
Deprecated. -
ISSUE
Deprecated. -
GENERAL_CONFIGURATION
Deprecated. -
DASHBOARDS
Deprecated. -
FILTERS
Deprecated. -
SEARCH
Deprecated. -
MAIL_SETTINGS
Deprecated. -
USER_INTERFACE
Deprecated. -
SCREENS
Deprecated. -
INDEXING
Deprecated. -
LOGIN
Deprecated. -
FIELD_CONFIG_SCHEME
Deprecated. -
CLUSTERING
Deprecated. -
SECURITY
Deprecated. -
ECOSYSTEM
Deprecated. -
ISSUE_SECURITY_LEVEL
Deprecated. -
TERMINOLOGY
Deprecated. -
DVCS
Deprecated. -
FIELD_CONFIGURATION_SCHEME
Deprecated. -
ISSUE_TYPE_SCHEME
Deprecated. -
FIELD_LAYOUT_ITEM
Deprecated. -
LOGGING
Deprecated. -
PROFILING
Deprecated. -
EXPORT_IMPORT
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
Deprecated. -
getNameI18nKey
Deprecated. -
getCategoryById
Deprecated. -
getCategoryByNameI18nKey
Deprecated. -
getCategoryByIdOrName
Deprecated. -
getCategoryByNameI18nKeyWithFallback
@Nonnull public static AuditingCategory getCategoryByNameI18nKeyWithFallback(String nameI18nKey, AuditingCategory fallback) Deprecated.
-
Instead you can use
AuditCategory
.