public enum CommentNotificationType extends Enum<CommentNotificationType>
Enum Constant and Description |
---|
APPROACH |
BREACHED_HARD |
BREACHED_SOFT |
REACHED |
Modifier and Type | Method and Description |
---|---|
abstract String |
getBodyI18nKey() |
abstract String |
getHeaderI18nKey() |
abstract void |
log(CommentLimitContext event) |
static CommentNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommentNotificationType APPROACH
public static final CommentNotificationType BREACHED_HARD
public static final CommentNotificationType BREACHED_SOFT
public static final CommentNotificationType REACHED
public static CommentNotificationType[] values()
for (CommentNotificationType c : CommentNotificationType.values()) System.out.println(c);
public static CommentNotificationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract void log(CommentLimitContext event)
public abstract String getHeaderI18nKey()
public abstract String getBodyI18nKey()
Copyright © 2002-2023 Atlassian. All Rights Reserved.