Edit

Share via


VariableMultipliersAgentExecutionOptions Class

Definition

Represents options for running a phase based on values specified by a list of variables.

[System.Runtime.Serialization.DataContract]
public class VariableMultipliersAgentExecutionOptions : Microsoft.TeamFoundation.Build.WebApi.AgentTargetExecutionOptions, Microsoft.TeamFoundation.Build.WebApi.IVariableMultiplierExecutionOptions
type VariableMultipliersAgentExecutionOptions = class
    inherit AgentTargetExecutionOptions
    interface IVariableMultiplierExecutionOptions
Public Class VariableMultipliersAgentExecutionOptions
Inherits AgentTargetExecutionOptions
Implements IVariableMultiplierExecutionOptions
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
VariableMultipliersAgentExecutionOptions
Attributes
Implements

Constructors

VariableMultipliersAgentExecutionOptions()

Properties

ContinueOnError

Indicates whether failure on one agent should prevent the phase from running on other agents.

MaxConcurrency

The maximum number of agents to use in parallel.

Multipliers

The list of variables used to determine the matrix of phases to run.

Type

Indicates the type of execution options.

(Inherited from AgentTargetExecutionOptions)

Applies to