This documentation is archived and is not being maintained.
IBuildDefinition::ContinuousIntegrationQuietPeriod Property
Visual Studio 2013
Gets or sets the time (in minutes) of the quiet period that is associated with Batch type continuous integration builds.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
New builds are not queued for changesets that are checked in during the quiet period. Instead, a single build is queued for all changesets that were checked in during the quiet period. This value is used as an offset (in minutes) from the starting time of the last queued continuous integration build. For more information about continuous integration types, see ContinuousIntegrationType enumeration.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: