Edit

ITestResultsHttpClient Interface

Definition

public interface ITestResultsHttpClient
type ITestResultsHttpClient = interface
Public Interface ITestResultsHttpClient
Derived

Methods

AddTestResultsToTestRunAsync(TestCaseResult[], Guid, Int32, Object, CancellationToken)
AddTestResultsToTestRunAsync(TestCaseResult[], String, Int32, Object, CancellationToken)
CreateTestResultAttachmentAsync(TestAttachmentRequestModel, Guid, Int32, Int32, Object, CancellationToken)
CreateTestResultAttachmentAsync(TestAttachmentRequestModel, String, Int32, Int32, Object, CancellationToken)
CreateTestRunAsync(RunCreateModel, Guid, Object, CancellationToken)
CreateTestRunAsync(RunCreateModel, String, Object, CancellationToken)
CreateTestRunAttachmentAsync(TestAttachmentRequestModel, Guid, Int32, Object, CancellationToken)
CreateTestRunAttachmentAsync(TestAttachmentRequestModel, String, Int32, Object, CancellationToken)
CreateTestSubResultAttachmentAsync(TestAttachmentRequestModel, Guid, Int32, Int32, Int32, Object, CancellationToken)
CreateTestSubResultAttachmentAsync(TestAttachmentRequestModel, String, Int32, Int32, Int32, Object, CancellationToken)
GetTestResultAttachmentContentAsync(Guid, Int32, Int32, Int32, Object, CancellationToken)
GetTestResultAttachmentContentAsync(String, Int32, Int32, Int32, Object, CancellationToken)
GetTestResultAttachmentsAsync(Guid, Int32, Int32, Object, CancellationToken)
GetTestResultAttachmentsAsync(String, Int32, Int32, Object, CancellationToken)
GetTestResultsAsync(Guid, Int32, Nullable<ResultDetails>, Nullable<Int32>, Nullable<Int32>, IEnumerable<TestOutcome>, Object, CancellationToken)
GetTestResultsAsync(String, Int32, Nullable<ResultDetails>, Nullable<Int32>, Nullable<Int32>, IEnumerable<TestOutcome>, Object, CancellationToken)
GetTestRunAttachmentsAsync(Guid, Int32, Object, CancellationToken)
GetTestRunAttachmentsAsync(String, Int32, Object, CancellationToken)
GetTestRunByIdAsync(Guid, Int32, Nullable<Boolean>, Object, CancellationToken)
GetTestRunByIdAsync(String, Int32, Nullable<Boolean>, Object, CancellationToken)
GetTestSettingsByIdAsync(Guid, Int32, Object, CancellationToken)
GetTestSettingsByIdAsync(String, Int32, Object, CancellationToken)
QueryResultTrendForBuildAsync(TestResultTrendFilter, Guid, Object, CancellationToken)
QueryResultTrendForReleaseAsync(TestResultTrendFilter, Guid, Object, CancellationToken)
QueryTestRunsAsync2(Guid, DateTime, DateTime, Nullable<TestRunState>, IEnumerable<Int32>, Nullable<Boolean>, Nullable<TestRunPublishContext>, IEnumerable<Int32>, IEnumerable<Int32>, String, IEnumerable<Int32>, IEnumerable<Int32>, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<Int32>, String, Object, CancellationToken)
QueryTestRunsAsync2(String, DateTime, DateTime, Nullable<TestRunState>, IEnumerable<Int32>, Nullable<Boolean>, Nullable<TestRunPublishContext>, IEnumerable<Int32>, IEnumerable<Int32>, String, IEnumerable<Int32>, IEnumerable<Int32>, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<Int32>, String, Object, CancellationToken)
UpdateTestResultsAsync(TestCaseResult[], Guid, Int32, Object, CancellationToken)
UpdateTestResultsAsync(TestCaseResult[], String, Int32, Object, CancellationToken)
UpdateTestRunAsync(RunUpdateModel, Guid, Int32, Object, CancellationToken)
UpdateTestRunAsync(RunUpdateModel, String, Int32, Object, CancellationToken)

Applies to