| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CIAppPipelineEventStageLevel |
CIAppPipelineEventStageLevel.STAGE |
| Modifier and Type | Method and Description |
|---|---|
static CIAppPipelineEventStageLevel |
CIAppPipelineEventStageLevel.fromValue(String value) |
CIAppPipelineEventStageLevel |
CIAppPipelineEventStage.getLevel()
Used to distinguish between pipelines, stages, jobs and steps.
|
| Modifier and Type | Method and Description |
|---|---|
CIAppPipelineEventStage |
CIAppPipelineEventStage.level(CIAppPipelineEventStageLevel level) |
void |
CIAppPipelineEventStageLevel.CIAppPipelineEventStageLevelSerializer.serialize(CIAppPipelineEventStageLevel value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CIAppPipelineEventStage.setLevel(CIAppPipelineEventStageLevel level) |
| Constructor and Description |
|---|
CIAppPipelineEventStage(OffsetDateTime end,
String id,
CIAppPipelineEventStageLevel level,
String name,
String pipelineName,
String pipelineUniqueId,
OffsetDateTime start,
CIAppPipelineEventStageStatus status) |
| Constructor and Description |
|---|
CIAppPipelineEventStageLevelSerializer(Class<CIAppPipelineEventStageLevel> t) |
Copyright © 2024. All rights reserved.