MultiConfigInput interface

Extends

Properties

multipliers

Multipliers for parallel execution of deployment, for example x86,x64.

Inherited Properties

continueOnError

Indicate whether continue execution of deployment on error or not.

maxNumberOfAgents

Maximum number of agents used while parallel execution.

parallelExecutionType

Parallel execution type, for example MultiConfiguration or MultiMachine.

Property Details

multipliers

Multipliers for parallel execution of deployment, for example x86,x64.

multipliers: string

Property Value

string

Inherited Property Details

continueOnError

Indicate whether continue execution of deployment on error or not.

continueOnError: boolean

Property Value

boolean

Inherited From ParallelExecutionInputBase.continueOnError

maxNumberOfAgents

Maximum number of agents used while parallel execution.

maxNumberOfAgents: number

Property Value

number

Inherited From ParallelExecutionInputBase.maxNumberOfAgents

parallelExecutionType

Parallel execution type, for example MultiConfiguration or MultiMachine.

parallelExecutionType: ParallelExecutionTypes

Property Value

Inherited From ParallelExecutionInputBase.parallelExecutionType