public enum HardenControlFlow

  1. Object
  2. Enum<HardenControlFlow>
  3. 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

DEFAULTSay 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

DEFAULT
Say nothing, and let the build server apply its own default.

OFF

OFF

ON

ON

Method details

values

public static HardenControlFlow[] values()

valueOf

public static HardenControlFlow valueOf(String name)