IBuildServer.CancelBuilds Method
Include Protected Members
Include Inherited Members
Cancel builds.
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 | |
---|---|---|
CancelBuilds(array<Int32[]) | Cancels queued builds with the provided IDs if they are currently in active or postponed states. | |
CancelBuilds(array<IQueuedBuild[]) | Cancels the provided queued builds if they are currently in the active or postponed states. |
Top