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