Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.58 KB

DeploymentRep.md

File metadata and controls

28 lines (25 loc) · 1.58 KB

# DeploymentRep

Properties

Name Type Description Notes
id string The deployment ID
application_key string The application key
application_version string The application version
started_at int
ended_at int [optional]
duration_ms int The duration of the deployment in milliseconds [optional]
status string
kind string
active bool Whether the deployment is active
metadata array<string,mixed> The metadata associated with the deployment [optional]
archived bool Whether the deployment is archived
environment_key string The environment key
number_of_contributors int The number of contributors
number_of_pull_requests int The number of pull requests
lines_added int The number of lines added
lines_deleted int The number of lines deleted
lead_time int The total lead time from first commit to deployment end in milliseconds
pull_requests \LaunchDarklyApi\Model\PullRequestCollectionRep [optional]
flag_references \LaunchDarklyApi\Model\FlagReferenceCollectionRep [optional]
lead_time_stages \LaunchDarklyApi\Model\LeadTimeStagesRep [optional]

[Back to Model list] [Back to API list] [Back to README]