public class BuildInvoker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BuildInvoker |
Bazel |
static BuildInvoker |
Buck |
static BuildInvoker |
Maven |
| Constructor and Description |
|---|
BuildInvoker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsCleanupBetweenBuilds() |
int |
benchmarkWarmUps() |
boolean |
isDoesNotUseDaemon() |
boolean |
isReuseDaemon() |
int |
profileWarmUps() |
public static final BuildInvoker Bazel
public static final BuildInvoker Buck
public static final BuildInvoker Maven