TestHttpClientBase.GetResultGroupsByReleaseAsync Method

Definition

Overloads

GetResultGroupsByReleaseAsync(Guid, Int32, String, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)

[Preview API]

C#
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease> GetResultGroupsByReleaseAsync (Guid project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);

Parameters

project
Guid

Project ID

releaseId
Int32
publishContext
String
releaseEnvId
Nullable<Int32>
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

Azure DevOps Services .NET SDK latest
Ürün Sürümler
Azure DevOps Services .NET SDK latest

GetResultGroupsByReleaseAsync(String, Int32, String, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)

[Preview API]

C#
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease> GetResultGroupsByReleaseAsync (string project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);

Parameters

project
String

Project ID or project name

releaseId
Int32
publishContext
String
releaseEnvId
Nullable<Int32>
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

Azure DevOps Services .NET SDK latest
Ürün Sürümler
Azure DevOps Services .NET SDK latest

GetResultGroupsByReleaseAsync(Guid, Int32, String, Nullable<Int32>, IEnumerable<String>, String, Object, CancellationToken)

[Preview API]

C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>> GetResultGroupsByReleaseAsync (Guid project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);

Parameters

project
Guid

Project ID

releaseId
Int32
publishContext
String
releaseEnvId
Nullable<Int32>
continuationToken
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

Azure DevOps Services .NET SDK preview
Ürün Sürümler
Azure DevOps Services .NET SDK preview

GetResultGroupsByReleaseAsync(String, Int32, String, Nullable<Int32>, IEnumerable<String>, String, Object, CancellationToken)

[Preview API]

C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>> GetResultGroupsByReleaseAsync (string project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);

Parameters

project
String

Project ID or project name

releaseId
Int32
publishContext
String
releaseEnvId
Nullable<Int32>
continuationToken
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

Azure DevOps Services .NET SDK preview
Ürün Sürümler
Azure DevOps Services .NET SDK preview