Class CicdIncubatingAttributes.CicdPipelineTaskRunResultIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes.CicdPipelineTaskRunResultIncubatingValues
- Enclosing class:
- CicdIncubatingAttributes
public static final class CicdIncubatingAttributes.CicdPipelineTaskRunResultIncubatingValues
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe task run was cancelled, eg. by a user manually cancelling the task run.static final StringThe task run failed due to an error in the CICD system, eg. due to the worker being killed.static final StringThe task run did not finish successfully, eg. due to a compile error or a failing test.static final StringThe task run was skipped, eg. due to a precondition not being met.static final StringThe task run finished successfully.static final StringA timeout caused the task run to be interrupted. -
Method Summary
-
Field Details
-
SUCCESS
The task run finished successfully.- See Also:
-
FAILURE
The task run did not finish successfully, eg. due to a compile error or a failing test. Such failures are usually detected by non-zero exit codes of the tools executed in the task run.- See Also:
-
ERROR
The task run failed due to an error in the CICD system, eg. due to the worker being killed.- See Also:
-
TIMEOUT
A timeout caused the task run to be interrupted.- See Also:
-
CANCELLATION
The task run was cancelled, eg. by a user manually cancelling the task run.- See Also:
-
SKIP
The task run was skipped, eg. due to a precondition not being met.- See Also:
-