AttachmentConfigManager.isAttachmentsEnabled() instead@Deprecated public static enum AttachmentPathManager.Mode extends Enum<AttachmentPathManager.Mode>
| Enum Constant and Description |
|---|
CUSTOM
Deprecated.
|
DEFAULT
Deprecated.
|
DISABLED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentPathManager.Mode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AttachmentPathManager.Mode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentPathManager.Mode DEFAULT
public static final AttachmentPathManager.Mode CUSTOM
public static final AttachmentPathManager.Mode DISABLED
public static AttachmentPathManager.Mode[] values()
for (AttachmentPathManager.Mode c : AttachmentPathManager.Mode.values()) System.out.println(c);
public static AttachmentPathManager.Mode 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 nullCopyright © 2002-2023 Atlassian. All Rights Reserved.