Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/PipelinesInterfaces
Run
Interface Run
interface
Run
{
_links
?:
any
;
createdDate
?:
Date
;
finalYaml
?:
string
;
finishedDate
?:
Date
;
id
?:
number
;
name
?:
string
;
pipeline
?:
PipelineReference
;
resources
?:
RunResources
;
result
?:
RunResult
;
state
?:
RunState
;
templateParameters
?:
{
[
key
:
string
]:
any
}
;
url
?:
string
;
variables
?:
{
[
key
:
string
]:
Variable
}
;
}
Hierarchy (
View Summary
)
RunReference
Run
Index
Properties
_links?
created
Date?
final
Yaml?
finished
Date?
id?
name?
pipeline?
resources?
result?
state?
template
Parameters?
url?
variables?
Properties
Optional
_links
_links
?:
any
Optional
created
Date
createdDate
?:
Date
Optional
final
Yaml
finalYaml
?:
string
Optional
finished
Date
finishedDate
?:
Date
Optional
id
id
?:
number
Optional
name
name
?:
string
Optional
pipeline
pipeline
?:
PipelineReference
Optional
resources
resources
?:
RunResources
Optional
result
result
?:
RunResult
Optional
state
state
?:
RunState
Optional
template
Parameters
templateParameters
?:
{
[
key
:
string
]:
any
}
Optional
url
url
?:
string
Optional
variables
variables
?:
{
[
key
:
string
]:
Variable
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_links
created
Date
final
Yaml
finished
Date
id
name
pipeline
resources
result
state
template
Parameters
url
variables
azure-devops-node-api
Loading...