Uses of Class
io.jenkins.plugins.opentelemetry.api.logs.TestLogRecordData.Builder
Packages that use TestLogRecordData.Builder
-
Uses of TestLogRecordData.Builder in io.jenkins.plugins.opentelemetry.api.logs
Methods in io.jenkins.plugins.opentelemetry.api.logs that return TestLogRecordData.BuilderModifier and TypeMethodDescriptionstatic TestLogRecordData.Builder
TestLogRecordData.builder()
abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setAttributes
(io.opentelemetry.api.common.Attributes var1) abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setInstrumentationScopeInfo
(io.opentelemetry.sdk.common.InstrumentationScopeInfo var1) TestLogRecordData.Builder.setObservedTimestamp
(long timestamp, TimeUnit unit) TestLogRecordData.Builder.setObservedTimestamp
(Instant instant) abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setResource
(io.opentelemetry.sdk.resources.Resource var1) abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setSeverity
(io.opentelemetry.api.logs.Severity var1) abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setSeverityText
(String var1) abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setSpanContext
(io.opentelemetry.api.trace.SpanContext var1) TestLogRecordData.Builder.setTimestamp
(long timestamp, TimeUnit unit) TestLogRecordData.Builder.setTimestamp
(Instant instant) abstract TestLogRecordData.Builder
TestLogRecordData.Builder.setTotalAttributeCount
(int var1)