public enum PruningMode extends Enum<PruningMode>
Enum Constant and Description |
---|
DEACTIVATE |
DELETE |
DISABLED |
Modifier and Type | Method and Description |
---|---|
static PruningMode |
fromLegacyConfig(boolean pruningEnabled,
boolean hardDeleteEnabled) |
static PruningMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PruningMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PruningMode DISABLED
public static final PruningMode DEACTIVATE
public static final PruningMode DELETE
public static PruningMode[] values()
for (PruningMode c : PruningMode.values()) System.out.println(c);
public static PruningMode 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 static PruningMode fromLegacyConfig(boolean pruningEnabled, boolean hardDeleteEnabled)
Copyright © 2021 Atlassian. All rights reserved.