public static class BuildRuleEvent.Finished extends BuildRuleEvent.EndingBuildRuleEvent
BuildRuleEvent.BeginningBuildRuleEvent, BuildRuleEvent.EndingBuildRuleEvent, BuildRuleEvent.Finished, BuildRuleEvent.FinishedRuleKeyCalc, BuildRuleEvent.Resumed, BuildRuleEvent.Started, BuildRuleEvent.StartedRuleKeyCalc, BuildRuleEvent.Suspended, BuildRuleEvent.WillBuildLocally
duration
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 |
---|---|
Optional<Pair<Long,Long>> |
getBuildTimestamps() |
CacheResult |
getCacheResult() |
Optional<BuildRuleDiagnosticData> |
getDiagnosticData() |
Optional<Pair<Long,Long>> |
getInputRuleKeyCacheCheckTimestamps() |
Optional<ManifestFetchResult> |
getManifestFetchResult() |
Optional<Pair<Long,Long>> |
getManifestRuleKeyCacheCheckTimestamps() |
Optional<ManifestStoreResult> |
getManifestStoreResult() |
Optional<BuildId> |
getOrigin() |
Optional<com.google.common.hash.HashCode> |
getOutputHash() |
Optional<Long> |
getOutputSize() |
String |
getResultString() |
Optional<Pair<Long,Long>> |
getRuleKeyCacheCheckTimestamps() |
BuildRuleKeys |
getRuleKeys() |
BuildRuleStatus |
getStatus() |
Optional<String> |
getStrategyResult() |
Optional<BuildRuleSuccessType> |
getSuccessType() |
Optional<String> |
getSuccessTypeName() |
UploadToCacheResultType |
getUploadToCacheResultType() |
boolean |
isBuildRuleNoOp() |
String |
toString() |
configure, getBeginningEvent, isRuleRunningAfterThisEvent
finished, getBuildRule, getDuration, getEventName, getValueString, resumed, ruleKeyCalculationFinished, ruleKeyCalculationScope, ruleKeyCalculationStarted, started, suspended, willBuildLocally
equals, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, getTimestampMillis, hashCode, isConfigured, isRelatedTo, toLogMessage
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessage
getTimestampMillis, storeLastInstanceAndReplayForNewClients
public BuildRuleStatus getStatus()
public CacheResult getCacheResult()
public Optional<BuildRuleSuccessType> getSuccessType()
public UploadToCacheResultType getUploadToCacheResultType()
public BuildRuleKeys getRuleKeys()
public Optional<com.google.common.hash.HashCode> getOutputHash()
public Optional<BuildRuleDiagnosticData> getDiagnosticData()
public Optional<ManifestFetchResult> getManifestFetchResult()
public Optional<ManifestStoreResult> getManifestStoreResult()
public Optional<Pair<Long,Long>> getInputRuleKeyCacheCheckTimestamps()
public Optional<Pair<Long,Long>> getManifestRuleKeyCacheCheckTimestamps()
public boolean isBuildRuleNoOp()
public String toString()
toString
in class AbstractBuckEvent
public String getResultString()