Class VcsIncubatingAttributes.VcsChangeStateIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.VcsIncubatingAttributes.VcsChangeStateIncubatingValues
- Enclosing class:
- VcsIncubatingAttributes
Values for
VcsIncubatingAttributes.VCS_CHANGE_STATE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringClosed means the merge request has been closed without merging.static final StringMerged indicates that the change has been successfully integrated into the target codebase.static final StringOpen means the change is currently active and under review.static final StringWIP (work-in-progress, draft) means the change is still in progress and not yet ready for a full review. -
Method Summary
-
Field Details
-
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
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
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
Merged indicates that the change has been successfully integrated into the target codebase.- See Also:
-