ArtifactDeploymentStatusProperties interface
Properties of an artifact deployment.
Properties
artifacts |
The total count of the artifacts that were successfully applied. |
deployment |
The deployment status of the artifact. |
total |
The total count of the artifacts that were tentatively applied. |
Property Details
artifactsApplied
The total count of the artifacts that were successfully applied.
artifactsApplied?: number
Property Value
number
deploymentStatus
The deployment status of the artifact.
deploymentStatus?: string
Property Value
string
totalArtifacts
The total count of the artifacts that were tentatively applied.
totalArtifacts?: number
Property Value
number