| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CIAppPipelineEventStepStatus |
CIAppPipelineEventStepStatus.ERROR |
static CIAppPipelineEventStepStatus |
CIAppPipelineEventStepStatus.SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static CIAppPipelineEventStepStatus |
CIAppPipelineEventStepStatus.fromValue(String value) |
CIAppPipelineEventStepStatus |
CIAppPipelineEventStep.getStatus()
The final status of the step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CIAppPipelineEventStepStatus.CIAppPipelineEventStepStatusSerializer.serialize(CIAppPipelineEventStepStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CIAppPipelineEventStep.setStatus(CIAppPipelineEventStepStatus status) |
CIAppPipelineEventStep |
CIAppPipelineEventStep.status(CIAppPipelineEventStepStatus status) |
| Constructor and Description |
|---|
CIAppPipelineEventStep(OffsetDateTime end,
String id,
CIAppPipelineEventStepLevel level,
String name,
String pipelineName,
String pipelineUniqueId,
OffsetDateTime start,
CIAppPipelineEventStepStatus status) |
| Constructor and Description |
|---|
CIAppPipelineEventStepStatusSerializer(Class<CIAppPipelineEventStepStatus> t) |
Copyright © 2024. All rights reserved.