public interface RuleKeyCalculationEvent extends LeafEvent, WorkAdvanceEvent
Modifier and Type | Interface and Description |
---|---|
static class |
RuleKeyCalculationEvent.DefaultFinished |
static class |
RuleKeyCalculationEvent.DefaultStarted |
static class |
RuleKeyCalculationEvent.Event |
static interface |
RuleKeyCalculationEvent.Finished |
static interface |
RuleKeyCalculationEvent.Started |
static class |
RuleKeyCalculationEvent.Type |
BUILD_FINISHED, BUILD_REPORT, BUILD_STARTED, BUILD_STATUS_EVENT, CACHE_RATE_STATS_UPDATE_EVENT, INDIVIDUAL_TEST_AWAITING_RESULTS, INSTALL_STARTED, PARSE_FINISHED, PARSE_STARTED, PROJECT_GENERATION_FINISHED, PROJECT_GENERATION_STARTED, TEST_RUN_STARTED
Modifier and Type | Method and Description |
---|---|
default String |
getCategory() |
BuildTarget |
getTarget() |
RuleKeyCalculationEvent.Type |
getType() |
static Scope |
scope(BuckEventBus buckEventBus,
RuleKeyCalculationEvent.Type type,
BuildTarget target) |
configure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessage
getEventName, getTimestampMillis, storeLastInstanceAndReplayForNewClients
RuleKeyCalculationEvent.Type getType()
BuildTarget getTarget()
default String getCategory()
getCategory
in interface LeafEvent
static Scope scope(BuckEventBus buckEventBus, RuleKeyCalculationEvent.Type type, BuildTarget target)