| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CIAppCIError |
CIAppCIError.domain(CIAppCIErrorDomain domain) |
CIAppCIError |
CIAppPipelineEventStep.getError()
Contains information of the CI error.
|
CIAppCIError |
CIAppPipelineEventStage.getError()
Contains information of the CI error.
|
CIAppCIError |
CIAppPipelineEventJob.getError()
Contains information of the CI error.
|
CIAppCIError |
CIAppPipelineEventPipeline.getError()
Contains information of the CI error.
|
CIAppCIError |
CIAppCIError.message(String message) |
CIAppCIError |
CIAppCIError.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CIAppCIError |
CIAppCIError.stack(String stack) |
CIAppCIError |
CIAppCIError.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> |
CIAppPipelineEventStep.getError_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> |
CIAppPipelineEventStage.getError_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> |
CIAppPipelineEventJob.getError_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> |
CIAppPipelineEventPipeline.getError_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
CIAppPipelineEventStep |
CIAppPipelineEventStep.error(CIAppCIError error) |
CIAppPipelineEventStage |
CIAppPipelineEventStage.error(CIAppCIError error) |
CIAppPipelineEventJob |
CIAppPipelineEventJob.error(CIAppCIError error) |
CIAppPipelineEventPipeline |
CIAppPipelineEventPipeline.error(CIAppCIError error) |
void |
CIAppPipelineEventStep.setError(CIAppCIError error) |
void |
CIAppPipelineEventStage.setError(CIAppCIError error) |
void |
CIAppPipelineEventJob.setError(CIAppCIError error) |
void |
CIAppPipelineEventPipeline.setError(CIAppCIError error) |
| Modifier and Type | Method and Description |
|---|---|
void |
CIAppPipelineEventStep.setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> error) |
void |
CIAppPipelineEventStage.setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> error) |
void |
CIAppPipelineEventJob.setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> error) |
void |
CIAppPipelineEventPipeline.setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CIAppCIError> error) |
Copyright © 2024. All rights reserved.