All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
abstract ArtifactCacheFactory |
getArtifactCacheFactory() |
BuckConfig |
getBuckConfig() |
abstract BuckEventBus |
getBuckEventBus() |
abstract BuildInfoStoreManager |
getBuildInfoStoreManager() |
abstract Cells |
getCells() |
abstract Clock |
getClock() |
abstract Console |
getConsole() |
abstract com.google.common.collect.ImmutableMap<ExecutorPool,com.google.common.util.concurrent.ListeningExecutorService> |
getExecutors() |
abstract Platform |
getPlatform() |
abstract ProjectFilesystemFactory |
getProjectFilesystemFactory() |
abstract RuleKeyConfiguration |
getRuleKeyConfiguration() |
static BuildExecutorArgs |
of(Console console,
BuckEventBus buckEventBus,
Platform platform,
Clock clock,
Cells cells,
Map<ExecutorPool,? extends com.google.common.util.concurrent.ListeningExecutorService> executors,
ProjectFilesystemFactory projectFilesystemFactory,
BuildInfoStoreManager buildInfoStoreManager,
ArtifactCacheFactory artifactCacheFactory,
RuleKeyConfiguration ruleKeyConfiguration) |