public class

Channels

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.audit.Channels

Class Overview

Represents the set of built-in audit log channel names. Listeners may use the channels to determine whether they are interested in the event.

Summary

Constants
String PROJECT_UI Used to notify listeners that the event should be displayed in the audit UI for a project.
String REPOSITORY_UI Used to notify listeners that the event should be displayed in the audit UI for a repository.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PROJECT_UI

Used to notify listeners that the event should be displayed in the audit UI for a project.

Constant Value: "audit.channel.ui.project"

public static final String REPOSITORY_UI

Used to notify listeners that the event should be displayed in the audit UI for a repository.

Constant Value: "audit.channel.ui.repository"