public enum DiagnosticType extends Enum<DiagnosticType>
| Enum Constant and Description |
|---|
all
do the sources test plus the jobs
|
daemonJobsOnly
daemon and loader jobs
|
db
just do the trivial plus the database check
|
sources
do the DB test plus check the sources
|
trivial
just do a trivial memory only test
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
appendDiagnostics(Set<DiagnosticTask> diagnosticsTasks)
append the diagnostics for this tasks
|
static DiagnosticType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticType |
valueOfIgnoreCase(String string,
boolean exceptionOnNotFound)
do a case-insensitive matching
|
static DiagnosticType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticType trivial
public static final DiagnosticType db
public static final DiagnosticType sources
public static final DiagnosticType daemonJobsOnly
public static final DiagnosticType all
public static DiagnosticType[] values()
for (DiagnosticType c : DiagnosticType.values()) System.out.println(c);
public static DiagnosticType 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 appendDiagnostics(Set<DiagnosticTask> diagnosticsTasks)
diagnosticsTasks - public static DiagnosticType valueOfIgnoreCase(String string, boolean exceptionOnNotFound)
string - exceptionOnNotFound - true to throw exception if method not foundGrouperRestInvalidRequest - if there is a problemCopyright © 2016 Internet2. All rights reserved.