public abstract class ParseEvent extends AbstractBuckEvent implements LeafEvent, WorkAdvanceEvent
Modifier and Type | Class and Description |
---|---|
static class |
ParseEvent.Finished |
static class |
ParseEvent.Started |
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 | Constructor and Description |
---|---|
protected |
ParseEvent(EventKey eventKey,
com.google.common.collect.ImmutableSet<BuildTarget> buildTargets) |
Modifier and Type | Method and Description |
---|---|
static ParseEvent.Finished |
finished(ParseEvent.Started started,
long processedBytes,
Optional<TargetGraph> graph) |
com.google.common.collect.ImmutableSet<BuildTarget> |
getBuildTargets() |
String |
getCategory() |
String |
getValueString() |
static ParseEvent.Started |
started(com.google.common.collect.ImmutableSet<BuildTarget> buildTargets) |
configure, equals, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, getTimestampMillis, hashCode, isConfigured, isRelatedTo, toLogMessage, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
configure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessage
getEventName, getTimestampMillis, storeLastInstanceAndReplayForNewClients
protected ParseEvent(EventKey eventKey, com.google.common.collect.ImmutableSet<BuildTarget> buildTargets)
public com.google.common.collect.ImmutableSet<BuildTarget> getBuildTargets()
public String getCategory()
getCategory
in interface LeafEvent
public String getValueString()
getValueString
in class AbstractBuckEvent
public static ParseEvent.Started started(com.google.common.collect.ImmutableSet<BuildTarget> buildTargets)
public static ParseEvent.Finished finished(ParseEvent.Started started, long processedBytes, Optional<TargetGraph> graph)