IBuildDefinition.ContinuousIntegrationQuietPeriod Property
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)
Syntax
'Declaration
Property ContinuousIntegrationQuietPeriod As Integer
int ContinuousIntegrationQuietPeriod { get; set; }
property int ContinuousIntegrationQuietPeriod {
int get ();
void set (int value);
}
abstract ContinuousIntegrationQuietPeriod : int with get, set
function get ContinuousIntegrationQuietPeriod () : int
function set ContinuousIntegrationQuietPeriod (value : int)
Property Value
Type: System.Int32
Returns an int that contains the offset in minutes.
Remarks
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.
.NET Framework Security
- 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.