Describes how a phase should run against an agent queue.

interface AgentPoolQueueTarget {
    agentSpecification?: AgentSpecification;
    allowScriptsAuthAccessOption?: boolean;
    demands?: Demand[];
    executionOptions?: AgentTargetExecutionOptions;
    queue?: AgentPoolQueue;
    type?: number;
}

Hierarchy (View Summary)

Properties

agentSpecification?: AgentSpecification

Agent specification of the target.

allowScriptsAuthAccessOption?: boolean

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

demands?: Demand[]
executionOptions?: AgentTargetExecutionOptions

The execution options.

The queue.

type?: number

The type of the target.