| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CIAppHostInfo |
CIAppHostInfo.addLabelsItem(String labelsItem) |
CIAppHostInfo |
CIAppPipelineEventStep.getNode()
Contains information of the host running the pipeline, stage, job, or step.
|
CIAppHostInfo |
CIAppPipelineEventStage.getNode()
Contains information of the host running the pipeline, stage, job, or step.
|
CIAppHostInfo |
CIAppPipelineEventJob.getNode()
Contains information of the host running the pipeline, stage, job, or step.
|
CIAppHostInfo |
CIAppPipelineEventPipeline.getNode()
Contains information of the host running the pipeline, stage, job, or step.
|
CIAppHostInfo |
CIAppHostInfo.hostname(String hostname) |
CIAppHostInfo |
CIAppHostInfo.labels(List<String> labels) |
CIAppHostInfo |
CIAppHostInfo.name(String name) |
CIAppHostInfo |
CIAppHostInfo.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CIAppHostInfo |
CIAppHostInfo.workspace(String workspace) |
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> |
CIAppPipelineEventStep.getNode_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> |
CIAppPipelineEventStage.getNode_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> |
CIAppPipelineEventJob.getNode_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> |
CIAppPipelineEventPipeline.getNode_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
CIAppPipelineEventStep |
CIAppPipelineEventStep.node(CIAppHostInfo node) |
CIAppPipelineEventStage |
CIAppPipelineEventStage.node(CIAppHostInfo node) |
CIAppPipelineEventJob |
CIAppPipelineEventJob.node(CIAppHostInfo node) |
CIAppPipelineEventPipeline |
CIAppPipelineEventPipeline.node(CIAppHostInfo node) |
void |
CIAppPipelineEventStep.setNode(CIAppHostInfo node) |
void |
CIAppPipelineEventStage.setNode(CIAppHostInfo node) |
void |
CIAppPipelineEventJob.setNode(CIAppHostInfo node) |
void |
CIAppPipelineEventPipeline.setNode(CIAppHostInfo node) |
| Modifier and Type | Method and Description |
|---|---|
void |
CIAppPipelineEventStep.setNode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> node) |
void |
CIAppPipelineEventStage.setNode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> node) |
void |
CIAppPipelineEventJob.setNode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> node) |
void |
CIAppPipelineEventPipeline.setNode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppHostInfo> node) |
Copyright © 2024. All rights reserved.