AgentPoolQueueTarget interface

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

Extends

属性

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