GitHttpClientBase.GetPullRequestConflictsAsync 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
GetPullRequestConflictsAsync(String, String, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API] Retrieve all conflicts for a pull request
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(string project, string repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, Nullable<bool> excludeResolved = null, Nullable<bool> onlyResolved = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetPullRequestConflictsAsync : string * string * int * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- String
Project ID or project name
- repositoryId
- String
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetPullRequestConflictsAsync(Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API] Retrieve all conflicts for a pull request
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(Guid repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, Nullable<bool> excludeResolved = null, Nullable<bool> onlyResolved = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetPullRequestConflictsAsync : Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- repositoryId
- Guid
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetPullRequestConflictsAsync(String, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API] Retrieve all conflicts for a pull request
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(string repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, Nullable<bool> excludeResolved = null, Nullable<bool> onlyResolved = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetPullRequestConflictsAsync : string * int * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- repositoryId
- String
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetPullRequestConflictsAsync(Guid, Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API] Retrieve all conflicts for a pull request
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(Guid project, Guid repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, Nullable<bool> excludeResolved = null, Nullable<bool> onlyResolved = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetPullRequestConflictsAsync : Guid * Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- Guid
Project ID
- repositoryId
- Guid
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetPullRequestConflictsAsync(Guid, String, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API] Retrieve all conflicts for a pull request
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(Guid project, string repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, Nullable<bool> excludeResolved = null, Nullable<bool> onlyResolved = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetPullRequestConflictsAsync : Guid * string * int * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- Guid
Project ID
- repositoryId
- String
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetPullRequestConflictsAsync(String, Guid, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API] Retrieve all conflicts for a pull request
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>> GetPullRequestConflictsAsync(string project, Guid repositoryId, int pullRequestId, Nullable<int> skip = null, Nullable<int> top = null, Nullable<bool> includeObsolete = null, Nullable<bool> excludeResolved = null, Nullable<bool> onlyResolved = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetPullRequestConflictsAsync : string * Guid * int * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitConflict>>
Parameters
- project
- String
Project ID or project name
- repositoryId
- Guid
- pullRequestId
- Int32
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.