public abstract class IsolatedBuildableBuilder extends Object
Modifier and Type | Method and Description |
---|---|
void |
build(com.google.common.hash.HashCode hash)
Deserializes the BuildableAndTarget corresponding to hash and builds it.
|
protected abstract Console |
createConsole() |
protected abstract BuckEventBus |
createEventBus(Console console) |
protected abstract Console createConsole()
protected abstract BuckEventBus createEventBus(Console console)
public void build(com.google.common.hash.HashCode hash) throws IOException, StepFailedException, InterruptedException