public enum HardenControlFlow
- Object
- Enum<HardenControlFlow>
- HardenControlFlow
ImplementsComparable<HardenControlFlow>
Accepted values of the harden.controlFlow build hint.
Each constant’s @HintValue carries the string the build actually receives,
which is not always the constant’s own name.
Enum constants
DEFAULT | Say nothing, and let the build server apply its own default. |
OFF | |
ON |
Methods
public static HardenControlFlow[] values() | |
public static HardenControlFlow valueOf(String name) |
Inherited methods
Enum constant details
DEFAULT
DEFAULTSay nothing, and let the build server apply its own default.
OFF
OFFON
ONMethod details
values
public static HardenControlFlow[] values()valueOf
public static HardenControlFlow valueOf(String name)