OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return builder.startObject().field(Field.TIMESTAMP.getPreferredName()).value(dateTimeFormatter.formatJoda(timestamp)).field(Field.REASON.getPreferredName(),reason).endObject();return builder.startObject().field(Field.TIMESTAMP.getPreferredName()).value(dateTimeFormatter.format(timestamp)).field(Field.REASON.getPreferredName(),reason).endObject();dateTimeFormatter.formatJoda(timestamp)dateTimeFormatter.format(timestamp)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.actions.ActionStatus.Throttle
_1412
_2414
_1timestamp
_2timestamp
TCIVartimestamp
v0dateTimeFormatter
TCIVartimestamp
v0dateTimeFormatter
UsesTrue
builder.field(Field.TIMESTAMP.getPreferredName()).value(dateTimeFormatter.formatJoda(timestamp));builder.field(Field.TIMESTAMP.getPreferredName()).value(dateTimeFormatter.format(timestamp));dateTimeFormatter.formatJoda(timestamp)dateTimeFormatter.format(timestamp)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.actions.ActionStatus.Execution
_1303
_2305
_1timestamp
_2timestamp
TCIVartimestamp
v0dateTimeFormatter
TCIVartimestamp
v0dateTimeFormatter
UsesTrue
return builder.startObject().field(Field.TIMESTAMP.getPreferredName()).value(dateTimeFormatter.formatJoda(timestamp)).field(Field.ACK_STATUS_STATE.getPreferredName(),state.name().toLowerCase(Locale.ROOT)).endObject();return builder.startObject().field(Field.TIMESTAMP.getPreferredName()).value(dateTimeFormatter.format(timestamp)).field(Field.ACK_STATUS_STATE.getPreferredName(),state.name().toLowerCase(Locale.ROOT)).endObject();dateTimeFormatter.formatJoda(timestamp)dateTimeFormatter.format(timestamp)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.actions.ActionStatus.AckStatus
_1213
_2215
_1timestamp
_2timestamp
TCIVartimestamp
v0dateTimeFormatter
TCIVartimestamp
v0dateTimeFormatter
UsesTrue