Edit

Share via


TestPlanHttpClientBase Class

Definition

[Microsoft.VisualStudio.Services.WebApi.ResourceArea("E4C27205-9D23-4C98-B958-D798BC3F9CD4")]
public abstract class TestPlanHttpClientBase : Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
type TestPlanHttpClientBase = class
    inherit VssHttpClientBase
Public MustInherit Class TestPlanHttpClientBase
Inherits VssHttpClientBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
TestPlanHttpClientBase
Derived
Attributes
Microsoft.VisualStudio.Services.WebApi.ResourceAreaAttribute

Constructors

TestPlanHttpClientBase(Uri, HttpMessageHandler, Boolean)
TestPlanHttpClientBase(Uri, VssCredentials)
TestPlanHttpClientBase(Uri, VssCredentials, DelegatingHandler[])
TestPlanHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings)
TestPlanHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])

Methods

CloneTestPlanAsync(CloneTestPlanParams, Guid, Object, CancellationToken)

[Preview API] Clone test plan

CloneTestPlanAsync(CloneTestPlanParams, String, Object, CancellationToken)

[Preview API] Clone test plan

CloneTestSuiteAsync(CloneTestSuiteParams, Guid, Object, CancellationToken)

[Preview API] Clone test suite

CloneTestSuiteAsync(CloneTestSuiteParams, String, Object, CancellationToken)

[Preview API] Clone test suite

CreateTestConfigurationAsync(TestConfigurationCreateUpdateParameters, Guid, Object, CancellationToken)

[Preview API] Create a test configuration.

CreateTestConfigurationAsync(TestConfigurationCreateUpdateParameters, String, Object, CancellationToken)

[Preview API] Create a test configuration.

CreateTestPlanAsync(TestPlanCreateParams, Guid, Object, CancellationToken)

[Preview API] Create a test plan.

CreateTestPlanAsync(TestPlanCreateParams, String, Object, CancellationToken)

[Preview API] Create a test plan.

CreateTestSuiteAsync(TestSuiteCreateParams, Guid, Int32, Object, CancellationToken)

[Preview API] Create test suite.

CreateTestSuiteAsync(TestSuiteCreateParams, String, Int32, Object, CancellationToken)

[Preview API] Create test suite.

CreateTestVariableAsync(TestVariableCreateUpdateParameters, Guid, Object, CancellationToken)

[Preview API] Create a test variable.

CreateTestVariableAsync(TestVariableCreateUpdateParameters, String, Object, CancellationToken)

[Preview API] Create a test variable.

DeleteTestCaseAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a test case.

DeleteTestCaseAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a test case.

DeleteTestConfgurationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a test configuration by its ID.

DeleteTestConfgurationAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a test configuration by its ID.

DeleteTestPlanAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a test plan.

DeleteTestPlanAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a test plan.

DeleteTestSuiteAsync(Guid, Int32, Int32, Object, CancellationToken)

[Preview API] Delete test suite.

DeleteTestSuiteAsync(String, Int32, Int32, Object, CancellationToken)

[Preview API] Delete test suite.

DeleteTestVariableAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a test variable by its ID.

DeleteTestVariableAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a test variable by its ID.

GetCloneInformationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get clone information.

GetCloneInformationAsync(String, Int32, Object, CancellationToken)

[Preview API] Get clone information.

GetSuiteCloneInformationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get clone information.

GetSuiteCloneInformationAsync(String, Int32, Object, CancellationToken)

[Preview API] Get clone information.

GetSuiteEntriesAsync(Guid, Int32, Nullable<SuiteEntryTypes>, Object, CancellationToken)

[Preview API] Get a list of test suite entries in the test suite.

GetSuiteEntriesAsync(String, Int32, Nullable<SuiteEntryTypes>, Object, CancellationToken)

[Preview API] Get a list of test suite entries in the test suite.

GetSuitesByTestCaseIdAsync(Int32, Object, CancellationToken)

[Preview API] Find the list of all test suites in which a given test case is present. This is helpful if you need to find out which test suites are using a test case, when you need to make changes to a test case.

GetTestConfigurationByIdAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get a test configuration

GetTestConfigurationByIdAsync(String, Int32, Object, CancellationToken)

[Preview API] Get a test configuration

GetTestConfigurationsAsync(Guid, String, Object, CancellationToken)

[Preview API] Get a list of test configurations.

GetTestConfigurationsAsync(String, String, Object, CancellationToken)

[Preview API] Get a list of test configurations.

GetTestPlanByIdAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get a test plan by Id.

GetTestPlanByIdAsync(String, Int32, Object, CancellationToken)

[Preview API] Get a test plan by Id.

GetTestPlansAsync(Guid, String, String, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a list of test plans

GetTestPlansAsync(String, String, String, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a list of test plans

GetTestSuiteByIdAsync(Guid, Int32, Int32, Nullable<SuiteExpand>, Object, CancellationToken)

[Preview API] Get test suite by suite id.

GetTestSuiteByIdAsync(String, Int32, Int32, Nullable<SuiteExpand>, Object, CancellationToken)

[Preview API] Get test suite by suite id.

GetTestSuitesForPlanAsync(Guid, Int32, Nullable<SuiteExpand>, String, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get test suites for plan.

GetTestSuitesForPlanAsync(String, Int32, Nullable<SuiteExpand>, String, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get test suites for plan.

GetTestVariableByIdAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get a test variable by its ID.

GetTestVariableByIdAsync(String, Int32, Object, CancellationToken)

[Preview API] Get a test variable by its ID.

GetTestVariablesAsync(Guid, String, Object, CancellationToken)

[Preview API] Get a list of test variables.

GetTestVariablesAsync(String, String, Object, CancellationToken)

[Preview API] Get a list of test variables.

ReorderSuiteEntriesAsync(IEnumerable<SuiteEntryUpdateParams>, Guid, Int32, Object, CancellationToken)

[Preview API] Reorder test suite entries in the test suite.

ReorderSuiteEntriesAsync(IEnumerable<SuiteEntryUpdateParams>, String, Int32, Object, CancellationToken)

[Preview API] Reorder test suite entries in the test suite.

UpdateTestConfigurationAsync(TestConfigurationCreateUpdateParameters, Guid, Int32, Object, CancellationToken)

[Preview API] Update a test configuration by its ID.

UpdateTestConfigurationAsync(TestConfigurationCreateUpdateParameters, String, Int32, Object, CancellationToken)

[Preview API] Update a test configuration by its ID.

UpdateTestPlanAsync(TestPlanUpdateParams, Guid, Int32, Object, CancellationToken)

[Preview API] Update a test plan.

UpdateTestPlanAsync(TestPlanUpdateParams, String, Int32, Object, CancellationToken)

[Preview API] Update a test plan.

UpdateTestSuiteAsync(TestSuiteUpdateParams, Guid, Int32, Int32, Object, CancellationToken)

[Preview API] Update test suite.

UpdateTestSuiteAsync(TestSuiteUpdateParams, String, Int32, Int32, Object, CancellationToken)

[Preview API] Update test suite.

UpdateTestVariableAsync(TestVariableCreateUpdateParameters, Guid, Int32, Object, CancellationToken)

[Preview API] Update a test variable by its ID.

UpdateTestVariableAsync(TestVariableCreateUpdateParameters, String, Int32, Object, CancellationToken)

[Preview API] Update a test variable by its ID.

Applies to