public enum StandardConfluenceJob extends Enum<StandardConfluenceJob> implements QuartzJob
Enum Constant and Description |
---|
DAILY_REPORT |
FLUSH_INDEX_QUEUE |
FLUSH_MAIL_QUEUE |
FLUSH_REFERRAL_QUEUE |
POLL_MAIL
The job that fetches mail from the server for email archiving in a space.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
String |
getName() |
static StandardConfluenceJob |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardConfluenceJob[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardConfluenceJob FLUSH_MAIL_QUEUE
public static final StandardConfluenceJob POLL_MAIL
public static final StandardConfluenceJob FLUSH_INDEX_QUEUE
public static final StandardConfluenceJob FLUSH_REFERRAL_QUEUE
public static final StandardConfluenceJob DAILY_REPORT
public static StandardConfluenceJob[] values()
for (StandardConfluenceJob c : StandardConfluenceJob.values()) System.out.println(c);
public static StandardConfluenceJob 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 © 2003–2015 Atlassian. All rights reserved.