| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.audit.Priority | |
The priority levels at which audit events can be raised. Lower levels are filtered out first by consumers.
NONE can be used to cancel an inherited @Audited annotation
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Priority | HIGH | ||||||||||
| Priority | LOW | ||||||||||
| Priority | MEDIUM | ||||||||||
| Priority | NONE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the weight of this priority relative to other priorities.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Retrieves the weight of this priority relative to other priorities. When filtering, higher weighted priorities will be filtered last.