public class

Channels

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

Class Overview

Represents the set of channel names supported by core Stash. Any listeners will use the channels to determine whether they are interested in the event.

Summary

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

Constants

public static final String PROJECT_UI

Used to notifier 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 notifier listeners that the event should be displayed in the audit UI for a repository

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

Public Constructors

public Channels ()