TestHttpClientBase.GetTestResultDetailsForReleaseAsync 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
GetTestResultDetailsForReleaseAsync(Guid, Int32, Int32, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails> GetTestResultDetailsForReleaseAsync(Guid project, int releaseId, int releaseEnvId, string publishContext = null, string groupBy = null, string filter = null, string orderby = null, Nullable<bool> shouldIncludeResults = null, Nullable<bool> queryRunSummaryForInProgress = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetTestResultDetailsForReleaseAsync : Guid * int * int * string * string * string * string * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails>
Parameters
- project
- Guid
Project ID
- releaseId
- Int32
- releaseEnvId
- Int32
- publishContext
- String
- groupBy
- String
- filter
- String
- orderby
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetTestResultDetailsForReleaseAsync(String, Int32, Int32, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails> GetTestResultDetailsForReleaseAsync(string project, int releaseId, int releaseEnvId, string publishContext = null, string groupBy = null, string filter = null, string orderby = null, Nullable<bool> shouldIncludeResults = null, Nullable<bool> queryRunSummaryForInProgress = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
override this.GetTestResultDetailsForReleaseAsync : string * int * int * string * string * string * string * Nullable<bool> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails>
Parameters
- project
- String
Project ID or project name
- releaseId
- Int32
- releaseEnvId
- Int32
- publishContext
- String
- groupBy
- String
- filter
- String
- orderby
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.