Versions in this module Expand all Collapse all v6 v6.0.1 Jan 26, 2022 v6.0.0 Dec 2, 2021 Changes in this version + var ResourceAreaId = uuid.Parse("7ae6d0a6-cda5-44cf-a261-28c392bed25c") + type Client interface + CreateAgentGroup func(context.Context, CreateAgentGroupArgs) (*testservice.AgentGroup, error) + CreateTestDefinition func(context.Context, CreateTestDefinitionArgs) (*testservice.TestDefinition, error) + CreateTestDrop func(context.Context, CreateTestDropArgs) (*testservice.TestDrop, error) + CreateTestRun func(context.Context, CreateTestRunArgs) (*testservice.TestRun, error) + DeleteStaticAgent func(context.Context, DeleteStaticAgentArgs) (*string, error) + GetAgentGroups func(context.Context, GetAgentGroupsArgs) (interface{}, error) + GetApplication func(context.Context, GetApplicationArgs) (*testservice.Application, error) + GetApplicationCounters func(context.Context, GetApplicationCountersArgs) (*[]testservice.ApplicationCounters, error) + GetApplications func(context.Context, GetApplicationsArgs) (*[]testservice.Application, error) + GetCounterSamples func(context.Context, GetCounterSamplesArgs) (*testservice.CounterSamplesResult, error) + GetCounters func(context.Context, GetCountersArgs) (*[]testservice.TestRunCounterInstance, error) + GetLoadTestResult func(context.Context, GetLoadTestResultArgs) (*testservice.TestResults, error) + GetLoadTestRunErrors func(context.Context, GetLoadTestRunErrorsArgs) (*testservice.LoadTestErrors, error) + GetPlugin func(context.Context, GetPluginArgs) (*testservice.ApplicationType, error) + GetPlugins func(context.Context, GetPluginsArgs) (*[]testservice.ApplicationType, error) + GetStaticAgents func(context.Context, GetStaticAgentsArgs) (interface{}, error) + GetTestDefinition func(context.Context, GetTestDefinitionArgs) (*testservice.TestDefinition, error) + GetTestDefinitions func(context.Context, GetTestDefinitionsArgs) (*[]testservice.TestDefinitionBasic, error) + GetTestDrop func(context.Context, GetTestDropArgs) (*testservice.TestDrop, error) + GetTestRun func(context.Context, GetTestRunArgs) (*testservice.TestRun, error) + GetTestRunMessages func(context.Context, GetTestRunMessagesArgs) (*[]testservice.TestRunMessage, error) + GetTestRuns func(context.Context, GetTestRunsArgs) (interface{}, error) + UpdateTestDefinition func(context.Context, UpdateTestDefinitionArgs) (*testservice.TestDefinition, error) + UpdateTestRun func(context.Context, UpdateTestRunArgs) error + func NewClient(ctx context.Context, connection *azuredevops.Connection) (Client, error) + type ClientImpl struct + Client azuredevops.Client + func (client *ClientImpl) CreateAgentGroup(ctx context.Context, args CreateAgentGroupArgs) (*testservice.AgentGroup, error) + func (client *ClientImpl) CreateTestDefinition(ctx context.Context, args CreateTestDefinitionArgs) (*testservice.TestDefinition, error) + func (client *ClientImpl) CreateTestDrop(ctx context.Context, args CreateTestDropArgs) (*testservice.TestDrop, error) + func (client *ClientImpl) CreateTestRun(ctx context.Context, args CreateTestRunArgs) (*testservice.TestRun, error) + func (client *ClientImpl) DeleteStaticAgent(ctx context.Context, args DeleteStaticAgentArgs) (*string, error) + func (client *ClientImpl) GetAgentGroups(ctx context.Context, args GetAgentGroupsArgs) (interface{}, error) + func (client *ClientImpl) GetApplication(ctx context.Context, args GetApplicationArgs) (*testservice.Application, error) + func (client *ClientImpl) GetApplicationCounters(ctx context.Context, args GetApplicationCountersArgs) (*[]testservice.ApplicationCounters, error) + func (client *ClientImpl) GetApplications(ctx context.Context, args GetApplicationsArgs) (*[]testservice.Application, error) + func (client *ClientImpl) GetCounterSamples(ctx context.Context, args GetCounterSamplesArgs) (*testservice.CounterSamplesResult, error) + func (client *ClientImpl) GetCounters(ctx context.Context, args GetCountersArgs) (*[]testservice.TestRunCounterInstance, error) + func (client *ClientImpl) GetLoadTestResult(ctx context.Context, args GetLoadTestResultArgs) (*testservice.TestResults, error) + func (client *ClientImpl) GetLoadTestRunErrors(ctx context.Context, args GetLoadTestRunErrorsArgs) (*testservice.LoadTestErrors, error) + func (client *ClientImpl) GetPlugin(ctx context.Context, args GetPluginArgs) (*testservice.ApplicationType, error) + func (client *ClientImpl) GetPlugins(ctx context.Context, args GetPluginsArgs) (*[]testservice.ApplicationType, error) + func (client *ClientImpl) GetStaticAgents(ctx context.Context, args GetStaticAgentsArgs) (interface{}, error) + func (client *ClientImpl) GetTestDefinition(ctx context.Context, args GetTestDefinitionArgs) (*testservice.TestDefinition, error) + func (client *ClientImpl) GetTestDefinitions(ctx context.Context, args GetTestDefinitionsArgs) (*[]testservice.TestDefinitionBasic, error) + func (client *ClientImpl) GetTestDrop(ctx context.Context, args GetTestDropArgs) (*testservice.TestDrop, error) + func (client *ClientImpl) GetTestRun(ctx context.Context, args GetTestRunArgs) (*testservice.TestRun, error) + func (client *ClientImpl) GetTestRunMessages(ctx context.Context, args GetTestRunMessagesArgs) (*[]testservice.TestRunMessage, error) + func (client *ClientImpl) GetTestRuns(ctx context.Context, args GetTestRunsArgs) (interface{}, error) + func (client *ClientImpl) UpdateTestDefinition(ctx context.Context, args UpdateTestDefinitionArgs) (*testservice.TestDefinition, error) + func (client *ClientImpl) UpdateTestRun(ctx context.Context, args UpdateTestRunArgs) error + type CreateAgentGroupArgs struct + Group *testservice.AgentGroup + type CreateTestDefinitionArgs struct + TestDefinition *testservice.TestDefinition + type CreateTestDropArgs struct + WebTestDrop *testservice.TestDrop + type CreateTestRunArgs struct + WebTestRun *testservice.TestRun + type DeleteStaticAgentArgs struct + AgentGroupId *string + AgentName *string + type GetAgentGroupsArgs struct + AgentGroupId *string + AgentGroupName *string + MachineAccessData *bool + MachineSetupInput *bool + OutgoingRequestUrls *bool + type GetApplicationArgs struct + ApplicationId *string + type GetApplicationCountersArgs struct + ApplicationId *string + Plugintype *string + type GetApplicationsArgs struct + Type *string + type GetCounterSamplesArgs struct + CounterSampleQueryDetails *azuredevops.VssJsonCollectionWrapper + TestRunId *string + type GetCountersArgs struct + GroupNames *string + IncludeSummary *bool + TestRunId *string + type GetLoadTestResultArgs struct + TestRunId *string + type GetLoadTestRunErrorsArgs struct + Detailed *bool + SubType *string + TestRunId *string + Type *string + type GetPluginArgs struct + Type *string + type GetPluginsArgs struct + type GetStaticAgentsArgs struct + AgentGroupId *string + AgentName *string + type GetTestDefinitionArgs struct + TestDefinitionId *string + type GetTestDefinitionsArgs struct + FromDate *string + ToDate *string + Top *int + type GetTestDropArgs struct + TestDropId *string + type GetTestRunArgs struct + TestRunId *string + type GetTestRunMessagesArgs struct + TestRunId *string + type GetTestRunsArgs struct + Detailed *bool + FromDate *string + Name *string + RequestedBy *string + RetentionState *string + RunType *string + Runsourceidentifier *string + Status *string + ToDate *string + Top *int + type UpdateTestDefinitionArgs struct + TestDefinition *testservice.TestDefinition + type UpdateTestRunArgs struct + TestRunId *string + WebTestRun *testservice.TestRun Other modules containing this package github.com/microsoft/azure-devops-go-api/azuredevops