public static enum JobEvent.CompileStrategy extends Enum<JobEvent.CompileStrategy>
Enum Constant and Description |
---|
FULL |
INCREMENTAL |
SKIPPED |
Modifier and Type | Method and Description |
---|---|
String |
getJsonName()
The string to use for serialization.
|
static JobEvent.CompileStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEvent.CompileStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobEvent.CompileStrategy FULL
public static final JobEvent.CompileStrategy INCREMENTAL
public static final JobEvent.CompileStrategy SKIPPED
public static JobEvent.CompileStrategy[] values()
for (JobEvent.CompileStrategy c : JobEvent.CompileStrategy.values()) System.out.println(c);
public static JobEvent.CompileStrategy 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 String getJsonName()
Copyright © 2018. All rights reserved.