Class HybridLocalEvent.Stolen
- java.lang.Object
-
- com.facebook.buck.event.AbstractBuckEvent
-
- com.facebook.buck.rules.modern.builders.HybridLocalEvent
-
- com.facebook.buck.rules.modern.builders.HybridLocalEvent.Stolen
-
- All Implemented Interfaces:
BuckEvent
,BuckEventExternalInterface
- Enclosing class:
- HybridLocalEvent
public static class HybridLocalEvent.Stolen extends HybridLocalEvent
When the HybridLocalStrategy steals a delegate strategy and starts processing it locally.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.facebook.buck.rules.modern.builders.HybridLocalEvent
HybridLocalEvent.Stolen
-
-
Field Summary
-
Fields inherited from interface com.facebook.buck.event.external.events.BuckEventExternalInterface
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildTarget
getBuildTarget()
protected String
getValueString()
-
Methods inherited from class com.facebook.buck.rules.modern.builders.HybridLocalEvent
createStolen, getEventName
-
Methods inherited from class com.facebook.buck.event.AbstractBuckEvent
configure, equals, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, getTimestampMillis, hashCode, isConfigured, isRelatedTo, toLogMessage, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.facebook.buck.event.external.events.BuckEventExternalInterface
storeLastInstanceAndReplayForNewClients
-
-
-
-
Method Detail
-
getBuildTarget
public BuildTarget getBuildTarget()
-
getValueString
protected String getValueString()
- Specified by:
getValueString
in classAbstractBuckEvent
-
-