public abstract class AnnotationProcessingEvent extends AbstractBuckEvent implements WorkAdvanceEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationProcessingEvent.Finished |
static class |
AnnotationProcessingEvent.Operation |
static class |
AnnotationProcessingEvent.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 |
AnnotationProcessingEvent(EventKey eventKey,
BuildTarget buildTarget,
String annotationProcessorName,
AnnotationProcessingEvent.Operation operation,
int round,
boolean isLastRound) |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationProcessingEvent.Finished |
finished(AnnotationProcessingEvent.Started started) |
String |
getAnnotationProcessorName() |
BuildTarget |
getBuildTarget() |
String |
getCategory() |
AnnotationProcessingEvent.Operation |
getOperation() |
int |
getRound() |
protected String |
getValueString() |
boolean |
isLastRound() |
static AnnotationProcessingEvent.Started |
started(BuildTarget buildTarget,
String annotationProcessorName,
AnnotationProcessingEvent.Operation operation,
int round,
boolean isLastRound) |
configure, 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, toLogMessagegetEventName, getTimestampMillis, storeLastInstanceAndReplayForNewClientsprotected AnnotationProcessingEvent(EventKey eventKey, BuildTarget buildTarget, String annotationProcessorName, AnnotationProcessingEvent.Operation operation, int round, boolean isLastRound)
public BuildTarget getBuildTarget()
public String getAnnotationProcessorName()
public AnnotationProcessingEvent.Operation getOperation()
public int getRound()
public boolean isLastRound()
protected String getValueString()
getValueString in class AbstractBuckEventpublic String getCategory()
public static AnnotationProcessingEvent.Started started(BuildTarget buildTarget, String annotationProcessorName, AnnotationProcessingEvent.Operation operation, int round, boolean isLastRound)
public static AnnotationProcessingEvent.Finished finished(AnnotationProcessingEvent.Started started)