NewmanSettingsExtensions.

SetIterationCount(NewmanSettings, int) Method

Summary

Sets the iteration count.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

public static NewmanSettings SetIterationCount(this NewmanSettings settings, int iterationCount)

Parameters

Name Type Description
settings NewmanSettings The settings.
iterationCount int Iteration count

Return Value

Type Description
NewmanSettings The updated settings.