public interface IBuildFlag
Modifier and Type | Interface and Description |
---|---|
static class |
IBuildFlag.Impl |
Modifier and Type | Field and Description |
---|---|
static IBuildFlag |
FORGET_BUILD_STATE_ONLY
Indicates that the builder should not actually build anything, but just discard its state.
|
static IBuildFlag |
RECOVERY_BUILD
Indicating a full build triggered when the builder state could not be loaded.
|
static final IBuildFlag RECOVERY_BUILD
static final IBuildFlag FORGET_BUILD_STATE_ONLY