Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/ReleaseInterfaces
DeploymentCompletedEvent
Interface DeploymentCompletedEvent
interface
DeploymentCompletedEvent
{
attemptId
?:
number
;
comment
?:
string
;
data
?:
{
[
key
:
string
]:
any
}
;
deployment
?:
Deployment
;
environment
?:
ReleaseEnvironment
;
id
?:
number
;
project
?:
ProjectReference
;
stageName
?:
string
;
url
?:
string
;
}
Hierarchy (
View Summary
)
DeploymentEvent
DeploymentCompletedEvent
Index
Properties
attempt
Id?
comment?
data?
deployment?
environment?
id?
project?
stage
Name?
url?
Properties
Optional
attempt
Id
attemptId
?:
number
Optional
comment
comment
?:
string
Optional
data
data
?:
{
[
key
:
string
]:
any
}
Optional
deployment
deployment
?:
Deployment
Optional
environment
environment
?:
ReleaseEnvironment
Optional
id
id
?:
number
Optional
project
project
?:
ProjectReference
Optional
stage
Name
stageName
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attempt
Id
comment
data
deployment
environment
id
project
stage
Name
url
azure-devops-node-api
Loading...