public enum SchedulerRunDetailsPurgeMode extends Enum<SchedulerRunDetailsPurgeMode>
Enum Constant and Description |
---|
ALL |
UNSUCCESSFUL |
Modifier and Type | Method and Description |
---|---|
long |
getTimeToLiveThreshold() |
static SchedulerRunDetailsPurgeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerRunDetailsPurgeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulerRunDetailsPurgeMode ALL
public static final SchedulerRunDetailsPurgeMode UNSUCCESSFUL
public static SchedulerRunDetailsPurgeMode[] values()
for (SchedulerRunDetailsPurgeMode c : SchedulerRunDetailsPurgeMode.values()) System.out.println(c);
public static SchedulerRunDetailsPurgeMode 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 long getTimeToLiveThreshold()
Copyright © 2003–2018 Atlassian. All rights reserved.