AgentPoolQueueTarget interface

描述如何针对代理队列运行阶段。

扩展

属性

agentSpecification

目标的代理规范。

allowScriptsAuthAccessOption

启用在执行阶段时启动的脚本和其他进程以访问 OAuth 令牌

demands
executionOptions

执行选项。

queue

队列。

继承属性

type

目标的类型。

属性详细信息

agentSpecification

目标的代理规范。

agentSpecification: AgentSpecification

属性值

allowScriptsAuthAccessOption

启用在执行阶段时启动的脚本和其他进程以访问 OAuth 令牌

allowScriptsAuthAccessOption: boolean

属性值

boolean

demands

demands: Demand[]

属性值

Demand[]

executionOptions

执行选项。

executionOptions: AgentTargetExecutionOptions

属性值

queue

队列。

queue: AgentPoolQueue

属性值

继承属性详细信息

type

目标的类型。

type: number

属性值

number

继承自PhaseTarget.type