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