public abstract class BuildReportConfig extends Object implements ConfigView<BuckConfig>
ConfigView for BuildReport Configuration| Constructor and Description |
|---|
BuildReportConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract BuckConfig |
getDelegate() |
boolean |
getEnabled() |
long |
getEndpointTimeoutMs() |
Optional<URL> |
getEndpointUrl() |
boolean |
getRemoveOutput() |
static BuildReportConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate in interface ConfigView<BuckConfig>public static BuildReportConfig of(BuckConfig delegate)
@Value.Lazy public boolean getEnabled()
@Value.Lazy public Optional<URL> getEndpointUrl() throws HumanReadableException
HumanReadableException@Value.Lazy public long getEndpointTimeoutMs()
@Value.Lazy public boolean getRemoveOutput()