public interface BuildRuleExecutionEvent extends BuckEvent
Modifier and Type | Interface and Description |
---|---|
static class |
BuildRuleExecutionEvent.Event
Common event implementation
|
static class |
BuildRuleExecutionEvent.Finished
Finished event that implements BuildRuleExecutionEvent interface
|
static class |
BuildRuleExecutionEvent.Started
Started event that implements BuildRuleExecutionEvent interface
|
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 |
---|---|
BuildTarget |
getTarget() |
static Scope |
scope(BuckEventBus buckEventBus,
BuildRule buildRule)
Returns Scope with start/finish events of type BuildRuleExecutionEvent
|
configure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessage
getEventName, getTimestampMillis, storeLastInstanceAndReplayForNewClients
BuildTarget getTarget()
static Scope scope(BuckEventBus buckEventBus, BuildRule buildRule)