public class

Channels

extends Object
java.lang.Object
   ↳ com.atlassian.stash.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.
Public Constructors
@Deprecated Channels()
This constructor is deprecated. in 3.11. This constructor will become private in 4.0.
[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"

Public Constructors

@Deprecated public Channels ()

This constructor is deprecated.
in 3.11. This constructor will become private in 4.0.