public final enum

EntryType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.upm.api.log.EntryType

Class Overview

Represents various types of audit log entries.

Summary

Enum Values
EntryType  AUTO_PLUGIN_UPDATE   
EntryType  CANCELLED_CHANGE   
EntryType  ENTER_SAFE_MODE   
EntryType  EXIT_SAFE_MODE   
EntryType  LICENSE_ADD   
EntryType  LICENSE_REMOVE   
EntryType  LICENSE_UPDATE   
EntryType  PLUGIN_DISABLE   
EntryType  PLUGIN_ENABLE   
EntryType  PLUGIN_INSTALL   
EntryType  PLUGIN_UNINSTALL   
EntryType  PLUGIN_UPDATE   
EntryType  SYSTEM_STARTUP   
EntryType  UNCLASSIFIED_EVENT   
EntryType  UPM_STARTUP   
Public Methods
String getI18nName()
Returns a i18n key for a displayable name.
static EntryType valueOf(String name)
static EntryType valueOfI18n(String i18n)
Returns the EntryType associated with the given i18n key
final static EntryType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EntryType AUTO_PLUGIN_UPDATE

public static final EntryType CANCELLED_CHANGE

public static final EntryType ENTER_SAFE_MODE

public static final EntryType EXIT_SAFE_MODE

public static final EntryType LICENSE_ADD

public static final EntryType LICENSE_REMOVE

public static final EntryType LICENSE_UPDATE

public static final EntryType PLUGIN_DISABLE

public static final EntryType PLUGIN_ENABLE

public static final EntryType PLUGIN_INSTALL

public static final EntryType PLUGIN_UNINSTALL

public static final EntryType PLUGIN_UPDATE

public static final EntryType SYSTEM_STARTUP

public static final EntryType UNCLASSIFIED_EVENT

public static final EntryType UPM_STARTUP

Public Methods

public String getI18nName ()

Returns a i18n key for a displayable name.

Returns
  • a i18n key for a displayable name.

public static EntryType valueOf (String name)

public static EntryType valueOfI18n (String i18n)

Returns the EntryType associated with the given i18n key

Parameters
i18n the i18n key
Returns
  • the EntryType associated with the given i18n key

public static final EntryType[] values ()

Give us feedback

Was this documentation helpful?