This documentation is archived and is not being maintained.
IBuildServer.RetryQueuedBuilds Method (IQueuedBuild[], Guid, QueuedBuildRetryOption)
Visual Studio 2013
Retries the specified builds with the specific retry option and puts all specified builds into a batch together.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
function RetryQueuedBuilds(
queuedBuilds : IQueuedBuild[],
batchId : Guid,
retryOption : QueuedBuildRetryOption
) : IQueuedBuild[]
Parameters
- queuedBuilds
- Type: Microsoft.TeamFoundation.Build.Client.IQueuedBuild[]
The queued builds to be retried in a batch.
- batchId
- Type: System.Guid
The ID of the newly created batch.
- retryOption
- Type: Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption
Option to retry a completed or an in progress build
- 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: