Share via


ITestPlanHelper2 Interface

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestPlanHelper2 : ITestPlanHelper
public interface class ITestPlanHelper2 : ITestPlanHelper
type ITestPlanHelper2 = 
    interface
        interface ITestPlanHelper
    end
Public Interface ITestPlanHelper2
    Inherits ITestPlanHelper

Methods

Name Description
System_CAPS_pubmethod BeginCloneOperation(Int32, ITestPlan, List<Int32>, String, CloneOptions)

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod Create()

Creates a new test plan.(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod CreateFromWorkItem(Int32)

System_CAPS_pubmethod FetchCloneInformation(Int32)

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod FetchPlanIdsWithCloneHistory()

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod Find(Int32)

Retrieves the specified test plan from the server.(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod Find2(Int32, Boolean)

System_CAPS_pubmethod GetCloneOperationInformation(Int32)

(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod Query(String)

Returns a list of test plans that match the provided work item query language (WIQL) query. (Inherited from ITestPlanHelper.)

System_CAPS_pubmethod Query(String, IDictionary)

Returns a list of test plans that match the provided query and properties.(Inherited from ITestPlanHelper.)

System_CAPS_pubmethod Query2(String, Boolean)

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top