public class SuperConsoleConfig extends Object
Constructor and Description |
---|
SuperConsoleConfig(BuckConfig delegate) |
Modifier and Type | Method and Description |
---|---|
long |
getBuildRuleMinimumDurationMillis() |
boolean |
getHideSucceededRulesInLogMode() |
int |
getNumberOfSlowRulesToShow() |
int |
getThreadLineLimit() |
int |
getThreadLineLimitOnError() |
int |
getThreadLineLimitOnWarning() |
OptionalInt |
getThreadLineOutputMaxColumns() |
boolean |
isEnabled(Ansi ansi,
Verbosity verbosity)
Whether the SuperConsole is enabled
|
boolean |
shouldAlwaysSortThreadsByTime() |
boolean |
shouldShowSlowRulesInConsole() |
public SuperConsoleConfig(BuckConfig delegate)
public int getThreadLineLimit()
public int getThreadLineLimitOnWarning()
public int getThreadLineLimitOnError()
public boolean shouldAlwaysSortThreadsByTime()
public long getBuildRuleMinimumDurationMillis()
public boolean getHideSucceededRulesInLogMode()
public int getNumberOfSlowRulesToShow()
public boolean shouldShowSlowRulesInConsole()
public OptionalInt getThreadLineOutputMaxColumns()