Class TestLogRecordData
java.lang.Object
io.jenkins.plugins.opentelemetry.api.logs.TestLogRecordData
- All Implemented Interfaces:
io.opentelemetry.sdk.logs.data.LogRecordData
@Immutable
public abstract class TestLogRecordData
extends Object
implements io.opentelemetry.sdk.logs.data.LogRecordData
Inspired by `io.opentelemetry.sdk.testing.logs.TestLogRecordData`.
AutoValue_TestLogRecordData
is manually recopied with the source code. See its javadoc.
-
Nested Class Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.opentelemetry.sdk.logs.data.LogRecordData
getAttributes, getBody, getBodyValue, getInstrumentationScopeInfo, getObservedTimestampEpochNanos, getResource, getSeverity, getSeverityText, getSpanContext, getTimestampEpochNanos, getTotalAttributeCount
-
Method Details
-
builder
-