Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/TaskAgentInterfaces
TaskOrchestrationJob
Interface TaskOrchestrationJob
interface
TaskOrchestrationJob
{
demands
?:
Demand
[]
;
executeAs
?:
IdentityRef
;
executionMode
?:
string
;
executionTimeout
?:
any
;
instanceId
?:
string
;
itemType
?:
TaskOrchestrationItemType
;
name
?:
string
;
refName
?:
string
;
tasks
?:
TaskInstance
[]
;
variables
?:
{
[
key
:
string
]:
string
}
;
}
Hierarchy (
View Summary
)
TaskOrchestrationItem
TaskOrchestrationJob
Index
Properties
demands?
execute
As?
execution
Mode?
execution
Timeout?
instance
Id?
item
Type?
name?
ref
Name?
tasks?
variables?
Properties
Optional
demands
demands
?:
Demand
[]
Optional
execute
As
executeAs
?:
IdentityRef
Optional
execution
Mode
executionMode
?:
string
Optional
execution
Timeout
executionTimeout
?:
any
Optional
instance
Id
instanceId
?:
string
Optional
item
Type
itemType
?:
TaskOrchestrationItemType
Optional
name
name
?:
string
Optional
ref
Name
refName
?:
string
Optional
tasks
tasks
?:
TaskInstance
[]
Optional
variables
variables
?:
{
[
key
:
string
]:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
demands
execute
As
execution
Mode
execution
Timeout
instance
Id
item
Type
name
ref
Name
tasks
variables
azure-devops-node-api
Loading...