Edit

Share via


VariableMultipliersServerExecutionOptions Class

Definition

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

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

Constructors

VariableMultipliersServerExecutionOptions()

Properties

ContinueOnError

Indicates whether failure of one job should prevent the phase from running in other jobs.

MaxConcurrency

The maximum number of server jobs to run in parallel.

Multipliers

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

Type

The type.

(Inherited from ServerTargetExecutionOptions)

Applies to