IQueuedBuild.Retry Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Retry() | Marks the build for retry without batching. If batching with other builds is desired see IBuildServer.RetryQueuedBuilds. | |
Retry(Guid) | Marks the build for retry and puts it in the specified batch. | |
Retry(Guid, QueuedBuildRetryOption) | Marks the build for retry and puts it in the specified batch with the specified retry option. |
Top