Class VcsIncubatingAttributes.VcsChangeStateIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.VcsIncubatingAttributes.VcsChangeStateIncubatingValues
Enclosing class:
VcsIncubatingAttributes

public static final class VcsIncubatingAttributes.VcsChangeStateIncubatingValues extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Closed means the merge request has been closed without merging.
    static final String
    Merged indicates that the change has been successfully integrated into the target codebase.
    static final String
    Open means the change is currently active and under review.
    static final String
    WIP (work-in-progress, draft) means the change is still in progress and not yet ready for a full review.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • OPEN

      public static final String OPEN
      Open means the change is currently active and under review. It hasn't been merged into the target branch yet, and it's still possible to make changes or add comments.
      See Also:
    • WIP

      public static final String WIP
      WIP (work-in-progress, draft) means the change is still in progress and not yet ready for a full review. It might still undergo significant changes.
      See Also:
    • CLOSED

      public static final String CLOSED
      Closed means the merge request has been closed without merging. This can happen for various reasons, such as the changes being deemed unnecessary, the issue being resolved in another way, or the author deciding to withdraw the request.
      See Also:
    • MERGED

      public static final String MERGED
      Merged indicates that the change has been successfully integrated into the target codebase.
      See Also: