Package | Description |
---|---|
com.atlassian.bitbucket.audit | |
com.atlassian.bitbucket.event.audit |
Modifier and Type | Method and Description |
---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Priority |
AuditEvent.getPriority() |
Constructor and Description |
---|
AuditEvent(Object source,
AuditEntry entry,
Set<String> channels,
Priority priority) |
TransactionAwareAuditEvent(Object source,
AuditEntry entry,
Set<String> channels,
Priority priority) |
Copyright © 2019 Atlassian. All rights reserved.