Types
BuildArtifactTransferStatus
Lifecycle state for a relayed runnable build artifact.
enum
BuildArtifactTransferStatusValues
QUEUED
The transfer record exists and is waiting for source work.
UPLOADING
The source agent is uploading package chunks.
READY
The verified package is cached and ready for the target agent.
DOWNLOADING
The target agent is downloading package ranges.
SUCCEEDED
The target agent completed deployment successfully.
FAILED
Packaging, transfer, validation, or deployment failed.
CANCELLED
The transfer was cancelled before completion.
EXPIRED
The transfer expired before completion.