BuildHttpClientBase.GetChangesBetweenBuildsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetChangesBetweenBuildsAsync(Guid, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken) |
[Preview API] Gets the changes made to the repository between two given builds. |
| GetChangesBetweenBuildsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken) |
[Preview API] Gets the changes made to the repository between two given builds. |
GetChangesBetweenBuildsAsync(Guid, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
[Preview API] Gets the changes made to the repository between two given builds.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Change>> GetChangesBetweenBuildsAsync(Guid project, Nullable<int> fromBuildId = null, Nullable<int> toBuildId = null, Nullable<int> top = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetChangesBetweenBuildsAsync : Guid * Nullable<int> * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Change>>
override this.GetChangesBetweenBuildsAsync : Guid * Nullable<int> * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Change>>
Parameters
- project
- Guid
Project ID
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetChangesBetweenBuildsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
[Preview API] Gets the changes made to the repository between two given builds.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Change>> GetChangesBetweenBuildsAsync(string project, Nullable<int> fromBuildId = null, Nullable<int> toBuildId = null, Nullable<int> top = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetChangesBetweenBuildsAsync : string * Nullable<int> * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Change>>
override this.GetChangesBetweenBuildsAsync : string * Nullable<int> * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Change>>
Parameters
- project
- String
Project ID or project name
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.