Uses of Class
io.jenkins.plugins.opentelemetry.job.step.SpanAttribute
Packages that use SpanAttribute
-
Uses of SpanAttribute in io.jenkins.plugins.opentelemetry.job.step
Methods in io.jenkins.plugins.opentelemetry.job.step that return types with arguments of type SpanAttributeMethod parameters in io.jenkins.plugins.opentelemetry.job.step with type arguments of type SpanAttributeModifier and TypeMethodDescriptionvoidWithNewSpanStep.setAttributes(List<SpanAttribute> attributes) Constructor parameters in io.jenkins.plugins.opentelemetry.job.step with type arguments of type SpanAttributeModifierConstructorDescriptionSetSpanAttributesStep(List<SpanAttribute> spanAttributes) SpanAttributeStepExecution(List<SpanAttribute> spanAttributes, boolean setOnChildren, org.jenkinsci.plugins.workflow.steps.StepContext context) SpanAttributeStepExecution(List<SpanAttribute> spanAttributes, boolean setOnChildren, org.jenkinsci.plugins.workflow.steps.StepContext context, boolean setAttributesOnlyOnParent) WithSpanAttributesStep(List<SpanAttribute> spanAttributes)