AgentPoolQueueTarget interface

Describes how a phase should run against an agent queue.

Extends

Properties

agentSpecification

Agent specification of the target.

allowScriptsAuthAccessOption

Enables scripts and other processes launched while executing phase to access the OAuth token

demands
executionOptions

The execution options.

queue

The queue.

Inherited Properties

type

The type of the target.

Property Details

agentSpecification

Agent specification of the target.

agentSpecification: AgentSpecification

Property Value

allowScriptsAuthAccessOption

Enables scripts and other processes launched while executing phase to access the OAuth token

allowScriptsAuthAccessOption: boolean

Property Value

boolean

demands

demands: Demand[]

Property Value

Demand[]

executionOptions

The execution options.

executionOptions: AgentTargetExecutionOptions

Property Value

queue

The queue.

queue: AgentPoolQueue

Property Value

Inherited Property Details

type

The type of the target.

type: number

Property Value

number

Inherited From PhaseTarget.type