public static class ActionGraphEvent.Cache extends ActionGraphEvent implements BuckEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionGraphEvent.Cache.Hit |
static class |
ActionGraphEvent.Cache.Miss |
static class |
ActionGraphEvent.Cache.MissWithEmptyCache |
static class |
ActionGraphEvent.Cache.MissWithTargetGraphDifference |
static class |
ActionGraphEvent.Cache.MissWithTargetGraphHashMatch |
ActionGraphEvent.Cache, ActionGraphEvent.Finished, ActionGraphEvent.IncrementalLoad, ActionGraphEvent.StartedBUILD_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 |
|---|---|
String |
getEventName() |
static ActionGraphEvent.Cache.Hit |
hit() |
static ActionGraphEvent.Cache.Miss |
miss(boolean cacheWasEmpty) |
static ActionGraphEvent.Cache.MissWithEmptyCache |
missWithEmptyCache() |
static ActionGraphEvent.Cache.MissWithTargetGraphDifference |
missWithTargetGraphDifference() |
finished, finished, getCategory, getValueString, startedconfigure, equals, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, getTimestampMillis, hashCode, isConfigured, isRelatedTo, toLogMessage, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfigure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessagegetTimestampMillis, storeLastInstanceAndReplayForNewClientspublic Cache(String eventName)
public static ActionGraphEvent.Cache.Hit hit()
public static ActionGraphEvent.Cache.Miss miss(boolean cacheWasEmpty)
public static ActionGraphEvent.Cache.MissWithEmptyCache missWithEmptyCache()
public static ActionGraphEvent.Cache.MissWithTargetGraphDifference missWithTargetGraphDifference()
public String getEventName()
getEventName in interface BuckEventExternalInterface