Class CicdIncubatingAttributes.CicdPipelineRunStateIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes.CicdPipelineRunStateIncubatingValues
Enclosing class:
CicdIncubatingAttributes

public static final class CicdIncubatingAttributes.CicdPipelineRunStateIncubatingValues extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The executing state spans the execution of any run tasks (eg. build, test).
    static final String
    The finalizing state spans from when the run has finished executing (eg. cleanup of run resources).
    static final String
    The run pending state spans from the event triggering the pipeline run until the execution of the run starts (eg. time spent in a queue, provisioning agents, creating run resources).
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PENDING

      public static final String PENDING
      The run pending state spans from the event triggering the pipeline run until the execution of the run starts (eg. time spent in a queue, provisioning agents, creating run resources).
      See Also:
    • EXECUTING

      public static final String EXECUTING
      The executing state spans the execution of any run tasks (eg. build, test).
      See Also:
    • FINALIZING

      public static final String FINALIZING
      The finalizing state spans from when the run has finished executing (eg. cleanup of run resources).
      See Also: