Class WithNewSpanStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.opentelemetry.job.step.WithNewSpanStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class WithNewSpanStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
    • getAttributes

      public List<SpanAttribute> getAttributes()
    • isSetAttributesOnlyOnParent

      public boolean isSetAttributesOnlyOnParent()
    • getDescriptor

      public WithNewSpanStep.DescriptorImpl getDescriptor()
      Specified by:
      getDescriptor in interface Describable<org.jenkinsci.plugins.workflow.steps.Step>
      Overrides:
      getDescriptor in class org.jenkinsci.plugins.workflow.steps.Step
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception