Changelog Event

ChangelogEvent list of available event types

Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard

INVITED_GROUP type of the changelog event when the user have been invited to join in a group

Link copied to clipboard

JOINED_GROUP type of the changelog event when the user joins in a group

Link copied to clipboard

ROLE_CHANGED type of the changelog event when the role of the user in a group has been changed

Link copied to clipboard

LEFT_GROUP type of the changelog event when the user left a group

Link copied to clipboard

GROUP_DELETED type of the changelog event when a group has been deleted

Link copied to clipboard

PROJECT_ADDED type of the changelog event when a new project of a group has been added

Link copied to clipboard

PROJECT_REMOVED type of the changelog event when a project of a group has been removed

Link copied to clipboard

UPDATE_SCHEDULED type of the changelog event when a new update of project of a group has been scheduled

Link copied to clipboard

UPDATE_STARTED type of the changelog event when an update of project of a group has been started

Link copied to clipboard

UPDATE_PUBLISHED type of the changelog event when an update of project of a group has been published

Link copied to clipboard

UPDATE_DELETED type of the changelog event when an update of project of a group has been deleted

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.