Class AuditCategory

java.lang.Object
com.atlassian.bitbucket.audit.AuditCategory

public class AuditCategory extends Object
The category of actions that an audited event is grouped with.

Prior to 7.4, constants in this class were hardcoded English values. From 7.4 onward, these constants are instead i18n property keys.

Since:
7.0
See Also:
  • AuditType.getCategoryI18nKey()
  • AuditType.getCategory()
  • Auditable