Class SpanAttributeStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
io.jenkins.plugins.opentelemetry.job.step.SpanAttributeStepExecution
- All Implemented Interfaces:
Serializable
public class SpanAttributeStepExecution
extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.Block, org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.TailCall
-
Constructor Summary
ConstructorsConstructorDescriptionSpanAttributeStepExecution
(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) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
SpanAttributeStepExecution
public SpanAttributeStepExecution(List<SpanAttribute> spanAttributes, boolean setOnChildren, org.jenkinsci.plugins.workflow.steps.StepContext context) -
SpanAttributeStepExecution
public SpanAttributeStepExecution(List<SpanAttribute> spanAttributes, boolean setOnChildren, org.jenkinsci.plugins.workflow.steps.StepContext context, boolean setAttributesOnlyOnParent)
-
-
Method Details