Documentation ¶
Overview ¶
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Package azdosdkmocks is a generated GoMock package.
Index ¶
- type MockAccountsClient
- type MockAccountsClientMockRecorder
- type MockBuildClient
- func (m *MockBuildClient) AddBuildTag(arg0 context.Context, arg1 build.AddBuildTagArgs) (*[]string, error)
- func (m *MockBuildClient) AddBuildTags(arg0 context.Context, arg1 build.AddBuildTagsArgs) (*[]string, error)
- func (m *MockBuildClient) AddDefinitionTag(arg0 context.Context, arg1 build.AddDefinitionTagArgs) (*[]string, error)
- func (m *MockBuildClient) AddDefinitionTags(arg0 context.Context, arg1 build.AddDefinitionTagsArgs) (*[]string, error)
- func (m *MockBuildClient) AuthorizeDefinitionResources(arg0 context.Context, arg1 build.AuthorizeDefinitionResourcesArgs) (*[]build.DefinitionResourceReference, error)
- func (m *MockBuildClient) AuthorizeProjectResources(arg0 context.Context, arg1 build.AuthorizeProjectResourcesArgs) (*[]build.DefinitionResourceReference, error)
- func (m *MockBuildClient) CreateArtifact(arg0 context.Context, arg1 build.CreateArtifactArgs) (*build.BuildArtifact, error)
- func (m *MockBuildClient) CreateDefinition(arg0 context.Context, arg1 build.CreateDefinitionArgs) (*build.BuildDefinition, error)
- func (m *MockBuildClient) CreateFolder(arg0 context.Context, arg1 build.CreateFolderArgs) (*build.Folder, error)
- func (m *MockBuildClient) DeleteBuild(arg0 context.Context, arg1 build.DeleteBuildArgs) error
- func (m *MockBuildClient) DeleteBuildTag(arg0 context.Context, arg1 build.DeleteBuildTagArgs) (*[]string, error)
- func (m *MockBuildClient) DeleteDefinition(arg0 context.Context, arg1 build.DeleteDefinitionArgs) error
- func (m *MockBuildClient) DeleteDefinitionTag(arg0 context.Context, arg1 build.DeleteDefinitionTagArgs) (*[]string, error)
- func (m *MockBuildClient) DeleteFolder(arg0 context.Context, arg1 build.DeleteFolderArgs) error
- func (m *MockBuildClient) DeleteTemplate(arg0 context.Context, arg1 build.DeleteTemplateArgs) error
- func (m *MockBuildClient) EXPECT() *MockBuildClientMockRecorder
- func (m *MockBuildClient) GetArtifact(arg0 context.Context, arg1 build.GetArtifactArgs) (*build.BuildArtifact, error)
- func (m *MockBuildClient) GetArtifactContentZip(arg0 context.Context, arg1 build.GetArtifactContentZipArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetArtifacts(arg0 context.Context, arg1 build.GetArtifactsArgs) (*[]build.BuildArtifact, error)
- func (m *MockBuildClient) GetAttachment(arg0 context.Context, arg1 build.GetAttachmentArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetAttachments(arg0 context.Context, arg1 build.GetAttachmentsArgs) (*[]build.Attachment, error)
- func (m *MockBuildClient) GetBuild(arg0 context.Context, arg1 build.GetBuildArgs) (*build.Build, error)
- func (m *MockBuildClient) GetBuildBadge(arg0 context.Context, arg1 build.GetBuildBadgeArgs) (*build.BuildBadge, error)
- func (m *MockBuildClient) GetBuildBadgeData(arg0 context.Context, arg1 build.GetBuildBadgeDataArgs) (*string, error)
- func (m *MockBuildClient) GetBuildChanges(arg0 context.Context, arg1 build.GetBuildChangesArgs) (*build.GetBuildChangesResponseValue, error)
- func (m *MockBuildClient) GetBuildController(arg0 context.Context, arg1 build.GetBuildControllerArgs) (*build.BuildController, error)
- func (m *MockBuildClient) GetBuildControllers(arg0 context.Context, arg1 build.GetBuildControllersArgs) (*[]build.BuildController, error)
- func (m *MockBuildClient) GetBuildLog(arg0 context.Context, arg1 build.GetBuildLogArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetBuildLogLines(arg0 context.Context, arg1 build.GetBuildLogLinesArgs) (*[]string, error)
- func (m *MockBuildClient) GetBuildLogZip(arg0 context.Context, arg1 build.GetBuildLogZipArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetBuildLogs(arg0 context.Context, arg1 build.GetBuildLogsArgs) (*[]build.BuildLog, error)
- func (m *MockBuildClient) GetBuildLogsZip(arg0 context.Context, arg1 build.GetBuildLogsZipArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetBuildOptionDefinitions(arg0 context.Context, arg1 build.GetBuildOptionDefinitionsArgs) (*[]build.BuildOptionDefinition, error)
- func (m *MockBuildClient) GetBuildProperties(arg0 context.Context, arg1 build.GetBuildPropertiesArgs) (interface{}, error)
- func (m *MockBuildClient) GetBuildReport(arg0 context.Context, arg1 build.GetBuildReportArgs) (*build.BuildReportMetadata, error)
- func (m *MockBuildClient) GetBuildReportHtmlContent(arg0 context.Context, arg1 build.GetBuildReportHtmlContentArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetBuildSettings(arg0 context.Context, arg1 build.GetBuildSettingsArgs) (*build.BuildSettings, error)
- func (m *MockBuildClient) GetBuildTags(arg0 context.Context, arg1 build.GetBuildTagsArgs) (*[]string, error)
- func (m *MockBuildClient) GetBuildTimeline(arg0 context.Context, arg1 build.GetBuildTimelineArgs) (*build.Timeline, error)
- func (m *MockBuildClient) GetBuildWorkItemsRefs(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsArgs) (*[]webapi.ResourceRef, error)
- func (m *MockBuildClient) GetBuildWorkItemsRefsFromCommits(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsFromCommitsArgs) (*[]webapi.ResourceRef, error)
- func (m *MockBuildClient) GetBuilds(arg0 context.Context, arg1 build.GetBuildsArgs) (*build.GetBuildsResponseValue, error)
- func (m *MockBuildClient) GetChangesBetweenBuilds(arg0 context.Context, arg1 build.GetChangesBetweenBuildsArgs) (*[]build.Change, error)
- func (m *MockBuildClient) GetDefinition(arg0 context.Context, arg1 build.GetDefinitionArgs) (*build.BuildDefinition, error)
- func (m *MockBuildClient) GetDefinitionMetrics(arg0 context.Context, arg1 build.GetDefinitionMetricsArgs) (*[]build.BuildMetric, error)
- func (m *MockBuildClient) GetDefinitionProperties(arg0 context.Context, arg1 build.GetDefinitionPropertiesArgs) (interface{}, error)
- func (m *MockBuildClient) GetDefinitionResources(arg0 context.Context, arg1 build.GetDefinitionResourcesArgs) (*[]build.DefinitionResourceReference, error)
- func (m *MockBuildClient) GetDefinitionRevisions(arg0 context.Context, arg1 build.GetDefinitionRevisionsArgs) (*[]build.BuildDefinitionRevision, error)
- func (m *MockBuildClient) GetDefinitionTags(arg0 context.Context, arg1 build.GetDefinitionTagsArgs) (*[]string, error)
- func (m *MockBuildClient) GetDefinitions(arg0 context.Context, arg1 build.GetDefinitionsArgs) (*build.GetDefinitionsResponseValue, error)
- func (m *MockBuildClient) GetFile(arg0 context.Context, arg1 build.GetFileArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetFileContents(arg0 context.Context, arg1 build.GetFileContentsArgs) (io.ReadCloser, error)
- func (m *MockBuildClient) GetFolders(arg0 context.Context, arg1 build.GetFoldersArgs) (*[]build.Folder, error)
- func (m *MockBuildClient) GetLatestBuild(arg0 context.Context, arg1 build.GetLatestBuildArgs) (*build.Build, error)
- func (m *MockBuildClient) GetPathContents(arg0 context.Context, arg1 build.GetPathContentsArgs) (*[]build.SourceRepositoryItem, error)
- func (m *MockBuildClient) GetProjectMetrics(arg0 context.Context, arg1 build.GetProjectMetricsArgs) (*[]build.BuildMetric, error)
- func (m *MockBuildClient) GetProjectResources(arg0 context.Context, arg1 build.GetProjectResourcesArgs) (*[]build.DefinitionResourceReference, error)
- func (m *MockBuildClient) GetPullRequest(arg0 context.Context, arg1 build.GetPullRequestArgs) (*build.PullRequest, error)
- func (m *MockBuildClient) GetResourceUsage(arg0 context.Context, arg1 build.GetResourceUsageArgs) (*build.BuildResourceUsage, error)
- func (m *MockBuildClient) GetStatusBadge(arg0 context.Context, arg1 build.GetStatusBadgeArgs) (*string, error)
- func (m *MockBuildClient) GetTags(arg0 context.Context, arg1 build.GetTagsArgs) (*[]string, error)
- func (m *MockBuildClient) GetTemplate(arg0 context.Context, arg1 build.GetTemplateArgs) (*build.BuildDefinitionTemplate, error)
- func (m *MockBuildClient) GetTemplates(arg0 context.Context, arg1 build.GetTemplatesArgs) (*[]build.BuildDefinitionTemplate, error)
- func (m *MockBuildClient) GetWorkItemsBetweenBuilds(arg0 context.Context, arg1 build.GetWorkItemsBetweenBuildsArgs) (*[]webapi.ResourceRef, error)
- func (m *MockBuildClient) ListBranches(arg0 context.Context, arg1 build.ListBranchesArgs) (*[]string, error)
- func (m *MockBuildClient) ListRepositories(arg0 context.Context, arg1 build.ListRepositoriesArgs) (*build.SourceRepositories, error)
- func (m *MockBuildClient) ListSourceProviders(arg0 context.Context, arg1 build.ListSourceProvidersArgs) (*[]build.SourceProviderAttributes, error)
- func (m *MockBuildClient) ListWebhooks(arg0 context.Context, arg1 build.ListWebhooksArgs) (*[]build.RepositoryWebhook, error)
- func (m *MockBuildClient) QueueBuild(arg0 context.Context, arg1 build.QueueBuildArgs) (*build.Build, error)
- func (m *MockBuildClient) RestoreDefinition(arg0 context.Context, arg1 build.RestoreDefinitionArgs) (*build.BuildDefinition, error)
- func (m *MockBuildClient) RestoreWebhooks(arg0 context.Context, arg1 build.RestoreWebhooksArgs) error
- func (m *MockBuildClient) SaveTemplate(arg0 context.Context, arg1 build.SaveTemplateArgs) (*build.BuildDefinitionTemplate, error)
- func (m *MockBuildClient) UpdateBuild(arg0 context.Context, arg1 build.UpdateBuildArgs) (*build.Build, error)
- func (m *MockBuildClient) UpdateBuildProperties(arg0 context.Context, arg1 build.UpdateBuildPropertiesArgs) (interface{}, error)
- func (m *MockBuildClient) UpdateBuildSettings(arg0 context.Context, arg1 build.UpdateBuildSettingsArgs) (*build.BuildSettings, error)
- func (m *MockBuildClient) UpdateBuilds(arg0 context.Context, arg1 build.UpdateBuildsArgs) (*[]build.Build, error)
- func (m *MockBuildClient) UpdateDefinition(arg0 context.Context, arg1 build.UpdateDefinitionArgs) (*build.BuildDefinition, error)
- func (m *MockBuildClient) UpdateDefinitionProperties(arg0 context.Context, arg1 build.UpdateDefinitionPropertiesArgs) (interface{}, error)
- func (m *MockBuildClient) UpdateFolder(arg0 context.Context, arg1 build.UpdateFolderArgs) (*build.Folder, error)
- type MockBuildClientMockRecorder
- func (mr *MockBuildClientMockRecorder) AddBuildTag(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddBuildTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddDefinitionTag(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddDefinitionTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AuthorizeDefinitionResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AuthorizeProjectResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) CreateArtifact(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) CreateDefinition(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) CreateFolder(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteBuild(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteBuildTag(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteDefinition(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteDefinitionTag(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteFolder(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetArtifact(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetArtifactContentZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetArtifacts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuild(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildBadge(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildBadgeData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildChanges(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildController(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildControllers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLog(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogLines(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogsZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildOptionDefinitions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildReport(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildReportHtmlContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildSettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildTimeline(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuilds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetChangesBetweenBuilds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinition(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionMetrics(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionRevisions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetFile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetFileContents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetFolders(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetLatestBuild(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetPathContents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetProjectMetrics(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetProjectResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetPullRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetResourceUsage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetStatusBadge(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetTemplates(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListBranches(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListRepositories(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListSourceProviders(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListWebhooks(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) QueueBuild(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) RestoreDefinition(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) RestoreWebhooks(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) SaveTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuild(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuildProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuildSettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuilds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateDefinition(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateDefinitionProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateFolder(arg0, arg1 interface{}) *gomock.Call
- type MockCoreClient
- func (m *MockCoreClient) CreateConnectedService(arg0 context.Context, arg1 core.CreateConnectedServiceArgs) (*core.WebApiConnectedService, error)
- func (m *MockCoreClient) CreateOrUpdateProxy(arg0 context.Context, arg1 core.CreateOrUpdateProxyArgs) (*core.Proxy, error)
- func (m *MockCoreClient) CreateTeam(arg0 context.Context, arg1 core.CreateTeamArgs) (*core.WebApiTeam, error)
- func (m *MockCoreClient) DeleteProxy(arg0 context.Context, arg1 core.DeleteProxyArgs) error
- func (m *MockCoreClient) DeleteTeam(arg0 context.Context, arg1 core.DeleteTeamArgs) error
- func (m *MockCoreClient) EXPECT() *MockCoreClientMockRecorder
- func (m *MockCoreClient) GetAllTeams(arg0 context.Context, arg1 core.GetAllTeamsArgs) (*[]core.WebApiTeam, error)
- func (m *MockCoreClient) GetConnectedServiceDetails(arg0 context.Context, arg1 core.GetConnectedServiceDetailsArgs) (*core.WebApiConnectedServiceDetails, error)
- func (m *MockCoreClient) GetConnectedServices(arg0 context.Context, arg1 core.GetConnectedServicesArgs) (*[]core.WebApiConnectedService, error)
- func (m *MockCoreClient) GetProcessById(arg0 context.Context, arg1 core.GetProcessByIdArgs) (*core.Process, error)
- func (m *MockCoreClient) GetProcesses(arg0 context.Context, arg1 core.GetProcessesArgs) (*[]core.Process, error)
- func (m *MockCoreClient) GetProject(arg0 context.Context, arg1 core.GetProjectArgs) (*core.TeamProject, error)
- func (m *MockCoreClient) GetProjectCollection(arg0 context.Context, arg1 core.GetProjectCollectionArgs) (*core.TeamProjectCollection, error)
- func (m *MockCoreClient) GetProjectCollections(arg0 context.Context, arg1 core.GetProjectCollectionsArgs) (*[]core.TeamProjectCollectionReference, error)
- func (m *MockCoreClient) GetProjectProperties(arg0 context.Context, arg1 core.GetProjectPropertiesArgs) (*[]core.ProjectProperty, error)
- func (m *MockCoreClient) GetProjects(arg0 context.Context, arg1 core.GetProjectsArgs) (*core.GetProjectsResponseValue, error)
- func (m *MockCoreClient) GetProxies(arg0 context.Context, arg1 core.GetProxiesArgs) (*[]core.Proxy, error)
- func (m *MockCoreClient) GetTeam(arg0 context.Context, arg1 core.GetTeamArgs) (*core.WebApiTeam, error)
- func (m *MockCoreClient) GetTeamMembersWithExtendedProperties(arg0 context.Context, arg1 core.GetTeamMembersWithExtendedPropertiesArgs) (*[]webapi.TeamMember, error)
- func (m *MockCoreClient) GetTeams(arg0 context.Context, arg1 core.GetTeamsArgs) (*[]core.WebApiTeam, error)
- func (m *MockCoreClient) QueueCreateProject(arg0 context.Context, arg1 core.QueueCreateProjectArgs) (*operations.OperationReference, error)
- func (m *MockCoreClient) QueueDeleteProject(arg0 context.Context, arg1 core.QueueDeleteProjectArgs) (*operations.OperationReference, error)
- func (m *MockCoreClient) RemoveProjectAvatar(arg0 context.Context, arg1 core.RemoveProjectAvatarArgs) error
- func (m *MockCoreClient) SetProjectAvatar(arg0 context.Context, arg1 core.SetProjectAvatarArgs) error
- func (m *MockCoreClient) SetProjectProperties(arg0 context.Context, arg1 core.SetProjectPropertiesArgs) error
- func (m *MockCoreClient) UpdateProject(arg0 context.Context, arg1 core.UpdateProjectArgs) (*operations.OperationReference, error)
- func (m *MockCoreClient) UpdateTeam(arg0 context.Context, arg1 core.UpdateTeamArgs) (*core.WebApiTeam, error)
- type MockCoreClientMockRecorder
- func (mr *MockCoreClientMockRecorder) CreateConnectedService(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 interface{}) *gomock.Call
- type MockFeaturemanagementClient
- func (m *MockFeaturemanagementClient) EXPECT() *MockFeaturemanagementClientMockRecorder
- func (m *MockFeaturemanagementClient) GetFeature(arg0 context.Context, arg1 featuremanagement.GetFeatureArgs) (*featuremanagement.ContributedFeature, error)
- func (m *MockFeaturemanagementClient) GetFeatureState(arg0 context.Context, arg1 featuremanagement.GetFeatureStateArgs) (*featuremanagement.ContributedFeatureState, error)
- func (m *MockFeaturemanagementClient) GetFeatureStateForScope(arg0 context.Context, arg1 featuremanagement.GetFeatureStateForScopeArgs) (*featuremanagement.ContributedFeatureState, error)
- func (m *MockFeaturemanagementClient) GetFeatures(arg0 context.Context, arg1 featuremanagement.GetFeaturesArgs) (*[]featuremanagement.ContributedFeature, error)
- func (m *MockFeaturemanagementClient) QueryFeatureStates(arg0 context.Context, arg1 featuremanagement.QueryFeatureStatesArgs) (*featuremanagement.ContributedFeatureStateQuery, error)
- func (m *MockFeaturemanagementClient) QueryFeatureStatesForDefaultScope(arg0 context.Context, ...) (*featuremanagement.ContributedFeatureStateQuery, error)
- func (m *MockFeaturemanagementClient) QueryFeatureStatesForNamedScope(arg0 context.Context, ...) (*featuremanagement.ContributedFeatureStateQuery, error)
- func (m *MockFeaturemanagementClient) SetFeatureState(arg0 context.Context, arg1 featuremanagement.SetFeatureStateArgs) (*featuremanagement.ContributedFeatureState, error)
- func (m *MockFeaturemanagementClient) SetFeatureStateForScope(arg0 context.Context, arg1 featuremanagement.SetFeatureStateForScopeArgs) (*featuremanagement.ContributedFeatureState, error)
- type MockFeaturemanagementClientMockRecorder
- func (mr *MockFeaturemanagementClientMockRecorder) GetFeature(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) GetFeatureState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) GetFeatureStateForScope(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) GetFeatures(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStates(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForDefaultScope(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForNamedScope(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) SetFeatureState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFeaturemanagementClientMockRecorder) SetFeatureStateForScope(arg0, arg1 interface{}) *gomock.Call
- type MockGitClient
- func (m *MockGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
- func (m *MockGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)
- func (m *MockGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)
- func (m *MockGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)
- func (m *MockGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)
- func (m *MockGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)
- func (m *MockGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
- func (m *MockGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error
- func (m *MockGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)
- func (m *MockGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)
- func (m *MockGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
- func (m *MockGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)
- func (m *MockGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
- func (m *MockGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)
- func (m *MockGitClient) CreateThread(arg0 context.Context, arg1 git.CreateThreadArgs) (*git.GitPullRequestCommentThread, error)
- func (m *MockGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error
- func (m *MockGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error
- func (m *MockGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error
- func (m *MockGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error
- func (m *MockGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error
- func (m *MockGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error
- func (m *MockGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error
- func (m *MockGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error
- func (m *MockGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error
- func (m *MockGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error
- func (m *MockGitClient) EXPECT() *MockGitClientMockRecorder
- func (m *MockGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
- func (m *MockGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)
- func (m *MockGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)
- func (m *MockGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)
- func (m *MockGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)
- func (m *MockGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)
- func (m *MockGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)
- func (m *MockGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)
- func (m *MockGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)
- func (m *MockGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)
- func (m *MockGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)
- func (m *MockGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)
- func (m *MockGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)
- func (m *MockGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)
- func (m *MockGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
- func (m *MockGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)
- func (m *MockGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)
- func (m *MockGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)
- func (m *MockGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)
- func (m *MockGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)
- func (m *MockGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)
- func (m *MockGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)
- func (m *MockGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)
- func (m *MockGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)
- func (m *MockGitClient) GetPolicyConfigurations(arg0 context.Context, arg1 git.GetPolicyConfigurationsArgs) (*git.GitPolicyConfigurationResponse, error)
- func (m *MockGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)
- func (m *MockGitClient) GetPullRequestCommits(arg0 context.Context, arg1 git.GetPullRequestCommitsArgs) (*git.GetPullRequestCommitsResponseValue, error)
- func (m *MockGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)
- func (m *MockGitClient) GetPullRequestIterationChanges(arg0 context.Context, arg1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)
- func (m *MockGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)
- func (m *MockGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)
- func (m *MockGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)
- func (m *MockGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)
- func (m *MockGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (interface{}, error)
- func (m *MockGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)
- func (m *MockGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
- func (m *MockGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)
- func (m *MockGitClient) GetPullRequestThread(arg0 context.Context, arg1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)
- func (m *MockGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)
- func (m *MockGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)
- func (m *MockGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)
- func (m *MockGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)
- func (m *MockGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)
- func (m *MockGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)
- func (m *MockGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)
- func (m *MockGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)
- func (m *MockGitClient) GetRefs(arg0 context.Context, arg1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)
- func (m *MockGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)
- func (m *MockGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
- func (m *MockGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)
- func (m *MockGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)
- func (m *MockGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)
- func (m *MockGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)
- func (m *MockGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)
- func (m *MockGitClient) GetThreads(arg0 context.Context, arg1 git.GetThreadsArgs) (*[]git.GitPullRequestCommentThread, error)
- func (m *MockGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)
- func (m *MockGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)
- func (m *MockGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)
- func (m *MockGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)
- func (m *MockGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error
- func (m *MockGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)
- func (m *MockGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error
- func (m *MockGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (interface{}, error)
- func (m *MockGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error
- func (m *MockGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error
- func (m *MockGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)
- func (m *MockGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)
- func (m *MockGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)
- func (m *MockGitClient) UpdateThread(arg0 context.Context, arg1 git.UpdateThreadArgs) (*git.GitPullRequestCommentThread, error)
- type MockGitClientMockRecorder
- func (mr *MockGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateCherryPick(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateCommitStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateFavorite(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateImportRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateLike(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateMergeRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePullRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreatePush(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateRepository(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateRevert(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) CreateThread(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeleteAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeleteLike(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeleteRepository(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetAttachmentContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetAttachmentZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetBlob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetBlobContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetBlobZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetBlobsZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetBranch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetBranches(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetChanges(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetCherryPick(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetComments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetCommit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetCommitDiffs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetCommits(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetCommitsBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetForks(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetImportRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetItemContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetItemText(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetItemZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetItems(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetItemsBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetLikes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetMergeBases(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetMergeRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestThread(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequests(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPush(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPushCommits(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetPushes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRefFavorite(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRefFavorites(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRefs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRepositories(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRepository(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRevert(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetRevertForRefName(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetStatuses(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetSuggestions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetThreads(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetTree(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) GetTreeZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) QueryImportRequests(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) SharePullRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdateComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdateImportRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdatePullRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdateRef(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdateRefs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdateRepository(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGitClientMockRecorder) UpdateThread(arg0, arg1 interface{}) *gomock.Call
- type MockGraphClient
- func (m *MockGraphClient) AddMembership(arg0 context.Context, arg1 graph.AddMembershipArgs) (*graph.GraphMembership, error)
- func (m *MockGraphClient) CheckMembershipExistence(arg0 context.Context, arg1 graph.CheckMembershipExistenceArgs) error
- func (m *MockGraphClient) CreateGroup(arg0 context.Context, arg1 graph.CreateGroupArgs) (*graph.GraphGroup, error)
- func (m *MockGraphClient) CreateUser(arg0 context.Context, arg1 graph.CreateUserArgs) (*graph.GraphUser, error)
- func (m *MockGraphClient) DeleteAvatar(arg0 context.Context, arg1 graph.DeleteAvatarArgs) error
- func (m *MockGraphClient) DeleteGroup(arg0 context.Context, arg1 graph.DeleteGroupArgs) error
- func (m *MockGraphClient) DeleteUser(arg0 context.Context, arg1 graph.DeleteUserArgs) error
- func (m *MockGraphClient) EXPECT() *MockGraphClientMockRecorder
- func (m *MockGraphClient) GetAvatar(arg0 context.Context, arg1 graph.GetAvatarArgs) (*profile.Avatar, error)
- func (m *MockGraphClient) GetDescriptor(arg0 context.Context, arg1 graph.GetDescriptorArgs) (*graph.GraphDescriptorResult, error)
- func (m *MockGraphClient) GetGroup(arg0 context.Context, arg1 graph.GetGroupArgs) (*graph.GraphGroup, error)
- func (m *MockGraphClient) GetMembership(arg0 context.Context, arg1 graph.GetMembershipArgs) (*graph.GraphMembership, error)
- func (m *MockGraphClient) GetMembershipState(arg0 context.Context, arg1 graph.GetMembershipStateArgs) (*graph.GraphMembershipState, error)
- func (m *MockGraphClient) GetProviderInfo(arg0 context.Context, arg1 graph.GetProviderInfoArgs) (*graph.GraphProviderInfo, error)
- func (m *MockGraphClient) GetStorageKey(arg0 context.Context, arg1 graph.GetStorageKeyArgs) (*graph.GraphStorageKeyResult, error)
- func (m *MockGraphClient) GetUser(arg0 context.Context, arg1 graph.GetUserArgs) (*graph.GraphUser, error)
- func (m *MockGraphClient) ListGroups(arg0 context.Context, arg1 graph.ListGroupsArgs) (*graph.PagedGraphGroups, error)
- func (m *MockGraphClient) ListMemberships(arg0 context.Context, arg1 graph.ListMembershipsArgs) (*[]graph.GraphMembership, error)
- func (m *MockGraphClient) ListUsers(arg0 context.Context, arg1 graph.ListUsersArgs) (*graph.PagedGraphUsers, error)
- func (m *MockGraphClient) LookupSubjects(arg0 context.Context, arg1 graph.LookupSubjectsArgs) (*map[string]graph.GraphSubject, error)
- func (m *MockGraphClient) RemoveMembership(arg0 context.Context, arg1 graph.RemoveMembershipArgs) error
- func (m *MockGraphClient) RequestAccess(arg0 context.Context, arg1 graph.RequestAccessArgs) error
- func (m *MockGraphClient) SetAvatar(arg0 context.Context, arg1 graph.SetAvatarArgs) error
- func (m *MockGraphClient) UpdateGroup(arg0 context.Context, arg1 graph.UpdateGroupArgs) (*graph.GraphGroup, error)
- func (m *MockGraphClient) UpdateUser(arg0 context.Context, arg1 graph.UpdateUserArgs) (*graph.GraphUser, error)
- type MockGraphClientMockRecorder
- func (mr *MockGraphClientMockRecorder) AddMembership(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CheckMembershipExistence(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteAvatar(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetAvatar(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetDescriptor(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetMembership(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetMembershipState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetProviderInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetStorageKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListMemberships(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListUsers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) LookupSubjects(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) RemoveMembership(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) RequestAccess(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) SetAvatar(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) UpdateGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGraphClientMockRecorder) UpdateUser(arg0, arg1 interface{}) *gomock.Call
- type MockIdentityClient
- func (m *MockIdentityClient) AddMember(arg0 context.Context, arg1 identity.AddMemberArgs) (*bool, error)
- func (m *MockIdentityClient) CreateGroups(arg0 context.Context, arg1 identity.CreateGroupsArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) CreateIdentity(arg0 context.Context, arg1 identity.CreateIdentityArgs) (*identity.Identity, error)
- func (m *MockIdentityClient) CreateOrBindWithClaims(arg0 context.Context, arg1 identity.CreateOrBindWithClaimsArgs) (*identity.Identity, error)
- func (m *MockIdentityClient) CreateScope(arg0 context.Context, arg1 identity.CreateScopeArgs) (*identity.IdentityScope, error)
- func (m *MockIdentityClient) DeleteGroup(arg0 context.Context, arg1 identity.DeleteGroupArgs) error
- func (m *MockIdentityClient) DeleteScope(arg0 context.Context, arg1 identity.DeleteScopeArgs) error
- func (m *MockIdentityClient) EXPECT() *MockIdentityClientMockRecorder
- func (m *MockIdentityClient) GetDescriptorById(arg0 context.Context, arg1 identity.GetDescriptorByIdArgs) (*string, error)
- func (m *MockIdentityClient) GetIdentityChanges(arg0 context.Context, arg1 identity.GetIdentityChangesArgs) (*identity.ChangedIdentities, error)
- func (m *MockIdentityClient) GetIdentitySnapshot(arg0 context.Context, arg1 identity.GetIdentitySnapshotArgs) (*identity.IdentitySnapshot, error)
- func (m *MockIdentityClient) GetMaxSequenceId(arg0 context.Context, arg1 identity.GetMaxSequenceIdArgs) (*uint64, error)
- func (m *MockIdentityClient) GetScopeById(arg0 context.Context, arg1 identity.GetScopeByIdArgs) (*identity.IdentityScope, error)
- func (m *MockIdentityClient) GetScopeByName(arg0 context.Context, arg1 identity.GetScopeByNameArgs) (*identity.IdentityScope, error)
- func (m *MockIdentityClient) GetSelf(arg0 context.Context, arg1 identity.GetSelfArgs) (*identity.IdentitySelf, error)
- func (m *MockIdentityClient) GetSignedInToken(arg0 context.Context, arg1 identity.GetSignedInTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
- func (m *MockIdentityClient) GetSignoutToken(arg0 context.Context, arg1 identity.GetSignoutTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
- func (m *MockIdentityClient) GetTenant(arg0 context.Context, arg1 identity.GetTenantArgs) (*identity.TenantInfo, error)
- func (m *MockIdentityClient) GetUserIdentityIdsByDomainId(arg0 context.Context, arg1 identity.GetUserIdentityIdsByDomainIdArgs) (*[]uuid.UUID, error)
- func (m *MockIdentityClient) ListGroups(arg0 context.Context, arg1 identity.ListGroupsArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentities(arg0 context.Context, arg1 identity.ReadIdentitiesArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentitiesByScope(arg0 context.Context, arg1 identity.ReadIdentitiesByScopeArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentity(arg0 context.Context, arg1 identity.ReadIdentityArgs) (*identity.Identity, error)
- func (m *MockIdentityClient) ReadIdentityBatch(arg0 context.Context, arg1 identity.ReadIdentityBatchArgs) (*[]identity.Identity, error)
- func (m *MockIdentityClient) ReadMember(arg0 context.Context, arg1 identity.ReadMemberArgs) (*string, error)
- func (m *MockIdentityClient) ReadMemberOf(arg0 context.Context, arg1 identity.ReadMemberOfArgs) (*string, error)
- func (m *MockIdentityClient) ReadMembers(arg0 context.Context, arg1 identity.ReadMembersArgs) (*[]string, error)
- func (m *MockIdentityClient) ReadMembersOf(arg0 context.Context, arg1 identity.ReadMembersOfArgs) (*[]string, error)
- func (m *MockIdentityClient) RemoveMember(arg0 context.Context, arg1 identity.RemoveMemberArgs) (*bool, error)
- func (m *MockIdentityClient) UpdateIdentities(arg0 context.Context, arg1 identity.UpdateIdentitiesArgs) (*[]identity.IdentityUpdateData, error)
- func (m *MockIdentityClient) UpdateIdentity(arg0 context.Context, arg1 identity.UpdateIdentityArgs) error
- func (m *MockIdentityClient) UpdateScope(arg0 context.Context, arg1 identity.UpdateScopeArgs) error
- type MockIdentityClientMockRecorder
- func (mr *MockIdentityClientMockRecorder) AddMember(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 interface{}) *gomock.Call
- type MockMemberentitlementmanagementClient
- func (m *MockMemberentitlementmanagementClient) AddGroupEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.AddGroupEntitlementArgs) (*memberentitlementmanagement.GroupEntitlementOperationReference, error)
- func (m *MockMemberentitlementmanagementClient) AddMemberToGroup(arg0 context.Context, arg1 memberentitlementmanagement.AddMemberToGroupArgs) error
- func (m *MockMemberentitlementmanagementClient) AddUserEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.AddUserEntitlementArgs) (*memberentitlementmanagement.UserEntitlementsPostResponse, error)
- func (m *MockMemberentitlementmanagementClient) DeleteGroupEntitlement(arg0 context.Context, ...) (*memberentitlementmanagement.GroupEntitlementOperationReference, error)
- func (m *MockMemberentitlementmanagementClient) DeleteUserEntitlement(arg0 context.Context, ...) error
- func (m *MockMemberentitlementmanagementClient) EXPECT() *MockMemberentitlementmanagementClientMockRecorder
- func (m *MockMemberentitlementmanagementClient) GetGroupEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.GetGroupEntitlementArgs) (*memberentitlementmanagement.GroupEntitlement, error)
- func (m *MockMemberentitlementmanagementClient) GetGroupEntitlements(arg0 context.Context, ...) (*[]memberentitlementmanagement.GroupEntitlement, error)
- func (m *MockMemberentitlementmanagementClient) GetGroupMembers(arg0 context.Context, arg1 memberentitlementmanagement.GetGroupMembersArgs) (*memberentitlementmanagement.PagedGraphMemberList, error)
- func (m *MockMemberentitlementmanagementClient) GetUserEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.GetUserEntitlementArgs) (*memberentitlementmanagement.UserEntitlement, error)
- func (m *MockMemberentitlementmanagementClient) GetUserEntitlements(arg0 context.Context, arg1 memberentitlementmanagement.GetUserEntitlementsArgs) (*memberentitlementmanagement.PagedGraphMemberList, error)
- func (m *MockMemberentitlementmanagementClient) GetUsersSummary(arg0 context.Context, arg1 memberentitlementmanagement.GetUsersSummaryArgs) (*memberentitlementmanagement.UsersSummary, error)
- func (m *MockMemberentitlementmanagementClient) RemoveMemberFromGroup(arg0 context.Context, ...) error
- func (m *MockMemberentitlementmanagementClient) UpdateGroupEntitlement(arg0 context.Context, ...) (*memberentitlementmanagement.GroupEntitlementOperationReference, error)
- func (m *MockMemberentitlementmanagementClient) UpdateUserEntitlement(arg0 context.Context, ...) (*memberentitlementmanagement.UserEntitlementsPatchResponse, error)
- func (m *MockMemberentitlementmanagementClient) UpdateUserEntitlements(arg0 context.Context, ...) (*memberentitlementmanagement.UserEntitlementOperationReference, error)
- type MockMemberentitlementmanagementClientMockRecorder
- func (mr *MockMemberentitlementmanagementClientMockRecorder) AddGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) AddMemberToGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) AddUserEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteUserEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlements(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupMembers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlements(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUsersSummary(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) RemoveMemberFromGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlement(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlements(arg0, arg1 interface{}) *gomock.Call
- type MockOperationsClient
- type MockOperationsClientMockRecorder
- type MockPolicyClient
- func (m *MockPolicyClient) CreatePolicyConfiguration(arg0 context.Context, arg1 policy.CreatePolicyConfigurationArgs) (*policy.PolicyConfiguration, error)
- func (m *MockPolicyClient) DeletePolicyConfiguration(arg0 context.Context, arg1 policy.DeletePolicyConfigurationArgs) error
- func (m *MockPolicyClient) EXPECT() *MockPolicyClientMockRecorder
- func (m *MockPolicyClient) GetPolicyConfiguration(arg0 context.Context, arg1 policy.GetPolicyConfigurationArgs) (*policy.PolicyConfiguration, error)
- func (m *MockPolicyClient) GetPolicyConfigurationRevision(arg0 context.Context, arg1 policy.GetPolicyConfigurationRevisionArgs) (*policy.PolicyConfiguration, error)
- func (m *MockPolicyClient) GetPolicyConfigurationRevisions(arg0 context.Context, arg1 policy.GetPolicyConfigurationRevisionsArgs) (*[]policy.PolicyConfiguration, error)
- func (m *MockPolicyClient) GetPolicyConfigurations(arg0 context.Context, arg1 policy.GetPolicyConfigurationsArgs) (*policy.GetPolicyConfigurationsResponseValue, error)
- func (m *MockPolicyClient) GetPolicyEvaluation(arg0 context.Context, arg1 policy.GetPolicyEvaluationArgs) (*policy.PolicyEvaluationRecord, error)
- func (m *MockPolicyClient) GetPolicyEvaluations(arg0 context.Context, arg1 policy.GetPolicyEvaluationsArgs) (*[]policy.PolicyEvaluationRecord, error)
- func (m *MockPolicyClient) GetPolicyType(arg0 context.Context, arg1 policy.GetPolicyTypeArgs) (*policy.PolicyType, error)
- func (m *MockPolicyClient) GetPolicyTypes(arg0 context.Context, arg1 policy.GetPolicyTypesArgs) (*[]policy.PolicyType, error)
- func (m *MockPolicyClient) RequeuePolicyEvaluation(arg0 context.Context, arg1 policy.RequeuePolicyEvaluationArgs) (*policy.PolicyEvaluationRecord, error)
- func (m *MockPolicyClient) UpdatePolicyConfiguration(arg0 context.Context, arg1 policy.UpdatePolicyConfigurationArgs) (*policy.PolicyConfiguration, error)
- type MockPolicyClientMockRecorder
- func (mr *MockPolicyClientMockRecorder) CreatePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) DeletePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurationRevision(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurationRevisions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyEvaluation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyEvaluations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyType(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) GetPolicyTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) RequeuePolicyEvaluation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPolicyClientMockRecorder) UpdatePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
- type MockProfileClient
- type MockProfileClientMockRecorder
- type MockSecurityClient
- func (m *MockSecurityClient) EXPECT() *MockSecurityClientMockRecorder
- func (m *MockSecurityClient) HasPermissions(arg0 context.Context, arg1 security.HasPermissionsArgs) (*[]bool, error)
- func (m *MockSecurityClient) HasPermissionsBatch(arg0 context.Context, arg1 security.HasPermissionsBatchArgs) (*security.PermissionEvaluationBatch, error)
- func (m *MockSecurityClient) QueryAccessControlLists(arg0 context.Context, arg1 security.QueryAccessControlListsArgs) (*[]security.AccessControlList, error)
- func (m *MockSecurityClient) QuerySecurityNamespaces(arg0 context.Context, arg1 security.QuerySecurityNamespacesArgs) (*[]security.SecurityNamespaceDescription, error)
- func (m *MockSecurityClient) RemoveAccessControlEntries(arg0 context.Context, arg1 security.RemoveAccessControlEntriesArgs) (*bool, error)
- func (m *MockSecurityClient) RemoveAccessControlLists(arg0 context.Context, arg1 security.RemoveAccessControlListsArgs) (*bool, error)
- func (m *MockSecurityClient) RemovePermission(arg0 context.Context, arg1 security.RemovePermissionArgs) (*security.AccessControlEntry, error)
- func (m *MockSecurityClient) SetAccessControlEntries(arg0 context.Context, arg1 security.SetAccessControlEntriesArgs) (*[]security.AccessControlEntry, error)
- func (m *MockSecurityClient) SetAccessControlLists(arg0 context.Context, arg1 security.SetAccessControlListsArgs) error
- type MockSecurityClientMockRecorder
- func (mr *MockSecurityClientMockRecorder) HasPermissions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) HasPermissionsBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) QueryAccessControlLists(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) QuerySecurityNamespaces(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) RemoveAccessControlEntries(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) RemoveAccessControlLists(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) RemovePermission(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) SetAccessControlEntries(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) SetAccessControlLists(arg0, arg1 interface{}) *gomock.Call
- type MockServiceendpointClient
- func (m *MockServiceendpointClient) CreateServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.CreateServiceEndpointArgs) (*serviceendpoint.ServiceEndpoint, error)
- func (m *MockServiceendpointClient) DeleteServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.DeleteServiceEndpointArgs) error
- func (m *MockServiceendpointClient) EXPECT() *MockServiceendpointClientMockRecorder
- func (m *MockServiceendpointClient) ExecuteServiceEndpointRequest(arg0 context.Context, arg1 serviceendpoint.ExecuteServiceEndpointRequestArgs) (*serviceendpoint.ServiceEndpointRequestResult, error)
- func (m *MockServiceendpointClient) GetServiceEndpointDetails(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointDetailsArgs) (*serviceendpoint.ServiceEndpoint, error)
- func (m *MockServiceendpointClient) GetServiceEndpointExecutionRecords(arg0 context.Context, ...) (*serviceendpoint.GetServiceEndpointExecutionRecordsResponseValue, error)
- func (m *MockServiceendpointClient) GetServiceEndpointTypes(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointTypesArgs) (*[]serviceendpoint.ServiceEndpointType, error)
- func (m *MockServiceendpointClient) GetServiceEndpoints(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsArgs) (*[]serviceendpoint.ServiceEndpoint, error)
- func (m *MockServiceendpointClient) GetServiceEndpointsByNames(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsByNamesArgs) (*[]serviceendpoint.ServiceEndpoint, error)
- func (m *MockServiceendpointClient) UpdateServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.UpdateServiceEndpointArgs) (*serviceendpoint.ServiceEndpoint, error)
- func (m *MockServiceendpointClient) UpdateServiceEndpoints(arg0 context.Context, arg1 serviceendpoint.UpdateServiceEndpointsArgs) (*[]serviceendpoint.ServiceEndpoint, error)
- type MockServiceendpointClientMockRecorder
- func (mr *MockServiceendpointClientMockRecorder) CreateServiceEndpoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) DeleteServiceEndpoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) ExecuteServiceEndpointRequest(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointDetails(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointExecutionRecords(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpoints(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointsByNames(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) UpdateServiceEndpoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceendpointClientMockRecorder) UpdateServiceEndpoints(arg0, arg1 interface{}) *gomock.Call
- type MockTaskagentClient
- func (m *MockTaskagentClient) AddAgent(arg0 context.Context, arg1 taskagent.AddAgentArgs) (*taskagent.TaskAgent, error)
- func (m *MockTaskagentClient) AddAgentCloud(arg0 context.Context, arg1 taskagent.AddAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
- func (m *MockTaskagentClient) AddAgentPool(arg0 context.Context, arg1 taskagent.AddAgentPoolArgs) (*taskagent.TaskAgentPool, error)
- func (m *MockTaskagentClient) AddAgentQueue(arg0 context.Context, arg1 taskagent.AddAgentQueueArgs) (*taskagent.TaskAgentQueue, error)
- func (m *MockTaskagentClient) AddDeploymentGroup(arg0 context.Context, arg1 taskagent.AddDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
- func (m *MockTaskagentClient) AddTaskGroup(arg0 context.Context, arg1 taskagent.AddTaskGroupArgs) (*taskagent.TaskGroup, error)
- func (m *MockTaskagentClient) AddVariableGroup(arg0 context.Context, arg1 taskagent.AddVariableGroupArgs) (*taskagent.VariableGroup, error)
- func (m *MockTaskagentClient) DeleteAgent(arg0 context.Context, arg1 taskagent.DeleteAgentArgs) error
- func (m *MockTaskagentClient) DeleteAgentCloud(arg0 context.Context, arg1 taskagent.DeleteAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
- func (m *MockTaskagentClient) DeleteAgentPool(arg0 context.Context, arg1 taskagent.DeleteAgentPoolArgs) error
- func (m *MockTaskagentClient) DeleteAgentQueue(arg0 context.Context, arg1 taskagent.DeleteAgentQueueArgs) error
- func (m *MockTaskagentClient) DeleteDeploymentGroup(arg0 context.Context, arg1 taskagent.DeleteDeploymentGroupArgs) error
- func (m *MockTaskagentClient) DeleteDeploymentTarget(arg0 context.Context, arg1 taskagent.DeleteDeploymentTargetArgs) error
- func (m *MockTaskagentClient) DeleteTaskGroup(arg0 context.Context, arg1 taskagent.DeleteTaskGroupArgs) error
- func (m *MockTaskagentClient) DeleteVariableGroup(arg0 context.Context, arg1 taskagent.DeleteVariableGroupArgs) error
- func (m *MockTaskagentClient) EXPECT() *MockTaskagentClientMockRecorder
- func (m *MockTaskagentClient) GetAgent(arg0 context.Context, arg1 taskagent.GetAgentArgs) (*taskagent.TaskAgent, error)
- func (m *MockTaskagentClient) GetAgentCloud(arg0 context.Context, arg1 taskagent.GetAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
- func (m *MockTaskagentClient) GetAgentCloudRequests(arg0 context.Context, arg1 taskagent.GetAgentCloudRequestsArgs) (*[]taskagent.TaskAgentCloudRequest, error)
- func (m *MockTaskagentClient) GetAgentCloudTypes(arg0 context.Context, arg1 taskagent.GetAgentCloudTypesArgs) (*[]taskagent.TaskAgentCloudType, error)
- func (m *MockTaskagentClient) GetAgentClouds(arg0 context.Context, arg1 taskagent.GetAgentCloudsArgs) (*[]taskagent.TaskAgentCloud, error)
- func (m *MockTaskagentClient) GetAgentPool(arg0 context.Context, arg1 taskagent.GetAgentPoolArgs) (*taskagent.TaskAgentPool, error)
- func (m *MockTaskagentClient) GetAgentPools(arg0 context.Context, arg1 taskagent.GetAgentPoolsArgs) (*[]taskagent.TaskAgentPool, error)
- func (m *MockTaskagentClient) GetAgentPoolsByIds(arg0 context.Context, arg1 taskagent.GetAgentPoolsByIdsArgs) (*[]taskagent.TaskAgentPool, error)
- func (m *MockTaskagentClient) GetAgentQueue(arg0 context.Context, arg1 taskagent.GetAgentQueueArgs) (*taskagent.TaskAgentQueue, error)
- func (m *MockTaskagentClient) GetAgentQueues(arg0 context.Context, arg1 taskagent.GetAgentQueuesArgs) (*[]taskagent.TaskAgentQueue, error)
- func (m *MockTaskagentClient) GetAgentQueuesByIds(arg0 context.Context, arg1 taskagent.GetAgentQueuesByIdsArgs) (*[]taskagent.TaskAgentQueue, error)
- func (m *MockTaskagentClient) GetAgentQueuesByNames(arg0 context.Context, arg1 taskagent.GetAgentQueuesByNamesArgs) (*[]taskagent.TaskAgentQueue, error)
- func (m *MockTaskagentClient) GetAgents(arg0 context.Context, arg1 taskagent.GetAgentsArgs) (*[]taskagent.TaskAgent, error)
- func (m *MockTaskagentClient) GetDeploymentGroup(arg0 context.Context, arg1 taskagent.GetDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
- func (m *MockTaskagentClient) GetDeploymentGroups(arg0 context.Context, arg1 taskagent.GetDeploymentGroupsArgs) (*taskagent.GetDeploymentGroupsResponseValue, error)
- func (m *MockTaskagentClient) GetDeploymentTarget(arg0 context.Context, arg1 taskagent.GetDeploymentTargetArgs) (*taskagent.DeploymentMachine, error)
- func (m *MockTaskagentClient) GetDeploymentTargets(arg0 context.Context, arg1 taskagent.GetDeploymentTargetsArgs) (*taskagent.GetDeploymentTargetsResponseValue, error)
- func (m *MockTaskagentClient) GetTaskGroups(arg0 context.Context, arg1 taskagent.GetTaskGroupsArgs) (*[]taskagent.TaskGroup, error)
- func (m *MockTaskagentClient) GetVariableGroup(arg0 context.Context, arg1 taskagent.GetVariableGroupArgs) (*taskagent.VariableGroup, error)
- func (m *MockTaskagentClient) GetVariableGroups(arg0 context.Context, arg1 taskagent.GetVariableGroupsArgs) (*[]taskagent.VariableGroup, error)
- func (m *MockTaskagentClient) GetVariableGroupsById(arg0 context.Context, arg1 taskagent.GetVariableGroupsByIdArgs) (*[]taskagent.VariableGroup, error)
- func (m *MockTaskagentClient) GetYamlSchema(arg0 context.Context, arg1 taskagent.GetYamlSchemaArgs) (interface{}, error)
- func (m *MockTaskagentClient) ReplaceAgent(arg0 context.Context, arg1 taskagent.ReplaceAgentArgs) (*taskagent.TaskAgent, error)
- func (m *MockTaskagentClient) UpdateAgent(arg0 context.Context, arg1 taskagent.UpdateAgentArgs) (*taskagent.TaskAgent, error)
- func (m *MockTaskagentClient) UpdateAgentPool(arg0 context.Context, arg1 taskagent.UpdateAgentPoolArgs) (*taskagent.TaskAgentPool, error)
- func (m *MockTaskagentClient) UpdateDeploymentGroup(arg0 context.Context, arg1 taskagent.UpdateDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
- func (m *MockTaskagentClient) UpdateDeploymentTargets(arg0 context.Context, arg1 taskagent.UpdateDeploymentTargetsArgs) (*[]taskagent.DeploymentMachine, error)
- func (m *MockTaskagentClient) UpdateTaskGroup(arg0 context.Context, arg1 taskagent.UpdateTaskGroupArgs) (*taskagent.TaskGroup, error)
- func (m *MockTaskagentClient) UpdateVariableGroup(arg0 context.Context, arg1 taskagent.UpdateVariableGroupArgs) (*taskagent.VariableGroup, error)
- type MockTaskagentClientMockRecorder
- func (mr *MockTaskagentClientMockRecorder) AddAgent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) AddAgentCloud(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) AddAgentPool(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) AddAgentQueue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) AddDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) AddTaskGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) AddVariableGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteAgent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteAgentCloud(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteAgentPool(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteAgentQueue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteDeploymentTarget(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteTaskGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) DeleteVariableGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentCloud(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentCloudRequests(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentCloudTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentClouds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentPool(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentPools(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentPoolsByIds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentQueue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentQueues(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesByIds(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesByNames(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetAgents(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetDeploymentGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetDeploymentTarget(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetDeploymentTargets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetTaskGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetVariableGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetVariableGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetVariableGroupsById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) GetYamlSchema(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) ReplaceAgent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) UpdateAgent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) UpdateAgentPool(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) UpdateDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) UpdateDeploymentTargets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) UpdateTaskGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTaskagentClientMockRecorder) UpdateVariableGroup(arg0, arg1 interface{}) *gomock.Call
- type MockTestClient
- func (m *MockTestClient) AddTestCasesToSuite(arg0 context.Context, arg1 test.AddTestCasesToSuiteArgs) (*[]test.SuiteTestCase, error)
- func (m *MockTestClient) AddTestResultsToTestRun(arg0 context.Context, arg1 test.AddTestResultsToTestRunArgs) (*[]test.TestCaseResult, error)
- func (m *MockTestClient) CreateTestResultAttachment(arg0 context.Context, arg1 test.CreateTestResultAttachmentArgs) (*test.TestAttachmentReference, error)
- func (m *MockTestClient) CreateTestRun(arg0 context.Context, arg1 test.CreateTestRunArgs) (*test.TestRun, error)
- func (m *MockTestClient) CreateTestRunAttachment(arg0 context.Context, arg1 test.CreateTestRunAttachmentArgs) (*test.TestAttachmentReference, error)
- func (m *MockTestClient) CreateTestSession(arg0 context.Context, arg1 test.CreateTestSessionArgs) (*test.TestSession, error)
- func (m *MockTestClient) CreateTestSubResultAttachment(arg0 context.Context, arg1 test.CreateTestSubResultAttachmentArgs) (*test.TestAttachmentReference, error)
- func (m *MockTestClient) DeleteTestCase(arg0 context.Context, arg1 test.DeleteTestCaseArgs) error
- func (m *MockTestClient) DeleteTestRun(arg0 context.Context, arg1 test.DeleteTestRunArgs) error
- func (m *MockTestClient) EXPECT() *MockTestClientMockRecorder
- func (m *MockTestClient) GetActionResults(arg0 context.Context, arg1 test.GetActionResultsArgs) (*[]test.TestActionResultModel, error)
- func (m *MockTestClient) GetBuildCodeCoverage(arg0 context.Context, arg1 test.GetBuildCodeCoverageArgs) (*[]test.BuildCoverage, error)
- func (m *MockTestClient) GetPoint(arg0 context.Context, arg1 test.GetPointArgs) (*test.TestPoint, error)
- func (m *MockTestClient) GetPoints(arg0 context.Context, arg1 test.GetPointsArgs) (*[]test.TestPoint, error)
- func (m *MockTestClient) GetPointsByQuery(arg0 context.Context, arg1 test.GetPointsByQueryArgs) (*test.TestPointsQuery, error)
- func (m *MockTestClient) GetResultParameters(arg0 context.Context, arg1 test.GetResultParametersArgs) (*[]test.TestResultParameterModel, error)
- func (m *MockTestClient) GetResultRetentionSettings(arg0 context.Context, arg1 test.GetResultRetentionSettingsArgs) (*test.ResultRetentionSettings, error)
- func (m *MockTestClient) GetTestCaseById(arg0 context.Context, arg1 test.GetTestCaseByIdArgs) (*test.SuiteTestCase, error)
- func (m *MockTestClient) GetTestCases(arg0 context.Context, arg1 test.GetTestCasesArgs) (*[]test.SuiteTestCase, error)
- func (m *MockTestClient) GetTestIteration(arg0 context.Context, arg1 test.GetTestIterationArgs) (*test.TestIterationDetailsModel, error)
- func (m *MockTestClient) GetTestIterations(arg0 context.Context, arg1 test.GetTestIterationsArgs) (*[]test.TestIterationDetailsModel, error)
- func (m *MockTestClient) GetTestResultAttachmentContent(arg0 context.Context, arg1 test.GetTestResultAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockTestClient) GetTestResultAttachmentZip(arg0 context.Context, arg1 test.GetTestResultAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockTestClient) GetTestResultAttachments(arg0 context.Context, arg1 test.GetTestResultAttachmentsArgs) (*[]test.TestAttachment, error)
- func (m *MockTestClient) GetTestResultById(arg0 context.Context, arg1 test.GetTestResultByIdArgs) (*test.TestCaseResult, error)
- func (m *MockTestClient) GetTestResults(arg0 context.Context, arg1 test.GetTestResultsArgs) (*[]test.TestCaseResult, error)
- func (m *MockTestClient) GetTestRunAttachmentContent(arg0 context.Context, arg1 test.GetTestRunAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockTestClient) GetTestRunAttachmentZip(arg0 context.Context, arg1 test.GetTestRunAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockTestClient) GetTestRunAttachments(arg0 context.Context, arg1 test.GetTestRunAttachmentsArgs) (*[]test.TestAttachment, error)
- func (m *MockTestClient) GetTestRunById(arg0 context.Context, arg1 test.GetTestRunByIdArgs) (*test.TestRun, error)
- func (m *MockTestClient) GetTestRunCodeCoverage(arg0 context.Context, arg1 test.GetTestRunCodeCoverageArgs) (*[]test.TestRunCoverage, error)
- func (m *MockTestClient) GetTestRunStatistics(arg0 context.Context, arg1 test.GetTestRunStatisticsArgs) (*test.TestRunStatistic, error)
- func (m *MockTestClient) GetTestRuns(arg0 context.Context, arg1 test.GetTestRunsArgs) (*[]test.TestRun, error)
- func (m *MockTestClient) GetTestSessions(arg0 context.Context, arg1 test.GetTestSessionsArgs) (*[]test.TestSession, error)
- func (m *MockTestClient) GetTestSubResultAttachmentContent(arg0 context.Context, arg1 test.GetTestSubResultAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockTestClient) GetTestSubResultAttachmentZip(arg0 context.Context, arg1 test.GetTestSubResultAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockTestClient) GetTestSubResultAttachments(arg0 context.Context, arg1 test.GetTestSubResultAttachmentsArgs) (*[]test.TestAttachment, error)
- func (m *MockTestClient) QueryTestHistory(arg0 context.Context, arg1 test.QueryTestHistoryArgs) (*test.TestHistoryQuery, error)
- func (m *MockTestClient) QueryTestRuns(arg0 context.Context, arg1 test.QueryTestRunsArgs) (*test.QueryTestRunsResponseValue, error)
- func (m *MockTestClient) RemoveTestCasesFromSuiteUrl(arg0 context.Context, arg1 test.RemoveTestCasesFromSuiteUrlArgs) error
- func (m *MockTestClient) UpdateResultRetentionSettings(arg0 context.Context, arg1 test.UpdateResultRetentionSettingsArgs) (*test.ResultRetentionSettings, error)
- func (m *MockTestClient) UpdateSuiteTestCases(arg0 context.Context, arg1 test.UpdateSuiteTestCasesArgs) (*[]test.SuiteTestCase, error)
- func (m *MockTestClient) UpdateTestPoints(arg0 context.Context, arg1 test.UpdateTestPointsArgs) (*[]test.TestPoint, error)
- func (m *MockTestClient) UpdateTestResults(arg0 context.Context, arg1 test.UpdateTestResultsArgs) (*[]test.TestCaseResult, error)
- func (m *MockTestClient) UpdateTestRun(arg0 context.Context, arg1 test.UpdateTestRunArgs) (*test.TestRun, error)
- func (m *MockTestClient) UpdateTestSession(arg0 context.Context, arg1 test.UpdateTestSessionArgs) (*test.TestSession, error)
- type MockTestClientMockRecorder
- func (mr *MockTestClientMockRecorder) AddTestCasesToSuite(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) AddTestResultsToTestRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) CreateTestResultAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) CreateTestRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) CreateTestRunAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) CreateTestSession(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) CreateTestSubResultAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) DeleteTestCase(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) DeleteTestRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetActionResults(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetBuildCodeCoverage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetPoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetPoints(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetPointsByQuery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetResultParameters(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetResultRetentionSettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestCaseById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestCases(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestIteration(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestIterations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestResultAttachmentContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestResultAttachmentZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestResultAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestResultById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestResults(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRunAttachmentContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRunAttachmentZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRunAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRunById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRunCodeCoverage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRunStatistics(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestRuns(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestSessions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestSubResultAttachmentContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestSubResultAttachmentZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) GetTestSubResultAttachments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) QueryTestHistory(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) QueryTestRuns(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) RemoveTestCasesFromSuiteUrl(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) UpdateResultRetentionSettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) UpdateSuiteTestCases(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) UpdateTestPoints(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) UpdateTestResults(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) UpdateTestRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTestClientMockRecorder) UpdateTestSession(arg0, arg1 interface{}) *gomock.Call
- type MockWorkitemtrackingClient
- func (m *MockWorkitemtrackingClient) AddComment(arg0 context.Context, arg1 workitemtracking.AddCommentArgs) (*workitemtracking.Comment, error)
- func (m *MockWorkitemtrackingClient) CreateAttachment(arg0 context.Context, arg1 workitemtracking.CreateAttachmentArgs) (*workitemtracking.AttachmentReference, error)
- func (m *MockWorkitemtrackingClient) CreateCommentReaction(arg0 context.Context, arg1 workitemtracking.CreateCommentReactionArgs) (*workitemtracking.CommentReaction, error)
- func (m *MockWorkitemtrackingClient) CreateField(arg0 context.Context, arg1 workitemtracking.CreateFieldArgs) (*workitemtracking.WorkItemField, error)
- func (m *MockWorkitemtrackingClient) CreateOrUpdateClassificationNode(arg0 context.Context, ...) (*workitemtracking.WorkItemClassificationNode, error)
- func (m *MockWorkitemtrackingClient) CreateQuery(arg0 context.Context, arg1 workitemtracking.CreateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkitemtrackingClient) CreateTemplate(arg0 context.Context, arg1 workitemtracking.CreateTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
- func (m *MockWorkitemtrackingClient) CreateWorkItem(arg0 context.Context, arg1 workitemtracking.CreateWorkItemArgs) (*workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) DeleteClassificationNode(arg0 context.Context, arg1 workitemtracking.DeleteClassificationNodeArgs) error
- func (m *MockWorkitemtrackingClient) DeleteComment(arg0 context.Context, arg1 workitemtracking.DeleteCommentArgs) error
- func (m *MockWorkitemtrackingClient) DeleteCommentReaction(arg0 context.Context, arg1 workitemtracking.DeleteCommentReactionArgs) (*workitemtracking.CommentReaction, error)
- func (m *MockWorkitemtrackingClient) DeleteField(arg0 context.Context, arg1 workitemtracking.DeleteFieldArgs) error
- func (m *MockWorkitemtrackingClient) DeleteQuery(arg0 context.Context, arg1 workitemtracking.DeleteQueryArgs) error
- func (m *MockWorkitemtrackingClient) DeleteTemplate(arg0 context.Context, arg1 workitemtracking.DeleteTemplateArgs) error
- func (m *MockWorkitemtrackingClient) DeleteWorkItem(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
- func (m *MockWorkitemtrackingClient) DestroyWorkItem(arg0 context.Context, arg1 workitemtracking.DestroyWorkItemArgs) error
- func (m *MockWorkitemtrackingClient) EXPECT() *MockWorkitemtrackingClientMockRecorder
- func (m *MockWorkitemtrackingClient) GetAttachmentContent(arg0 context.Context, arg1 workitemtracking.GetAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockWorkitemtrackingClient) GetAttachmentZip(arg0 context.Context, arg1 workitemtracking.GetAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockWorkitemtrackingClient) GetClassificationNode(arg0 context.Context, arg1 workitemtracking.GetClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
- func (m *MockWorkitemtrackingClient) GetClassificationNodes(arg0 context.Context, arg1 workitemtracking.GetClassificationNodesArgs) (*[]workitemtracking.WorkItemClassificationNode, error)
- func (m *MockWorkitemtrackingClient) GetComment(arg0 context.Context, arg1 workitemtracking.GetCommentArgs) (*workitemtracking.Comment, error)
- func (m *MockWorkitemtrackingClient) GetCommentReactions(arg0 context.Context, arg1 workitemtracking.GetCommentReactionsArgs) (*[]workitemtracking.CommentReaction, error)
- func (m *MockWorkitemtrackingClient) GetCommentVersion(arg0 context.Context, arg1 workitemtracking.GetCommentVersionArgs) (*workitemtracking.CommentVersion, error)
- func (m *MockWorkitemtrackingClient) GetCommentVersions(arg0 context.Context, arg1 workitemtracking.GetCommentVersionsArgs) (*[]workitemtracking.CommentVersion, error)
- func (m *MockWorkitemtrackingClient) GetComments(arg0 context.Context, arg1 workitemtracking.GetCommentsArgs) (*workitemtracking.CommentList, error)
- func (m *MockWorkitemtrackingClient) GetCommentsBatch(arg0 context.Context, arg1 workitemtracking.GetCommentsBatchArgs) (*workitemtracking.CommentList, error)
- func (m *MockWorkitemtrackingClient) GetDeletedWorkItem(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
- func (m *MockWorkitemtrackingClient) GetDeletedWorkItemShallowReferences(arg0 context.Context, ...) (*[]workitemtracking.WorkItemDeleteShallowReference, error)
- func (m *MockWorkitemtrackingClient) GetDeletedWorkItems(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemsArgs) (*[]workitemtracking.WorkItemDeleteReference, error)
- func (m *MockWorkitemtrackingClient) GetEngagedUsers(arg0 context.Context, arg1 workitemtracking.GetEngagedUsersArgs) (*[]webapi.IdentityRef, error)
- func (m *MockWorkitemtrackingClient) GetField(arg0 context.Context, arg1 workitemtracking.GetFieldArgs) (*workitemtracking.WorkItemField, error)
- func (m *MockWorkitemtrackingClient) GetFields(arg0 context.Context, arg1 workitemtracking.GetFieldsArgs) (*[]workitemtracking.WorkItemField, error)
- func (m *MockWorkitemtrackingClient) GetQueries(arg0 context.Context, arg1 workitemtracking.GetQueriesArgs) (*[]workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkitemtrackingClient) GetQueriesBatch(arg0 context.Context, arg1 workitemtracking.GetQueriesBatchArgs) (*[]workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkitemtrackingClient) GetQuery(arg0 context.Context, arg1 workitemtracking.GetQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkitemtrackingClient) GetQueryResultCount(arg0 context.Context, arg1 workitemtracking.GetQueryResultCountArgs) (*int, error)
- func (m *MockWorkitemtrackingClient) GetRecentActivityData(arg0 context.Context, arg1 workitemtracking.GetRecentActivityDataArgs) (*[]workitemtracking.AccountRecentActivityWorkItemModel2, error)
- func (m *MockWorkitemtrackingClient) GetRelationType(arg0 context.Context, arg1 workitemtracking.GetRelationTypeArgs) (*workitemtracking.WorkItemRelationType, error)
- func (m *MockWorkitemtrackingClient) GetRelationTypes(arg0 context.Context, arg1 workitemtracking.GetRelationTypesArgs) (*[]workitemtracking.WorkItemRelationType, error)
- func (m *MockWorkitemtrackingClient) GetReportingLinksByLinkType(arg0 context.Context, arg1 workitemtracking.GetReportingLinksByLinkTypeArgs) (*workitemtracking.ReportingWorkItemLinksBatch, error)
- func (m *MockWorkitemtrackingClient) GetRevision(arg0 context.Context, arg1 workitemtracking.GetRevisionArgs) (*workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) GetRevisions(arg0 context.Context, arg1 workitemtracking.GetRevisionsArgs) (*[]workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) GetRootNodes(arg0 context.Context, arg1 workitemtracking.GetRootNodesArgs) (*[]workitemtracking.WorkItemClassificationNode, error)
- func (m *MockWorkitemtrackingClient) GetTemplate(arg0 context.Context, arg1 workitemtracking.GetTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
- func (m *MockWorkitemtrackingClient) GetTemplates(arg0 context.Context, arg1 workitemtracking.GetTemplatesArgs) (*[]workitemtracking.WorkItemTemplateReference, error)
- func (m *MockWorkitemtrackingClient) GetUpdate(arg0 context.Context, arg1 workitemtracking.GetUpdateArgs) (*workitemtracking.WorkItemUpdate, error)
- func (m *MockWorkitemtrackingClient) GetUpdates(arg0 context.Context, arg1 workitemtracking.GetUpdatesArgs) (*[]workitemtracking.WorkItemUpdate, error)
- func (m *MockWorkitemtrackingClient) GetWorkArtifactLinkTypes(arg0 context.Context, arg1 workitemtracking.GetWorkArtifactLinkTypesArgs) (*[]workitemtracking.WorkArtifactLink, error)
- func (m *MockWorkitemtrackingClient) GetWorkItem(arg0 context.Context, arg1 workitemtracking.GetWorkItemArgs) (*workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemIconJson(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconJsonArgs) (*workitemtracking.WorkItemIcon, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemIconSvg(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconSvgArgs) (io.ReadCloser, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemIconXaml(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconXamlArgs) (io.ReadCloser, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemIcons(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconsArgs) (*[]workitemtracking.WorkItemIcon, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemNextStatesOnCheckinAction(arg0 context.Context, ...) (*[]workitemtracking.WorkItemNextStateOnTransition, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTemplate(arg0 context.Context, arg1 workitemtracking.GetWorkItemTemplateArgs) (*workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemType(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeArgs) (*workitemtracking.WorkItemType, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTypeCategories(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeCategoriesArgs) (*[]workitemtracking.WorkItemTypeCategory, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTypeCategory(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeCategoryArgs) (*workitemtracking.WorkItemTypeCategory, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTypeFieldWithReferences(arg0 context.Context, ...) (*workitemtracking.WorkItemTypeFieldWithReferences, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTypeFieldsWithReferences(arg0 context.Context, ...) (*[]workitemtracking.WorkItemTypeFieldWithReferences, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTypeStates(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeStatesArgs) (*[]workitemtracking.WorkItemStateColor, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemTypes(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypesArgs) (*[]workitemtracking.WorkItemType, error)
- func (m *MockWorkitemtrackingClient) GetWorkItems(arg0 context.Context, arg1 workitemtracking.GetWorkItemsArgs) (*[]workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) GetWorkItemsBatch(arg0 context.Context, arg1 workitemtracking.GetWorkItemsBatchArgs) (*[]workitemtracking.WorkItem, error)
- func (m *MockWorkitemtrackingClient) QueryById(arg0 context.Context, arg1 workitemtracking.QueryByIdArgs) (*workitemtracking.WorkItemQueryResult, error)
- func (m *MockWorkitemtrackingClient) QueryByWiql(arg0 context.Context, arg1 workitemtracking.QueryByWiqlArgs) (*workitemtracking.WorkItemQueryResult, error)
- func (m *MockWorkitemtrackingClient) QueryWorkItemsForArtifactUris(arg0 context.Context, arg1 workitemtracking.QueryWorkItemsForArtifactUrisArgs) (*workitemtracking.ArtifactUriQueryResult, error)
- func (m *MockWorkitemtrackingClient) ReadReportingDiscussions(arg0 context.Context, arg1 workitemtracking.ReadReportingDiscussionsArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
- func (m *MockWorkitemtrackingClient) ReadReportingRevisionsGet(arg0 context.Context, arg1 workitemtracking.ReadReportingRevisionsGetArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
- func (m *MockWorkitemtrackingClient) ReadReportingRevisionsPost(arg0 context.Context, arg1 workitemtracking.ReadReportingRevisionsPostArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
- func (m *MockWorkitemtrackingClient) ReplaceTemplate(arg0 context.Context, arg1 workitemtracking.ReplaceTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
- func (m *MockWorkitemtrackingClient) RestoreWorkItem(arg0 context.Context, arg1 workitemtracking.RestoreWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
- func (m *MockWorkitemtrackingClient) SearchQueries(arg0 context.Context, arg1 workitemtracking.SearchQueriesArgs) (*workitemtracking.QueryHierarchyItemsResult, error)
- func (m *MockWorkitemtrackingClient) UpdateClassificationNode(arg0 context.Context, arg1 workitemtracking.UpdateClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
- func (m *MockWorkitemtrackingClient) UpdateComment(arg0 context.Context, arg1 workitemtracking.UpdateCommentArgs) (*workitemtracking.Comment, error)
- func (m *MockWorkitemtrackingClient) UpdateQuery(arg0 context.Context, arg1 workitemtracking.UpdateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkitemtrackingClient) UpdateWorkItem(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemArgs) (*workitemtracking.WorkItem, error)
- type MockWorkitemtrackingClientMockRecorder
- func (mr *MockWorkitemtrackingClientMockRecorder) AddComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateAttachment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateCommentReaction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateField(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateQuery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) CreateWorkItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteField(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteQuery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DeleteWorkItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) DestroyWorkItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetAttachmentContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetAttachmentZip(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNode(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNodes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentReactions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersion(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetComments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentsBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetEngagedUsers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetField(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetFields(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetQueries(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetQueriesBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetQuery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetQueryResultCount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetRecentActivityData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationType(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetRevision(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetRevisions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetRootNodes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetTemplates(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdates(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemType(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItems(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) QueryById(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) QueryByWiql(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) ReplaceTemplate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) RestoreWorkItem(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) SearchQueries(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) UpdateComment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) UpdateQuery(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWorkitemtrackingClientMockRecorder) UpdateWorkItem(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccountsClient ¶
type MockAccountsClient struct {
// contains filtered or unexported fields
}
MockAccountsClient is a mock of Client interface
func NewMockAccountsClient ¶
func NewMockAccountsClient(ctrl *gomock.Controller) *MockAccountsClient
NewMockAccountsClient creates a new mock instance
func (*MockAccountsClient) EXPECT ¶
func (m *MockAccountsClient) EXPECT() *MockAccountsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAccountsClient) GetAccounts ¶
func (m *MockAccountsClient) GetAccounts(arg0 context.Context, arg1 accounts.GetAccountsArgs) (*[]accounts.Account, error)
GetAccounts mocks base method
type MockAccountsClientMockRecorder ¶
type MockAccountsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAccountsClientMockRecorder is the mock recorder for MockAccountsClient
func (*MockAccountsClientMockRecorder) GetAccounts ¶
func (mr *MockAccountsClientMockRecorder) GetAccounts(arg0, arg1 interface{}) *gomock.Call
GetAccounts indicates an expected call of GetAccounts
type MockBuildClient ¶
type MockBuildClient struct {
// contains filtered or unexported fields
}
MockBuildClient is a mock of Client interface
func NewMockBuildClient ¶
func NewMockBuildClient(ctrl *gomock.Controller) *MockBuildClient
NewMockBuildClient creates a new mock instance
func (*MockBuildClient) AddBuildTag ¶
func (m *MockBuildClient) AddBuildTag(arg0 context.Context, arg1 build.AddBuildTagArgs) (*[]string, error)
AddBuildTag mocks base method
func (*MockBuildClient) AddBuildTags ¶
func (m *MockBuildClient) AddBuildTags(arg0 context.Context, arg1 build.AddBuildTagsArgs) (*[]string, error)
AddBuildTags mocks base method
func (*MockBuildClient) AddDefinitionTag ¶
func (m *MockBuildClient) AddDefinitionTag(arg0 context.Context, arg1 build.AddDefinitionTagArgs) (*[]string, error)
AddDefinitionTag mocks base method
func (*MockBuildClient) AddDefinitionTags ¶
func (m *MockBuildClient) AddDefinitionTags(arg0 context.Context, arg1 build.AddDefinitionTagsArgs) (*[]string, error)
AddDefinitionTags mocks base method
func (*MockBuildClient) AuthorizeDefinitionResources ¶
func (m *MockBuildClient) AuthorizeDefinitionResources(arg0 context.Context, arg1 build.AuthorizeDefinitionResourcesArgs) (*[]build.DefinitionResourceReference, error)
AuthorizeDefinitionResources mocks base method
func (*MockBuildClient) AuthorizeProjectResources ¶
func (m *MockBuildClient) AuthorizeProjectResources(arg0 context.Context, arg1 build.AuthorizeProjectResourcesArgs) (*[]build.DefinitionResourceReference, error)
AuthorizeProjectResources mocks base method
func (*MockBuildClient) CreateArtifact ¶
func (m *MockBuildClient) CreateArtifact(arg0 context.Context, arg1 build.CreateArtifactArgs) (*build.BuildArtifact, error)
CreateArtifact mocks base method
func (*MockBuildClient) CreateDefinition ¶
func (m *MockBuildClient) CreateDefinition(arg0 context.Context, arg1 build.CreateDefinitionArgs) (*build.BuildDefinition, error)
CreateDefinition mocks base method
func (*MockBuildClient) CreateFolder ¶
func (m *MockBuildClient) CreateFolder(arg0 context.Context, arg1 build.CreateFolderArgs) (*build.Folder, error)
CreateFolder mocks base method
func (*MockBuildClient) DeleteBuild ¶
func (m *MockBuildClient) DeleteBuild(arg0 context.Context, arg1 build.DeleteBuildArgs) error
DeleteBuild mocks base method
func (*MockBuildClient) DeleteBuildTag ¶
func (m *MockBuildClient) DeleteBuildTag(arg0 context.Context, arg1 build.DeleteBuildTagArgs) (*[]string, error)
DeleteBuildTag mocks base method
func (*MockBuildClient) DeleteDefinition ¶
func (m *MockBuildClient) DeleteDefinition(arg0 context.Context, arg1 build.DeleteDefinitionArgs) error
DeleteDefinition mocks base method
func (*MockBuildClient) DeleteDefinitionTag ¶
func (m *MockBuildClient) DeleteDefinitionTag(arg0 context.Context, arg1 build.DeleteDefinitionTagArgs) (*[]string, error)
DeleteDefinitionTag mocks base method
func (*MockBuildClient) DeleteFolder ¶
func (m *MockBuildClient) DeleteFolder(arg0 context.Context, arg1 build.DeleteFolderArgs) error
DeleteFolder mocks base method
func (*MockBuildClient) DeleteTemplate ¶
func (m *MockBuildClient) DeleteTemplate(arg0 context.Context, arg1 build.DeleteTemplateArgs) error
DeleteTemplate mocks base method
func (*MockBuildClient) EXPECT ¶
func (m *MockBuildClient) EXPECT() *MockBuildClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBuildClient) GetArtifact ¶
func (m *MockBuildClient) GetArtifact(arg0 context.Context, arg1 build.GetArtifactArgs) (*build.BuildArtifact, error)
GetArtifact mocks base method
func (*MockBuildClient) GetArtifactContentZip ¶
func (m *MockBuildClient) GetArtifactContentZip(arg0 context.Context, arg1 build.GetArtifactContentZipArgs) (io.ReadCloser, error)
GetArtifactContentZip mocks base method
func (*MockBuildClient) GetArtifacts ¶
func (m *MockBuildClient) GetArtifacts(arg0 context.Context, arg1 build.GetArtifactsArgs) (*[]build.BuildArtifact, error)
GetArtifacts mocks base method
func (*MockBuildClient) GetAttachment ¶
func (m *MockBuildClient) GetAttachment(arg0 context.Context, arg1 build.GetAttachmentArgs) (io.ReadCloser, error)
GetAttachment mocks base method
func (*MockBuildClient) GetAttachments ¶
func (m *MockBuildClient) GetAttachments(arg0 context.Context, arg1 build.GetAttachmentsArgs) (*[]build.Attachment, error)
GetAttachments mocks base method
func (*MockBuildClient) GetBuild ¶
func (m *MockBuildClient) GetBuild(arg0 context.Context, arg1 build.GetBuildArgs) (*build.Build, error)
GetBuild mocks base method
func (*MockBuildClient) GetBuildBadge ¶
func (m *MockBuildClient) GetBuildBadge(arg0 context.Context, arg1 build.GetBuildBadgeArgs) (*build.BuildBadge, error)
GetBuildBadge mocks base method
func (*MockBuildClient) GetBuildBadgeData ¶
func (m *MockBuildClient) GetBuildBadgeData(arg0 context.Context, arg1 build.GetBuildBadgeDataArgs) (*string, error)
GetBuildBadgeData mocks base method
func (*MockBuildClient) GetBuildChanges ¶
func (m *MockBuildClient) GetBuildChanges(arg0 context.Context, arg1 build.GetBuildChangesArgs) (*build.GetBuildChangesResponseValue, error)
GetBuildChanges mocks base method
func (*MockBuildClient) GetBuildController ¶
func (m *MockBuildClient) GetBuildController(arg0 context.Context, arg1 build.GetBuildControllerArgs) (*build.BuildController, error)
GetBuildController mocks base method
func (*MockBuildClient) GetBuildControllers ¶
func (m *MockBuildClient) GetBuildControllers(arg0 context.Context, arg1 build.GetBuildControllersArgs) (*[]build.BuildController, error)
GetBuildControllers mocks base method
func (*MockBuildClient) GetBuildLog ¶
func (m *MockBuildClient) GetBuildLog(arg0 context.Context, arg1 build.GetBuildLogArgs) (io.ReadCloser, error)
GetBuildLog mocks base method
func (*MockBuildClient) GetBuildLogLines ¶
func (m *MockBuildClient) GetBuildLogLines(arg0 context.Context, arg1 build.GetBuildLogLinesArgs) (*[]string, error)
GetBuildLogLines mocks base method
func (*MockBuildClient) GetBuildLogZip ¶
func (m *MockBuildClient) GetBuildLogZip(arg0 context.Context, arg1 build.GetBuildLogZipArgs) (io.ReadCloser, error)
GetBuildLogZip mocks base method
func (*MockBuildClient) GetBuildLogs ¶
func (m *MockBuildClient) GetBuildLogs(arg0 context.Context, arg1 build.GetBuildLogsArgs) (*[]build.BuildLog, error)
GetBuildLogs mocks base method
func (*MockBuildClient) GetBuildLogsZip ¶
func (m *MockBuildClient) GetBuildLogsZip(arg0 context.Context, arg1 build.GetBuildLogsZipArgs) (io.ReadCloser, error)
GetBuildLogsZip mocks base method
func (*MockBuildClient) GetBuildOptionDefinitions ¶
func (m *MockBuildClient) GetBuildOptionDefinitions(arg0 context.Context, arg1 build.GetBuildOptionDefinitionsArgs) (*[]build.BuildOptionDefinition, error)
GetBuildOptionDefinitions mocks base method
func (*MockBuildClient) GetBuildProperties ¶
func (m *MockBuildClient) GetBuildProperties(arg0 context.Context, arg1 build.GetBuildPropertiesArgs) (interface{}, error)
GetBuildProperties mocks base method
func (*MockBuildClient) GetBuildReport ¶
func (m *MockBuildClient) GetBuildReport(arg0 context.Context, arg1 build.GetBuildReportArgs) (*build.BuildReportMetadata, error)
GetBuildReport mocks base method
func (*MockBuildClient) GetBuildReportHtmlContent ¶
func (m *MockBuildClient) GetBuildReportHtmlContent(arg0 context.Context, arg1 build.GetBuildReportHtmlContentArgs) (io.ReadCloser, error)
GetBuildReportHtmlContent mocks base method
func (*MockBuildClient) GetBuildSettings ¶
func (m *MockBuildClient) GetBuildSettings(arg0 context.Context, arg1 build.GetBuildSettingsArgs) (*build.BuildSettings, error)
GetBuildSettings mocks base method
func (*MockBuildClient) GetBuildTags ¶
func (m *MockBuildClient) GetBuildTags(arg0 context.Context, arg1 build.GetBuildTagsArgs) (*[]string, error)
GetBuildTags mocks base method
func (*MockBuildClient) GetBuildTimeline ¶
func (m *MockBuildClient) GetBuildTimeline(arg0 context.Context, arg1 build.GetBuildTimelineArgs) (*build.Timeline, error)
GetBuildTimeline mocks base method
func (*MockBuildClient) GetBuildWorkItemsRefs ¶
func (m *MockBuildClient) GetBuildWorkItemsRefs(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsArgs) (*[]webapi.ResourceRef, error)
GetBuildWorkItemsRefs mocks base method
func (*MockBuildClient) GetBuildWorkItemsRefsFromCommits ¶
func (m *MockBuildClient) GetBuildWorkItemsRefsFromCommits(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsFromCommitsArgs) (*[]webapi.ResourceRef, error)
GetBuildWorkItemsRefsFromCommits mocks base method
func (*MockBuildClient) GetBuilds ¶
func (m *MockBuildClient) GetBuilds(arg0 context.Context, arg1 build.GetBuildsArgs) (*build.GetBuildsResponseValue, error)
GetBuilds mocks base method
func (*MockBuildClient) GetChangesBetweenBuilds ¶
func (m *MockBuildClient) GetChangesBetweenBuilds(arg0 context.Context, arg1 build.GetChangesBetweenBuildsArgs) (*[]build.Change, error)
GetChangesBetweenBuilds mocks base method
func (*MockBuildClient) GetDefinition ¶
func (m *MockBuildClient) GetDefinition(arg0 context.Context, arg1 build.GetDefinitionArgs) (*build.BuildDefinition, error)
GetDefinition mocks base method
func (*MockBuildClient) GetDefinitionMetrics ¶
func (m *MockBuildClient) GetDefinitionMetrics(arg0 context.Context, arg1 build.GetDefinitionMetricsArgs) (*[]build.BuildMetric, error)
GetDefinitionMetrics mocks base method
func (*MockBuildClient) GetDefinitionProperties ¶
func (m *MockBuildClient) GetDefinitionProperties(arg0 context.Context, arg1 build.GetDefinitionPropertiesArgs) (interface{}, error)
GetDefinitionProperties mocks base method
func (*MockBuildClient) GetDefinitionResources ¶
func (m *MockBuildClient) GetDefinitionResources(arg0 context.Context, arg1 build.GetDefinitionResourcesArgs) (*[]build.DefinitionResourceReference, error)
GetDefinitionResources mocks base method
func (*MockBuildClient) GetDefinitionRevisions ¶
func (m *MockBuildClient) GetDefinitionRevisions(arg0 context.Context, arg1 build.GetDefinitionRevisionsArgs) (*[]build.BuildDefinitionRevision, error)
GetDefinitionRevisions mocks base method
func (*MockBuildClient) GetDefinitionTags ¶
func (m *MockBuildClient) GetDefinitionTags(arg0 context.Context, arg1 build.GetDefinitionTagsArgs) (*[]string, error)
GetDefinitionTags mocks base method
func (*MockBuildClient) GetDefinitions ¶
func (m *MockBuildClient) GetDefinitions(arg0 context.Context, arg1 build.GetDefinitionsArgs) (*build.GetDefinitionsResponseValue, error)
GetDefinitions mocks base method
func (*MockBuildClient) GetFile ¶
func (m *MockBuildClient) GetFile(arg0 context.Context, arg1 build.GetFileArgs) (io.ReadCloser, error)
GetFile mocks base method
func (*MockBuildClient) GetFileContents ¶
func (m *MockBuildClient) GetFileContents(arg0 context.Context, arg1 build.GetFileContentsArgs) (io.ReadCloser, error)
GetFileContents mocks base method
func (*MockBuildClient) GetFolders ¶
func (m *MockBuildClient) GetFolders(arg0 context.Context, arg1 build.GetFoldersArgs) (*[]build.Folder, error)
GetFolders mocks base method
func (*MockBuildClient) GetLatestBuild ¶
func (m *MockBuildClient) GetLatestBuild(arg0 context.Context, arg1 build.GetLatestBuildArgs) (*build.Build, error)
GetLatestBuild mocks base method
func (*MockBuildClient) GetPathContents ¶
func (m *MockBuildClient) GetPathContents(arg0 context.Context, arg1 build.GetPathContentsArgs) (*[]build.SourceRepositoryItem, error)
GetPathContents mocks base method
func (*MockBuildClient) GetProjectMetrics ¶
func (m *MockBuildClient) GetProjectMetrics(arg0 context.Context, arg1 build.GetProjectMetricsArgs) (*[]build.BuildMetric, error)
GetProjectMetrics mocks base method
func (*MockBuildClient) GetProjectResources ¶
func (m *MockBuildClient) GetProjectResources(arg0 context.Context, arg1 build.GetProjectResourcesArgs) (*[]build.DefinitionResourceReference, error)
GetProjectResources mocks base method
func (*MockBuildClient) GetPullRequest ¶
func (m *MockBuildClient) GetPullRequest(arg0 context.Context, arg1 build.GetPullRequestArgs) (*build.PullRequest, error)
GetPullRequest mocks base method
func (*MockBuildClient) GetResourceUsage ¶
func (m *MockBuildClient) GetResourceUsage(arg0 context.Context, arg1 build.GetResourceUsageArgs) (*build.BuildResourceUsage, error)
GetResourceUsage mocks base method
func (*MockBuildClient) GetStatusBadge ¶
func (m *MockBuildClient) GetStatusBadge(arg0 context.Context, arg1 build.GetStatusBadgeArgs) (*string, error)
GetStatusBadge mocks base method
func (*MockBuildClient) GetTags ¶
func (m *MockBuildClient) GetTags(arg0 context.Context, arg1 build.GetTagsArgs) (*[]string, error)
GetTags mocks base method
func (*MockBuildClient) GetTemplate ¶
func (m *MockBuildClient) GetTemplate(arg0 context.Context, arg1 build.GetTemplateArgs) (*build.BuildDefinitionTemplate, error)
GetTemplate mocks base method
func (*MockBuildClient) GetTemplates ¶
func (m *MockBuildClient) GetTemplates(arg0 context.Context, arg1 build.GetTemplatesArgs) (*[]build.BuildDefinitionTemplate, error)
GetTemplates mocks base method
func (*MockBuildClient) GetWorkItemsBetweenBuilds ¶
func (m *MockBuildClient) GetWorkItemsBetweenBuilds(arg0 context.Context, arg1 build.GetWorkItemsBetweenBuildsArgs) (*[]webapi.ResourceRef, error)
GetWorkItemsBetweenBuilds mocks base method
func (*MockBuildClient) ListBranches ¶
func (m *MockBuildClient) ListBranches(arg0 context.Context, arg1 build.ListBranchesArgs) (*[]string, error)
ListBranches mocks base method
func (*MockBuildClient) ListRepositories ¶
func (m *MockBuildClient) ListRepositories(arg0 context.Context, arg1 build.ListRepositoriesArgs) (*build.SourceRepositories, error)
ListRepositories mocks base method
func (*MockBuildClient) ListSourceProviders ¶
func (m *MockBuildClient) ListSourceProviders(arg0 context.Context, arg1 build.ListSourceProvidersArgs) (*[]build.SourceProviderAttributes, error)
ListSourceProviders mocks base method
func (*MockBuildClient) ListWebhooks ¶
func (m *MockBuildClient) ListWebhooks(arg0 context.Context, arg1 build.ListWebhooksArgs) (*[]build.RepositoryWebhook, error)
ListWebhooks mocks base method
func (*MockBuildClient) QueueBuild ¶
func (m *MockBuildClient) QueueBuild(arg0 context.Context, arg1 build.QueueBuildArgs) (*build.Build, error)
QueueBuild mocks base method
func (*MockBuildClient) RestoreDefinition ¶
func (m *MockBuildClient) RestoreDefinition(arg0 context.Context, arg1 build.RestoreDefinitionArgs) (*build.BuildDefinition, error)
RestoreDefinition mocks base method
func (*MockBuildClient) RestoreWebhooks ¶
func (m *MockBuildClient) RestoreWebhooks(arg0 context.Context, arg1 build.RestoreWebhooksArgs) error
RestoreWebhooks mocks base method
func (*MockBuildClient) SaveTemplate ¶
func (m *MockBuildClient) SaveTemplate(arg0 context.Context, arg1 build.SaveTemplateArgs) (*build.BuildDefinitionTemplate, error)
SaveTemplate mocks base method
func (*MockBuildClient) UpdateBuild ¶
func (m *MockBuildClient) UpdateBuild(arg0 context.Context, arg1 build.UpdateBuildArgs) (*build.Build, error)
UpdateBuild mocks base method
func (*MockBuildClient) UpdateBuildProperties ¶
func (m *MockBuildClient) UpdateBuildProperties(arg0 context.Context, arg1 build.UpdateBuildPropertiesArgs) (interface{}, error)
UpdateBuildProperties mocks base method
func (*MockBuildClient) UpdateBuildSettings ¶
func (m *MockBuildClient) UpdateBuildSettings(arg0 context.Context, arg1 build.UpdateBuildSettingsArgs) (*build.BuildSettings, error)
UpdateBuildSettings mocks base method
func (*MockBuildClient) UpdateBuilds ¶
func (m *MockBuildClient) UpdateBuilds(arg0 context.Context, arg1 build.UpdateBuildsArgs) (*[]build.Build, error)
UpdateBuilds mocks base method
func (*MockBuildClient) UpdateDefinition ¶
func (m *MockBuildClient) UpdateDefinition(arg0 context.Context, arg1 build.UpdateDefinitionArgs) (*build.BuildDefinition, error)
UpdateDefinition mocks base method
func (*MockBuildClient) UpdateDefinitionProperties ¶
func (m *MockBuildClient) UpdateDefinitionProperties(arg0 context.Context, arg1 build.UpdateDefinitionPropertiesArgs) (interface{}, error)
UpdateDefinitionProperties mocks base method
func (*MockBuildClient) UpdateFolder ¶
func (m *MockBuildClient) UpdateFolder(arg0 context.Context, arg1 build.UpdateFolderArgs) (*build.Folder, error)
UpdateFolder mocks base method
type MockBuildClientMockRecorder ¶
type MockBuildClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBuildClientMockRecorder is the mock recorder for MockBuildClient
func (*MockBuildClientMockRecorder) AddBuildTag ¶
func (mr *MockBuildClientMockRecorder) AddBuildTag(arg0, arg1 interface{}) *gomock.Call
AddBuildTag indicates an expected call of AddBuildTag
func (*MockBuildClientMockRecorder) AddBuildTags ¶
func (mr *MockBuildClientMockRecorder) AddBuildTags(arg0, arg1 interface{}) *gomock.Call
AddBuildTags indicates an expected call of AddBuildTags
func (*MockBuildClientMockRecorder) AddDefinitionTag ¶
func (mr *MockBuildClientMockRecorder) AddDefinitionTag(arg0, arg1 interface{}) *gomock.Call
AddDefinitionTag indicates an expected call of AddDefinitionTag
func (*MockBuildClientMockRecorder) AddDefinitionTags ¶
func (mr *MockBuildClientMockRecorder) AddDefinitionTags(arg0, arg1 interface{}) *gomock.Call
AddDefinitionTags indicates an expected call of AddDefinitionTags
func (*MockBuildClientMockRecorder) AuthorizeDefinitionResources ¶
func (mr *MockBuildClientMockRecorder) AuthorizeDefinitionResources(arg0, arg1 interface{}) *gomock.Call
AuthorizeDefinitionResources indicates an expected call of AuthorizeDefinitionResources
func (*MockBuildClientMockRecorder) AuthorizeProjectResources ¶
func (mr *MockBuildClientMockRecorder) AuthorizeProjectResources(arg0, arg1 interface{}) *gomock.Call
AuthorizeProjectResources indicates an expected call of AuthorizeProjectResources
func (*MockBuildClientMockRecorder) CreateArtifact ¶
func (mr *MockBuildClientMockRecorder) CreateArtifact(arg0, arg1 interface{}) *gomock.Call
CreateArtifact indicates an expected call of CreateArtifact
func (*MockBuildClientMockRecorder) CreateDefinition ¶
func (mr *MockBuildClientMockRecorder) CreateDefinition(arg0, arg1 interface{}) *gomock.Call
CreateDefinition indicates an expected call of CreateDefinition
func (*MockBuildClientMockRecorder) CreateFolder ¶
func (mr *MockBuildClientMockRecorder) CreateFolder(arg0, arg1 interface{}) *gomock.Call
CreateFolder indicates an expected call of CreateFolder
func (*MockBuildClientMockRecorder) DeleteBuild ¶
func (mr *MockBuildClientMockRecorder) DeleteBuild(arg0, arg1 interface{}) *gomock.Call
DeleteBuild indicates an expected call of DeleteBuild
func (*MockBuildClientMockRecorder) DeleteBuildTag ¶
func (mr *MockBuildClientMockRecorder) DeleteBuildTag(arg0, arg1 interface{}) *gomock.Call
DeleteBuildTag indicates an expected call of DeleteBuildTag
func (*MockBuildClientMockRecorder) DeleteDefinition ¶
func (mr *MockBuildClientMockRecorder) DeleteDefinition(arg0, arg1 interface{}) *gomock.Call
DeleteDefinition indicates an expected call of DeleteDefinition
func (*MockBuildClientMockRecorder) DeleteDefinitionTag ¶
func (mr *MockBuildClientMockRecorder) DeleteDefinitionTag(arg0, arg1 interface{}) *gomock.Call
DeleteDefinitionTag indicates an expected call of DeleteDefinitionTag
func (*MockBuildClientMockRecorder) DeleteFolder ¶
func (mr *MockBuildClientMockRecorder) DeleteFolder(arg0, arg1 interface{}) *gomock.Call
DeleteFolder indicates an expected call of DeleteFolder
func (*MockBuildClientMockRecorder) DeleteTemplate ¶
func (mr *MockBuildClientMockRecorder) DeleteTemplate(arg0, arg1 interface{}) *gomock.Call
DeleteTemplate indicates an expected call of DeleteTemplate
func (*MockBuildClientMockRecorder) GetArtifact ¶
func (mr *MockBuildClientMockRecorder) GetArtifact(arg0, arg1 interface{}) *gomock.Call
GetArtifact indicates an expected call of GetArtifact
func (*MockBuildClientMockRecorder) GetArtifactContentZip ¶
func (mr *MockBuildClientMockRecorder) GetArtifactContentZip(arg0, arg1 interface{}) *gomock.Call
GetArtifactContentZip indicates an expected call of GetArtifactContentZip
func (*MockBuildClientMockRecorder) GetArtifacts ¶
func (mr *MockBuildClientMockRecorder) GetArtifacts(arg0, arg1 interface{}) *gomock.Call
GetArtifacts indicates an expected call of GetArtifacts
func (*MockBuildClientMockRecorder) GetAttachment ¶
func (mr *MockBuildClientMockRecorder) GetAttachment(arg0, arg1 interface{}) *gomock.Call
GetAttachment indicates an expected call of GetAttachment
func (*MockBuildClientMockRecorder) GetAttachments ¶
func (mr *MockBuildClientMockRecorder) GetAttachments(arg0, arg1 interface{}) *gomock.Call
GetAttachments indicates an expected call of GetAttachments
func (*MockBuildClientMockRecorder) GetBuild ¶
func (mr *MockBuildClientMockRecorder) GetBuild(arg0, arg1 interface{}) *gomock.Call
GetBuild indicates an expected call of GetBuild
func (*MockBuildClientMockRecorder) GetBuildBadge ¶
func (mr *MockBuildClientMockRecorder) GetBuildBadge(arg0, arg1 interface{}) *gomock.Call
GetBuildBadge indicates an expected call of GetBuildBadge
func (*MockBuildClientMockRecorder) GetBuildBadgeData ¶
func (mr *MockBuildClientMockRecorder) GetBuildBadgeData(arg0, arg1 interface{}) *gomock.Call
GetBuildBadgeData indicates an expected call of GetBuildBadgeData
func (*MockBuildClientMockRecorder) GetBuildChanges ¶
func (mr *MockBuildClientMockRecorder) GetBuildChanges(arg0, arg1 interface{}) *gomock.Call
GetBuildChanges indicates an expected call of GetBuildChanges
func (*MockBuildClientMockRecorder) GetBuildController ¶
func (mr *MockBuildClientMockRecorder) GetBuildController(arg0, arg1 interface{}) *gomock.Call
GetBuildController indicates an expected call of GetBuildController
func (*MockBuildClientMockRecorder) GetBuildControllers ¶
func (mr *MockBuildClientMockRecorder) GetBuildControllers(arg0, arg1 interface{}) *gomock.Call
GetBuildControllers indicates an expected call of GetBuildControllers
func (*MockBuildClientMockRecorder) GetBuildLog ¶
func (mr *MockBuildClientMockRecorder) GetBuildLog(arg0, arg1 interface{}) *gomock.Call
GetBuildLog indicates an expected call of GetBuildLog
func (*MockBuildClientMockRecorder) GetBuildLogLines ¶
func (mr *MockBuildClientMockRecorder) GetBuildLogLines(arg0, arg1 interface{}) *gomock.Call
GetBuildLogLines indicates an expected call of GetBuildLogLines
func (*MockBuildClientMockRecorder) GetBuildLogZip ¶
func (mr *MockBuildClientMockRecorder) GetBuildLogZip(arg0, arg1 interface{}) *gomock.Call
GetBuildLogZip indicates an expected call of GetBuildLogZip
func (*MockBuildClientMockRecorder) GetBuildLogs ¶
func (mr *MockBuildClientMockRecorder) GetBuildLogs(arg0, arg1 interface{}) *gomock.Call
GetBuildLogs indicates an expected call of GetBuildLogs
func (*MockBuildClientMockRecorder) GetBuildLogsZip ¶
func (mr *MockBuildClientMockRecorder) GetBuildLogsZip(arg0, arg1 interface{}) *gomock.Call
GetBuildLogsZip indicates an expected call of GetBuildLogsZip
func (*MockBuildClientMockRecorder) GetBuildOptionDefinitions ¶
func (mr *MockBuildClientMockRecorder) GetBuildOptionDefinitions(arg0, arg1 interface{}) *gomock.Call
GetBuildOptionDefinitions indicates an expected call of GetBuildOptionDefinitions
func (*MockBuildClientMockRecorder) GetBuildProperties ¶
func (mr *MockBuildClientMockRecorder) GetBuildProperties(arg0, arg1 interface{}) *gomock.Call
GetBuildProperties indicates an expected call of GetBuildProperties
func (*MockBuildClientMockRecorder) GetBuildReport ¶
func (mr *MockBuildClientMockRecorder) GetBuildReport(arg0, arg1 interface{}) *gomock.Call
GetBuildReport indicates an expected call of GetBuildReport
func (*MockBuildClientMockRecorder) GetBuildReportHtmlContent ¶
func (mr *MockBuildClientMockRecorder) GetBuildReportHtmlContent(arg0, arg1 interface{}) *gomock.Call
GetBuildReportHtmlContent indicates an expected call of GetBuildReportHtmlContent
func (*MockBuildClientMockRecorder) GetBuildSettings ¶
func (mr *MockBuildClientMockRecorder) GetBuildSettings(arg0, arg1 interface{}) *gomock.Call
GetBuildSettings indicates an expected call of GetBuildSettings
func (*MockBuildClientMockRecorder) GetBuildTags ¶
func (mr *MockBuildClientMockRecorder) GetBuildTags(arg0, arg1 interface{}) *gomock.Call
GetBuildTags indicates an expected call of GetBuildTags
func (*MockBuildClientMockRecorder) GetBuildTimeline ¶
func (mr *MockBuildClientMockRecorder) GetBuildTimeline(arg0, arg1 interface{}) *gomock.Call
GetBuildTimeline indicates an expected call of GetBuildTimeline
func (*MockBuildClientMockRecorder) GetBuildWorkItemsRefs ¶
func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefs(arg0, arg1 interface{}) *gomock.Call
GetBuildWorkItemsRefs indicates an expected call of GetBuildWorkItemsRefs
func (*MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits ¶
func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits(arg0, arg1 interface{}) *gomock.Call
GetBuildWorkItemsRefsFromCommits indicates an expected call of GetBuildWorkItemsRefsFromCommits
func (*MockBuildClientMockRecorder) GetBuilds ¶
func (mr *MockBuildClientMockRecorder) GetBuilds(arg0, arg1 interface{}) *gomock.Call
GetBuilds indicates an expected call of GetBuilds
func (*MockBuildClientMockRecorder) GetChangesBetweenBuilds ¶
func (mr *MockBuildClientMockRecorder) GetChangesBetweenBuilds(arg0, arg1 interface{}) *gomock.Call
GetChangesBetweenBuilds indicates an expected call of GetChangesBetweenBuilds
func (*MockBuildClientMockRecorder) GetDefinition ¶
func (mr *MockBuildClientMockRecorder) GetDefinition(arg0, arg1 interface{}) *gomock.Call
GetDefinition indicates an expected call of GetDefinition
func (*MockBuildClientMockRecorder) GetDefinitionMetrics ¶
func (mr *MockBuildClientMockRecorder) GetDefinitionMetrics(arg0, arg1 interface{}) *gomock.Call
GetDefinitionMetrics indicates an expected call of GetDefinitionMetrics
func (*MockBuildClientMockRecorder) GetDefinitionProperties ¶
func (mr *MockBuildClientMockRecorder) GetDefinitionProperties(arg0, arg1 interface{}) *gomock.Call
GetDefinitionProperties indicates an expected call of GetDefinitionProperties
func (*MockBuildClientMockRecorder) GetDefinitionResources ¶
func (mr *MockBuildClientMockRecorder) GetDefinitionResources(arg0, arg1 interface{}) *gomock.Call
GetDefinitionResources indicates an expected call of GetDefinitionResources
func (*MockBuildClientMockRecorder) GetDefinitionRevisions ¶
func (mr *MockBuildClientMockRecorder) GetDefinitionRevisions(arg0, arg1 interface{}) *gomock.Call
GetDefinitionRevisions indicates an expected call of GetDefinitionRevisions
func (*MockBuildClientMockRecorder) GetDefinitionTags ¶
func (mr *MockBuildClientMockRecorder) GetDefinitionTags(arg0, arg1 interface{}) *gomock.Call
GetDefinitionTags indicates an expected call of GetDefinitionTags
func (*MockBuildClientMockRecorder) GetDefinitions ¶
func (mr *MockBuildClientMockRecorder) GetDefinitions(arg0, arg1 interface{}) *gomock.Call
GetDefinitions indicates an expected call of GetDefinitions
func (*MockBuildClientMockRecorder) GetFile ¶
func (mr *MockBuildClientMockRecorder) GetFile(arg0, arg1 interface{}) *gomock.Call
GetFile indicates an expected call of GetFile
func (*MockBuildClientMockRecorder) GetFileContents ¶
func (mr *MockBuildClientMockRecorder) GetFileContents(arg0, arg1 interface{}) *gomock.Call
GetFileContents indicates an expected call of GetFileContents
func (*MockBuildClientMockRecorder) GetFolders ¶
func (mr *MockBuildClientMockRecorder) GetFolders(arg0, arg1 interface{}) *gomock.Call
GetFolders indicates an expected call of GetFolders
func (*MockBuildClientMockRecorder) GetLatestBuild ¶
func (mr *MockBuildClientMockRecorder) GetLatestBuild(arg0, arg1 interface{}) *gomock.Call
GetLatestBuild indicates an expected call of GetLatestBuild
func (*MockBuildClientMockRecorder) GetPathContents ¶
func (mr *MockBuildClientMockRecorder) GetPathContents(arg0, arg1 interface{}) *gomock.Call
GetPathContents indicates an expected call of GetPathContents
func (*MockBuildClientMockRecorder) GetProjectMetrics ¶
func (mr *MockBuildClientMockRecorder) GetProjectMetrics(arg0, arg1 interface{}) *gomock.Call
GetProjectMetrics indicates an expected call of GetProjectMetrics
func (*MockBuildClientMockRecorder) GetProjectResources ¶
func (mr *MockBuildClientMockRecorder) GetProjectResources(arg0, arg1 interface{}) *gomock.Call
GetProjectResources indicates an expected call of GetProjectResources
func (*MockBuildClientMockRecorder) GetPullRequest ¶
func (mr *MockBuildClientMockRecorder) GetPullRequest(arg0, arg1 interface{}) *gomock.Call
GetPullRequest indicates an expected call of GetPullRequest
func (*MockBuildClientMockRecorder) GetResourceUsage ¶
func (mr *MockBuildClientMockRecorder) GetResourceUsage(arg0, arg1 interface{}) *gomock.Call
GetResourceUsage indicates an expected call of GetResourceUsage
func (*MockBuildClientMockRecorder) GetStatusBadge ¶
func (mr *MockBuildClientMockRecorder) GetStatusBadge(arg0, arg1 interface{}) *gomock.Call
GetStatusBadge indicates an expected call of GetStatusBadge
func (*MockBuildClientMockRecorder) GetTags ¶
func (mr *MockBuildClientMockRecorder) GetTags(arg0, arg1 interface{}) *gomock.Call
GetTags indicates an expected call of GetTags
func (*MockBuildClientMockRecorder) GetTemplate ¶
func (mr *MockBuildClientMockRecorder) GetTemplate(arg0, arg1 interface{}) *gomock.Call
GetTemplate indicates an expected call of GetTemplate
func (*MockBuildClientMockRecorder) GetTemplates ¶
func (mr *MockBuildClientMockRecorder) GetTemplates(arg0, arg1 interface{}) *gomock.Call
GetTemplates indicates an expected call of GetTemplates
func (*MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds ¶
func (mr *MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds(arg0, arg1 interface{}) *gomock.Call
GetWorkItemsBetweenBuilds indicates an expected call of GetWorkItemsBetweenBuilds
func (*MockBuildClientMockRecorder) ListBranches ¶
func (mr *MockBuildClientMockRecorder) ListBranches(arg0, arg1 interface{}) *gomock.Call
ListBranches indicates an expected call of ListBranches
func (*MockBuildClientMockRecorder) ListRepositories ¶
func (mr *MockBuildClientMockRecorder) ListRepositories(arg0, arg1 interface{}) *gomock.Call
ListRepositories indicates an expected call of ListRepositories
func (*MockBuildClientMockRecorder) ListSourceProviders ¶
func (mr *MockBuildClientMockRecorder) ListSourceProviders(arg0, arg1 interface{}) *gomock.Call
ListSourceProviders indicates an expected call of ListSourceProviders
func (*MockBuildClientMockRecorder) ListWebhooks ¶
func (mr *MockBuildClientMockRecorder) ListWebhooks(arg0, arg1 interface{}) *gomock.Call
ListWebhooks indicates an expected call of ListWebhooks
func (*MockBuildClientMockRecorder) QueueBuild ¶
func (mr *MockBuildClientMockRecorder) QueueBuild(arg0, arg1 interface{}) *gomock.Call
QueueBuild indicates an expected call of QueueBuild
func (*MockBuildClientMockRecorder) RestoreDefinition ¶
func (mr *MockBuildClientMockRecorder) RestoreDefinition(arg0, arg1 interface{}) *gomock.Call
RestoreDefinition indicates an expected call of RestoreDefinition
func (*MockBuildClientMockRecorder) RestoreWebhooks ¶
func (mr *MockBuildClientMockRecorder) RestoreWebhooks(arg0, arg1 interface{}) *gomock.Call
RestoreWebhooks indicates an expected call of RestoreWebhooks
func (*MockBuildClientMockRecorder) SaveTemplate ¶
func (mr *MockBuildClientMockRecorder) SaveTemplate(arg0, arg1 interface{}) *gomock.Call
SaveTemplate indicates an expected call of SaveTemplate
func (*MockBuildClientMockRecorder) UpdateBuild ¶
func (mr *MockBuildClientMockRecorder) UpdateBuild(arg0, arg1 interface{}) *gomock.Call
UpdateBuild indicates an expected call of UpdateBuild
func (*MockBuildClientMockRecorder) UpdateBuildProperties ¶
func (mr *MockBuildClientMockRecorder) UpdateBuildProperties(arg0, arg1 interface{}) *gomock.Call
UpdateBuildProperties indicates an expected call of UpdateBuildProperties
func (*MockBuildClientMockRecorder) UpdateBuildSettings ¶
func (mr *MockBuildClientMockRecorder) UpdateBuildSettings(arg0, arg1 interface{}) *gomock.Call
UpdateBuildSettings indicates an expected call of UpdateBuildSettings
func (*MockBuildClientMockRecorder) UpdateBuilds ¶
func (mr *MockBuildClientMockRecorder) UpdateBuilds(arg0, arg1 interface{}) *gomock.Call
UpdateBuilds indicates an expected call of UpdateBuilds
func (*MockBuildClientMockRecorder) UpdateDefinition ¶
func (mr *MockBuildClientMockRecorder) UpdateDefinition(arg0, arg1 interface{}) *gomock.Call
UpdateDefinition indicates an expected call of UpdateDefinition
func (*MockBuildClientMockRecorder) UpdateDefinitionProperties ¶
func (mr *MockBuildClientMockRecorder) UpdateDefinitionProperties(arg0, arg1 interface{}) *gomock.Call
UpdateDefinitionProperties indicates an expected call of UpdateDefinitionProperties
func (*MockBuildClientMockRecorder) UpdateFolder ¶
func (mr *MockBuildClientMockRecorder) UpdateFolder(arg0, arg1 interface{}) *gomock.Call
UpdateFolder indicates an expected call of UpdateFolder
type MockCoreClient ¶
type MockCoreClient struct {
// contains filtered or unexported fields
}
MockCoreClient is a mock of Client interface
func NewMockCoreClient ¶
func NewMockCoreClient(ctrl *gomock.Controller) *MockCoreClient
NewMockCoreClient creates a new mock instance
func (*MockCoreClient) CreateConnectedService ¶
func (m *MockCoreClient) CreateConnectedService(arg0 context.Context, arg1 core.CreateConnectedServiceArgs) (*core.WebApiConnectedService, error)
CreateConnectedService mocks base method
func (*MockCoreClient) CreateOrUpdateProxy ¶
func (m *MockCoreClient) CreateOrUpdateProxy(arg0 context.Context, arg1 core.CreateOrUpdateProxyArgs) (*core.Proxy, error)
CreateOrUpdateProxy mocks base method
func (*MockCoreClient) CreateTeam ¶
func (m *MockCoreClient) CreateTeam(arg0 context.Context, arg1 core.CreateTeamArgs) (*core.WebApiTeam, error)
CreateTeam mocks base method
func (*MockCoreClient) DeleteProxy ¶
func (m *MockCoreClient) DeleteProxy(arg0 context.Context, arg1 core.DeleteProxyArgs) error
DeleteProxy mocks base method
func (*MockCoreClient) DeleteTeam ¶
func (m *MockCoreClient) DeleteTeam(arg0 context.Context, arg1 core.DeleteTeamArgs) error
DeleteTeam mocks base method
func (*MockCoreClient) EXPECT ¶
func (m *MockCoreClient) EXPECT() *MockCoreClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCoreClient) GetAllTeams ¶
func (m *MockCoreClient) GetAllTeams(arg0 context.Context, arg1 core.GetAllTeamsArgs) (*[]core.WebApiTeam, error)
GetAllTeams mocks base method
func (*MockCoreClient) GetConnectedServiceDetails ¶
func (m *MockCoreClient) GetConnectedServiceDetails(arg0 context.Context, arg1 core.GetConnectedServiceDetailsArgs) (*core.WebApiConnectedServiceDetails, error)
GetConnectedServiceDetails mocks base method
func (*MockCoreClient) GetConnectedServices ¶
func (m *MockCoreClient) GetConnectedServices(arg0 context.Context, arg1 core.GetConnectedServicesArgs) (*[]core.WebApiConnectedService, error)
GetConnectedServices mocks base method
func (*MockCoreClient) GetProcessById ¶
func (m *MockCoreClient) GetProcessById(arg0 context.Context, arg1 core.GetProcessByIdArgs) (*core.Process, error)
GetProcessById mocks base method
func (*MockCoreClient) GetProcesses ¶
func (m *MockCoreClient) GetProcesses(arg0 context.Context, arg1 core.GetProcessesArgs) (*[]core.Process, error)
GetProcesses mocks base method
func (*MockCoreClient) GetProject ¶
func (m *MockCoreClient) GetProject(arg0 context.Context, arg1 core.GetProjectArgs) (*core.TeamProject, error)
GetProject mocks base method
func (*MockCoreClient) GetProjectCollection ¶
func (m *MockCoreClient) GetProjectCollection(arg0 context.Context, arg1 core.GetProjectCollectionArgs) (*core.TeamProjectCollection, error)
GetProjectCollection mocks base method
func (*MockCoreClient) GetProjectCollections ¶
func (m *MockCoreClient) GetProjectCollections(arg0 context.Context, arg1 core.GetProjectCollectionsArgs) (*[]core.TeamProjectCollectionReference, error)
GetProjectCollections mocks base method
func (*MockCoreClient) GetProjectProperties ¶
func (m *MockCoreClient) GetProjectProperties(arg0 context.Context, arg1 core.GetProjectPropertiesArgs) (*[]core.ProjectProperty, error)
GetProjectProperties mocks base method
func (*MockCoreClient) GetProjects ¶
func (m *MockCoreClient) GetProjects(arg0 context.Context, arg1 core.GetProjectsArgs) (*core.GetProjectsResponseValue, error)
GetProjects mocks base method
func (*MockCoreClient) GetProxies ¶
func (m *MockCoreClient) GetProxies(arg0 context.Context, arg1 core.GetProxiesArgs) (*[]core.Proxy, error)
GetProxies mocks base method
func (*MockCoreClient) GetTeam ¶
func (m *MockCoreClient) GetTeam(arg0 context.Context, arg1 core.GetTeamArgs) (*core.WebApiTeam, error)
GetTeam mocks base method
func (*MockCoreClient) GetTeamMembersWithExtendedProperties ¶
func (m *MockCoreClient) GetTeamMembersWithExtendedProperties(arg0 context.Context, arg1 core.GetTeamMembersWithExtendedPropertiesArgs) (*[]webapi.TeamMember, error)
GetTeamMembersWithExtendedProperties mocks base method
func (*MockCoreClient) GetTeams ¶
func (m *MockCoreClient) GetTeams(arg0 context.Context, arg1 core.GetTeamsArgs) (*[]core.WebApiTeam, error)
GetTeams mocks base method
func (*MockCoreClient) QueueCreateProject ¶
func (m *MockCoreClient) QueueCreateProject(arg0 context.Context, arg1 core.QueueCreateProjectArgs) (*operations.OperationReference, error)
QueueCreateProject mocks base method
func (*MockCoreClient) QueueDeleteProject ¶
func (m *MockCoreClient) QueueDeleteProject(arg0 context.Context, arg1 core.QueueDeleteProjectArgs) (*operations.OperationReference, error)
QueueDeleteProject mocks base method
func (*MockCoreClient) RemoveProjectAvatar ¶
func (m *MockCoreClient) RemoveProjectAvatar(arg0 context.Context, arg1 core.RemoveProjectAvatarArgs) error
RemoveProjectAvatar mocks base method
func (*MockCoreClient) SetProjectAvatar ¶
func (m *MockCoreClient) SetProjectAvatar(arg0 context.Context, arg1 core.SetProjectAvatarArgs) error
SetProjectAvatar mocks base method
func (*MockCoreClient) SetProjectProperties ¶
func (m *MockCoreClient) SetProjectProperties(arg0 context.Context, arg1 core.SetProjectPropertiesArgs) error
SetProjectProperties mocks base method
func (*MockCoreClient) UpdateProject ¶
func (m *MockCoreClient) UpdateProject(arg0 context.Context, arg1 core.UpdateProjectArgs) (*operations.OperationReference, error)
UpdateProject mocks base method
func (*MockCoreClient) UpdateTeam ¶
func (m *MockCoreClient) UpdateTeam(arg0 context.Context, arg1 core.UpdateTeamArgs) (*core.WebApiTeam, error)
UpdateTeam mocks base method
type MockCoreClientMockRecorder ¶
type MockCoreClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCoreClientMockRecorder is the mock recorder for MockCoreClient
func (*MockCoreClientMockRecorder) CreateConnectedService ¶
func (mr *MockCoreClientMockRecorder) CreateConnectedService(arg0, arg1 interface{}) *gomock.Call
CreateConnectedService indicates an expected call of CreateConnectedService
func (*MockCoreClientMockRecorder) CreateOrUpdateProxy ¶
func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 interface{}) *gomock.Call
CreateOrUpdateProxy indicates an expected call of CreateOrUpdateProxy
func (*MockCoreClientMockRecorder) CreateTeam ¶
func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 interface{}) *gomock.Call
CreateTeam indicates an expected call of CreateTeam
func (*MockCoreClientMockRecorder) DeleteProxy ¶
func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 interface{}) *gomock.Call
DeleteProxy indicates an expected call of DeleteProxy
func (*MockCoreClientMockRecorder) DeleteTeam ¶
func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 interface{}) *gomock.Call
DeleteTeam indicates an expected call of DeleteTeam
func (*MockCoreClientMockRecorder) GetAllTeams ¶
func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 interface{}) *gomock.Call
GetAllTeams indicates an expected call of GetAllTeams
func (*MockCoreClientMockRecorder) GetConnectedServiceDetails ¶
func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 interface{}) *gomock.Call
GetConnectedServiceDetails indicates an expected call of GetConnectedServiceDetails
func (*MockCoreClientMockRecorder) GetConnectedServices ¶
func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 interface{}) *gomock.Call
GetConnectedServices indicates an expected call of GetConnectedServices
func (*MockCoreClientMockRecorder) GetProcessById ¶
func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 interface{}) *gomock.Call
GetProcessById indicates an expected call of GetProcessById
func (*MockCoreClientMockRecorder) GetProcesses ¶
func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 interface{}) *gomock.Call
GetProcesses indicates an expected call of GetProcesses
func (*MockCoreClientMockRecorder) GetProject ¶
func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 interface{}) *gomock.Call
GetProject indicates an expected call of GetProject
func (*MockCoreClientMockRecorder) GetProjectCollection ¶
func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 interface{}) *gomock.Call
GetProjectCollection indicates an expected call of GetProjectCollection
func (*MockCoreClientMockRecorder) GetProjectCollections ¶
func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 interface{}) *gomock.Call
GetProjectCollections indicates an expected call of GetProjectCollections
func (*MockCoreClientMockRecorder) GetProjectProperties ¶
func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 interface{}) *gomock.Call
GetProjectProperties indicates an expected call of GetProjectProperties
func (*MockCoreClientMockRecorder) GetProjects ¶
func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 interface{}) *gomock.Call
GetProjects indicates an expected call of GetProjects
func (*MockCoreClientMockRecorder) GetProxies ¶
func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 interface{}) *gomock.Call
GetProxies indicates an expected call of GetProxies
func (*MockCoreClientMockRecorder) GetTeam ¶
func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 interface{}) *gomock.Call
GetTeam indicates an expected call of GetTeam
func (*MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties ¶
func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 interface{}) *gomock.Call
GetTeamMembersWithExtendedProperties indicates an expected call of GetTeamMembersWithExtendedProperties
func (*MockCoreClientMockRecorder) GetTeams ¶
func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 interface{}) *gomock.Call
GetTeams indicates an expected call of GetTeams
func (*MockCoreClientMockRecorder) QueueCreateProject ¶
func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 interface{}) *gomock.Call
QueueCreateProject indicates an expected call of QueueCreateProject
func (*MockCoreClientMockRecorder) QueueDeleteProject ¶
func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 interface{}) *gomock.Call
QueueDeleteProject indicates an expected call of QueueDeleteProject
func (*MockCoreClientMockRecorder) RemoveProjectAvatar ¶
func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 interface{}) *gomock.Call
RemoveProjectAvatar indicates an expected call of RemoveProjectAvatar
func (*MockCoreClientMockRecorder) SetProjectAvatar ¶
func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 interface{}) *gomock.Call
SetProjectAvatar indicates an expected call of SetProjectAvatar
func (*MockCoreClientMockRecorder) SetProjectProperties ¶
func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 interface{}) *gomock.Call
SetProjectProperties indicates an expected call of SetProjectProperties
func (*MockCoreClientMockRecorder) UpdateProject ¶
func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 interface{}) *gomock.Call
UpdateProject indicates an expected call of UpdateProject
func (*MockCoreClientMockRecorder) UpdateTeam ¶
func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 interface{}) *gomock.Call
UpdateTeam indicates an expected call of UpdateTeam
type MockFeaturemanagementClient ¶ added in v0.1.1
type MockFeaturemanagementClient struct {
// contains filtered or unexported fields
}
MockFeaturemanagementClient is a mock of Client interface
func NewMockFeaturemanagementClient ¶ added in v0.1.1
func NewMockFeaturemanagementClient(ctrl *gomock.Controller) *MockFeaturemanagementClient
NewMockFeaturemanagementClient creates a new mock instance
func (*MockFeaturemanagementClient) EXPECT ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) EXPECT() *MockFeaturemanagementClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFeaturemanagementClient) GetFeature ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) GetFeature(arg0 context.Context, arg1 featuremanagement.GetFeatureArgs) (*featuremanagement.ContributedFeature, error)
GetFeature mocks base method
func (*MockFeaturemanagementClient) GetFeatureState ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) GetFeatureState(arg0 context.Context, arg1 featuremanagement.GetFeatureStateArgs) (*featuremanagement.ContributedFeatureState, error)
GetFeatureState mocks base method
func (*MockFeaturemanagementClient) GetFeatureStateForScope ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) GetFeatureStateForScope(arg0 context.Context, arg1 featuremanagement.GetFeatureStateForScopeArgs) (*featuremanagement.ContributedFeatureState, error)
GetFeatureStateForScope mocks base method
func (*MockFeaturemanagementClient) GetFeatures ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) GetFeatures(arg0 context.Context, arg1 featuremanagement.GetFeaturesArgs) (*[]featuremanagement.ContributedFeature, error)
GetFeatures mocks base method
func (*MockFeaturemanagementClient) QueryFeatureStates ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) QueryFeatureStates(arg0 context.Context, arg1 featuremanagement.QueryFeatureStatesArgs) (*featuremanagement.ContributedFeatureStateQuery, error)
QueryFeatureStates mocks base method
func (*MockFeaturemanagementClient) QueryFeatureStatesForDefaultScope ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) QueryFeatureStatesForDefaultScope(arg0 context.Context, arg1 featuremanagement.QueryFeatureStatesForDefaultScopeArgs) (*featuremanagement.ContributedFeatureStateQuery, error)
QueryFeatureStatesForDefaultScope mocks base method
func (*MockFeaturemanagementClient) QueryFeatureStatesForNamedScope ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) QueryFeatureStatesForNamedScope(arg0 context.Context, arg1 featuremanagement.QueryFeatureStatesForNamedScopeArgs) (*featuremanagement.ContributedFeatureStateQuery, error)
QueryFeatureStatesForNamedScope mocks base method
func (*MockFeaturemanagementClient) SetFeatureState ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) SetFeatureState(arg0 context.Context, arg1 featuremanagement.SetFeatureStateArgs) (*featuremanagement.ContributedFeatureState, error)
SetFeatureState mocks base method
func (*MockFeaturemanagementClient) SetFeatureStateForScope ¶ added in v0.1.1
func (m *MockFeaturemanagementClient) SetFeatureStateForScope(arg0 context.Context, arg1 featuremanagement.SetFeatureStateForScopeArgs) (*featuremanagement.ContributedFeatureState, error)
SetFeatureStateForScope mocks base method
type MockFeaturemanagementClientMockRecorder ¶ added in v0.1.1
type MockFeaturemanagementClientMockRecorder struct {
// contains filtered or unexported fields
}
MockFeaturemanagementClientMockRecorder is the mock recorder for MockFeaturemanagementClient
func (*MockFeaturemanagementClientMockRecorder) GetFeature ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) GetFeature(arg0, arg1 interface{}) *gomock.Call
GetFeature indicates an expected call of GetFeature
func (*MockFeaturemanagementClientMockRecorder) GetFeatureState ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) GetFeatureState(arg0, arg1 interface{}) *gomock.Call
GetFeatureState indicates an expected call of GetFeatureState
func (*MockFeaturemanagementClientMockRecorder) GetFeatureStateForScope ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) GetFeatureStateForScope(arg0, arg1 interface{}) *gomock.Call
GetFeatureStateForScope indicates an expected call of GetFeatureStateForScope
func (*MockFeaturemanagementClientMockRecorder) GetFeatures ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) GetFeatures(arg0, arg1 interface{}) *gomock.Call
GetFeatures indicates an expected call of GetFeatures
func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStates ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStates(arg0, arg1 interface{}) *gomock.Call
QueryFeatureStates indicates an expected call of QueryFeatureStates
func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForDefaultScope ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForDefaultScope(arg0, arg1 interface{}) *gomock.Call
QueryFeatureStatesForDefaultScope indicates an expected call of QueryFeatureStatesForDefaultScope
func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForNamedScope ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForNamedScope(arg0, arg1 interface{}) *gomock.Call
QueryFeatureStatesForNamedScope indicates an expected call of QueryFeatureStatesForNamedScope
func (*MockFeaturemanagementClientMockRecorder) SetFeatureState ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) SetFeatureState(arg0, arg1 interface{}) *gomock.Call
SetFeatureState indicates an expected call of SetFeatureState
func (*MockFeaturemanagementClientMockRecorder) SetFeatureStateForScope ¶ added in v0.1.1
func (mr *MockFeaturemanagementClientMockRecorder) SetFeatureStateForScope(arg0, arg1 interface{}) *gomock.Call
SetFeatureStateForScope indicates an expected call of SetFeatureStateForScope
type MockGitClient ¶
type MockGitClient struct {
// contains filtered or unexported fields
}
MockGitClient is a mock of Client interface
func NewMockGitClient ¶
func NewMockGitClient(ctrl *gomock.Controller) *MockGitClient
NewMockGitClient creates a new mock instance
func (*MockGitClient) CreateAnnotatedTag ¶
func (m *MockGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
CreateAnnotatedTag mocks base method
func (*MockGitClient) CreateAttachment ¶
func (m *MockGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)
CreateAttachment mocks base method
func (*MockGitClient) CreateCherryPick ¶
func (m *MockGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)
CreateCherryPick mocks base method
func (*MockGitClient) CreateComment ¶
func (m *MockGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)
CreateComment mocks base method
func (*MockGitClient) CreateCommitStatus ¶
func (m *MockGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)
CreateCommitStatus mocks base method
func (*MockGitClient) CreateFavorite ¶
func (m *MockGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)
CreateFavorite mocks base method
func (*MockGitClient) CreateForkSyncRequest ¶
func (m *MockGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
CreateForkSyncRequest mocks base method
func (*MockGitClient) CreateImportRequest ¶
func (m *MockGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)
CreateImportRequest mocks base method
func (*MockGitClient) CreateLike ¶
func (m *MockGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error
CreateLike mocks base method
func (*MockGitClient) CreateMergeRequest ¶
func (m *MockGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)
CreateMergeRequest mocks base method
func (*MockGitClient) CreatePullRequest ¶
func (m *MockGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)
CreatePullRequest mocks base method
func (*MockGitClient) CreatePullRequestIterationStatus ¶
func (m *MockGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
CreatePullRequestIterationStatus mocks base method
func (*MockGitClient) CreatePullRequestLabel ¶
func (m *MockGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)
CreatePullRequestLabel mocks base method
func (*MockGitClient) CreatePullRequestReviewer ¶
func (m *MockGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
CreatePullRequestReviewer mocks base method
func (*MockGitClient) CreatePullRequestReviewers ¶
func (m *MockGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
CreatePullRequestReviewers mocks base method
func (*MockGitClient) CreatePullRequestStatus ¶
func (m *MockGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)
CreatePullRequestStatus mocks base method
func (*MockGitClient) CreatePush ¶
func (m *MockGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)
CreatePush mocks base method
func (*MockGitClient) CreateRepository ¶
func (m *MockGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
CreateRepository mocks base method
func (*MockGitClient) CreateRevert ¶
func (m *MockGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)
CreateRevert mocks base method
func (*MockGitClient) CreateThread ¶
func (m *MockGitClient) CreateThread(arg0 context.Context, arg1 git.CreateThreadArgs) (*git.GitPullRequestCommentThread, error)
CreateThread mocks base method
func (*MockGitClient) DeleteAttachment ¶
func (m *MockGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error
DeleteAttachment mocks base method
func (*MockGitClient) DeleteComment ¶
func (m *MockGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error
DeleteComment mocks base method
func (*MockGitClient) DeleteLike ¶
func (m *MockGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error
DeleteLike mocks base method
func (*MockGitClient) DeletePullRequestIterationStatus ¶
func (m *MockGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error
DeletePullRequestIterationStatus mocks base method
func (*MockGitClient) DeletePullRequestLabels ¶
func (m *MockGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error
DeletePullRequestLabels mocks base method
func (*MockGitClient) DeletePullRequestReviewer ¶
func (m *MockGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error
DeletePullRequestReviewer mocks base method
func (*MockGitClient) DeletePullRequestStatus ¶
func (m *MockGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error
DeletePullRequestStatus mocks base method
func (*MockGitClient) DeleteRefFavorite ¶
func (m *MockGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error
DeleteRefFavorite mocks base method
func (*MockGitClient) DeleteRepository ¶
func (m *MockGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error
DeleteRepository mocks base method
func (*MockGitClient) DeleteRepositoryFromRecycleBin ¶
func (m *MockGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error
DeleteRepositoryFromRecycleBin mocks base method
func (*MockGitClient) EXPECT ¶
func (m *MockGitClient) EXPECT() *MockGitClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGitClient) GetAnnotatedTag ¶
func (m *MockGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
GetAnnotatedTag mocks base method
func (*MockGitClient) GetAttachmentContent ¶
func (m *MockGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)
GetAttachmentContent mocks base method
func (*MockGitClient) GetAttachmentZip ¶
func (m *MockGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)
GetAttachmentZip mocks base method
func (*MockGitClient) GetAttachments ¶
func (m *MockGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)
GetAttachments mocks base method
func (*MockGitClient) GetBlob ¶
func (m *MockGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)
GetBlob mocks base method
func (*MockGitClient) GetBlobContent ¶
func (m *MockGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)
GetBlobContent mocks base method
func (*MockGitClient) GetBlobZip ¶
func (m *MockGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)
GetBlobZip mocks base method
func (*MockGitClient) GetBlobsZip ¶
func (m *MockGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)
GetBlobsZip mocks base method
func (*MockGitClient) GetBranch ¶
func (m *MockGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)
GetBranch mocks base method
func (*MockGitClient) GetBranches ¶
func (m *MockGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)
GetBranches mocks base method
func (*MockGitClient) GetChanges ¶
func (m *MockGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)
GetChanges mocks base method
func (*MockGitClient) GetCherryPick ¶
func (m *MockGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)
GetCherryPick mocks base method
func (*MockGitClient) GetCherryPickForRefName ¶
func (m *MockGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)
GetCherryPickForRefName mocks base method
func (*MockGitClient) GetComment ¶
func (m *MockGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)
GetComment mocks base method
func (*MockGitClient) GetComments ¶
func (m *MockGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)
GetComments mocks base method
func (*MockGitClient) GetCommit ¶
func (m *MockGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)
GetCommit mocks base method
func (*MockGitClient) GetCommitDiffs ¶
func (m *MockGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)
GetCommitDiffs mocks base method
func (*MockGitClient) GetCommits ¶
func (m *MockGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)
GetCommits mocks base method
func (*MockGitClient) GetCommitsBatch ¶
func (m *MockGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)
GetCommitsBatch mocks base method
func (*MockGitClient) GetDeletedRepositories ¶
func (m *MockGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)
GetDeletedRepositories mocks base method
func (*MockGitClient) GetForkSyncRequest ¶
func (m *MockGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
GetForkSyncRequest mocks base method
func (*MockGitClient) GetForkSyncRequests ¶
func (m *MockGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)
GetForkSyncRequests mocks base method
func (*MockGitClient) GetForks ¶
func (m *MockGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)
GetForks mocks base method
func (*MockGitClient) GetImportRequest ¶
func (m *MockGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)
GetImportRequest mocks base method
func (*MockGitClient) GetItem ¶
func (m *MockGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)
GetItem mocks base method
func (*MockGitClient) GetItemContent ¶
func (m *MockGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)
GetItemContent mocks base method
func (*MockGitClient) GetItemText ¶
func (m *MockGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)
GetItemText mocks base method
func (*MockGitClient) GetItemZip ¶
func (m *MockGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)
GetItemZip mocks base method
func (*MockGitClient) GetItems ¶
func (m *MockGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)
GetItems mocks base method
func (*MockGitClient) GetItemsBatch ¶
func (m *MockGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)
GetItemsBatch mocks base method
func (*MockGitClient) GetLikes ¶
func (m *MockGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)
GetLikes mocks base method
func (*MockGitClient) GetMergeBases ¶
func (m *MockGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)
GetMergeBases mocks base method
func (*MockGitClient) GetMergeRequest ¶
func (m *MockGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)
GetMergeRequest mocks base method
func (*MockGitClient) GetPolicyConfigurations ¶
func (m *MockGitClient) GetPolicyConfigurations(arg0 context.Context, arg1 git.GetPolicyConfigurationsArgs) (*git.GitPolicyConfigurationResponse, error)
GetPolicyConfigurations mocks base method
func (*MockGitClient) GetPullRequest ¶
func (m *MockGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)
GetPullRequest mocks base method
func (*MockGitClient) GetPullRequestById ¶
func (m *MockGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)
GetPullRequestById mocks base method
func (*MockGitClient) GetPullRequestCommits ¶
func (m *MockGitClient) GetPullRequestCommits(arg0 context.Context, arg1 git.GetPullRequestCommitsArgs) (*git.GetPullRequestCommitsResponseValue, error)
GetPullRequestCommits mocks base method
func (*MockGitClient) GetPullRequestIteration ¶
func (m *MockGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)
GetPullRequestIteration mocks base method
func (*MockGitClient) GetPullRequestIterationChanges ¶
func (m *MockGitClient) GetPullRequestIterationChanges(arg0 context.Context, arg1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)
GetPullRequestIterationChanges mocks base method
func (*MockGitClient) GetPullRequestIterationCommits ¶
func (m *MockGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)
GetPullRequestIterationCommits mocks base method
func (*MockGitClient) GetPullRequestIterationStatus ¶
func (m *MockGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
GetPullRequestIterationStatus mocks base method
func (*MockGitClient) GetPullRequestIterationStatuses ¶
func (m *MockGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)
GetPullRequestIterationStatuses mocks base method
func (*MockGitClient) GetPullRequestIterations ¶
func (m *MockGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)
GetPullRequestIterations mocks base method
func (*MockGitClient) GetPullRequestLabel ¶
func (m *MockGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)
GetPullRequestLabel mocks base method
func (*MockGitClient) GetPullRequestLabels ¶
func (m *MockGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)
GetPullRequestLabels mocks base method
func (*MockGitClient) GetPullRequestProperties ¶
func (m *MockGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (interface{}, error)
GetPullRequestProperties mocks base method
func (*MockGitClient) GetPullRequestQuery ¶
func (m *MockGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)
GetPullRequestQuery mocks base method
func (*MockGitClient) GetPullRequestReviewer ¶
func (m *MockGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
GetPullRequestReviewer mocks base method
func (*MockGitClient) GetPullRequestReviewers ¶
func (m *MockGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
GetPullRequestReviewers mocks base method
func (*MockGitClient) GetPullRequestStatus ¶
func (m *MockGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)
GetPullRequestStatus mocks base method
func (*MockGitClient) GetPullRequestStatuses ¶
func (m *MockGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)
GetPullRequestStatuses mocks base method
func (*MockGitClient) GetPullRequestThread ¶
func (m *MockGitClient) GetPullRequestThread(arg0 context.Context, arg1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)
GetPullRequestThread mocks base method
func (*MockGitClient) GetPullRequestWorkItemRefs ¶
func (m *MockGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)
GetPullRequestWorkItemRefs mocks base method
func (*MockGitClient) GetPullRequests ¶
func (m *MockGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)
GetPullRequests mocks base method
func (*MockGitClient) GetPullRequestsByProject ¶
func (m *MockGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)
GetPullRequestsByProject mocks base method
func (*MockGitClient) GetPush ¶
func (m *MockGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)
GetPush mocks base method
func (*MockGitClient) GetPushCommits ¶
func (m *MockGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)
GetPushCommits mocks base method
func (*MockGitClient) GetPushes ¶
func (m *MockGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)
GetPushes mocks base method
func (*MockGitClient) GetRecycleBinRepositories ¶
func (m *MockGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)
GetRecycleBinRepositories mocks base method
func (*MockGitClient) GetRefFavorite ¶
func (m *MockGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)
GetRefFavorite mocks base method
func (*MockGitClient) GetRefFavorites ¶
func (m *MockGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)
GetRefFavorites mocks base method
func (*MockGitClient) GetRefs ¶
func (m *MockGitClient) GetRefs(arg0 context.Context, arg1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)
GetRefs mocks base method
func (*MockGitClient) GetRepositories ¶
func (m *MockGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)
GetRepositories mocks base method
func (*MockGitClient) GetRepository ¶
func (m *MockGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
GetRepository mocks base method
func (*MockGitClient) GetRepositoryWithParent ¶
func (m *MockGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)
GetRepositoryWithParent mocks base method
func (*MockGitClient) GetRevert ¶
func (m *MockGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)
GetRevert mocks base method
func (*MockGitClient) GetRevertForRefName ¶
func (m *MockGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)
GetRevertForRefName mocks base method
func (*MockGitClient) GetStatuses ¶
func (m *MockGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)
GetStatuses mocks base method
func (*MockGitClient) GetSuggestions ¶
func (m *MockGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)
GetSuggestions mocks base method
func (*MockGitClient) GetThreads ¶
func (m *MockGitClient) GetThreads(arg0 context.Context, arg1 git.GetThreadsArgs) (*[]git.GitPullRequestCommentThread, error)
GetThreads mocks base method
func (*MockGitClient) GetTree ¶
func (m *MockGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)
GetTree mocks base method
func (*MockGitClient) GetTreeZip ¶
func (m *MockGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)
GetTreeZip mocks base method
func (*MockGitClient) QueryImportRequests ¶
func (m *MockGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)
QueryImportRequests mocks base method
func (*MockGitClient) RestoreRepositoryFromRecycleBin ¶
func (m *MockGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)
RestoreRepositoryFromRecycleBin mocks base method
func (*MockGitClient) SharePullRequest ¶
func (m *MockGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error
SharePullRequest mocks base method
func (*MockGitClient) UpdateComment ¶
func (m *MockGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)
UpdateComment mocks base method
func (*MockGitClient) UpdateImportRequest ¶
func (m *MockGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)
UpdateImportRequest mocks base method
func (*MockGitClient) UpdatePullRequest ¶
func (m *MockGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)
UpdatePullRequest mocks base method
func (*MockGitClient) UpdatePullRequestIterationStatuses ¶
func (m *MockGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error
UpdatePullRequestIterationStatuses mocks base method
func (*MockGitClient) UpdatePullRequestProperties ¶
func (m *MockGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (interface{}, error)
UpdatePullRequestProperties mocks base method
func (*MockGitClient) UpdatePullRequestReviewers ¶
func (m *MockGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error
UpdatePullRequestReviewers mocks base method
func (*MockGitClient) UpdatePullRequestStatuses ¶
func (m *MockGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error
UpdatePullRequestStatuses mocks base method
func (*MockGitClient) UpdateRef ¶
func (m *MockGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)
UpdateRef mocks base method
func (*MockGitClient) UpdateRefs ¶
func (m *MockGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)
UpdateRefs mocks base method
func (*MockGitClient) UpdateRepository ¶
func (m *MockGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)
UpdateRepository mocks base method
func (*MockGitClient) UpdateThread ¶
func (m *MockGitClient) UpdateThread(arg0 context.Context, arg1 git.UpdateThreadArgs) (*git.GitPullRequestCommentThread, error)
UpdateThread mocks base method
type MockGitClientMockRecorder ¶
type MockGitClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGitClientMockRecorder is the mock recorder for MockGitClient
func (*MockGitClientMockRecorder) CreateAnnotatedTag ¶
func (mr *MockGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 interface{}) *gomock.Call
CreateAnnotatedTag indicates an expected call of CreateAnnotatedTag
func (*MockGitClientMockRecorder) CreateAttachment ¶
func (mr *MockGitClientMockRecorder) CreateAttachment(arg0, arg1 interface{}) *gomock.Call
CreateAttachment indicates an expected call of CreateAttachment
func (*MockGitClientMockRecorder) CreateCherryPick ¶
func (mr *MockGitClientMockRecorder) CreateCherryPick(arg0, arg1 interface{}) *gomock.Call
CreateCherryPick indicates an expected call of CreateCherryPick
func (*MockGitClientMockRecorder) CreateComment ¶
func (mr *MockGitClientMockRecorder) CreateComment(arg0, arg1 interface{}) *gomock.Call
CreateComment indicates an expected call of CreateComment
func (*MockGitClientMockRecorder) CreateCommitStatus ¶
func (mr *MockGitClientMockRecorder) CreateCommitStatus(arg0, arg1 interface{}) *gomock.Call
CreateCommitStatus indicates an expected call of CreateCommitStatus
func (*MockGitClientMockRecorder) CreateFavorite ¶
func (mr *MockGitClientMockRecorder) CreateFavorite(arg0, arg1 interface{}) *gomock.Call
CreateFavorite indicates an expected call of CreateFavorite
func (*MockGitClientMockRecorder) CreateForkSyncRequest ¶
func (mr *MockGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 interface{}) *gomock.Call
CreateForkSyncRequest indicates an expected call of CreateForkSyncRequest
func (*MockGitClientMockRecorder) CreateImportRequest ¶
func (mr *MockGitClientMockRecorder) CreateImportRequest(arg0, arg1 interface{}) *gomock.Call
CreateImportRequest indicates an expected call of CreateImportRequest
func (*MockGitClientMockRecorder) CreateLike ¶
func (mr *MockGitClientMockRecorder) CreateLike(arg0, arg1 interface{}) *gomock.Call
CreateLike indicates an expected call of CreateLike
func (*MockGitClientMockRecorder) CreateMergeRequest ¶
func (mr *MockGitClientMockRecorder) CreateMergeRequest(arg0, arg1 interface{}) *gomock.Call
CreateMergeRequest indicates an expected call of CreateMergeRequest
func (*MockGitClientMockRecorder) CreatePullRequest ¶
func (mr *MockGitClientMockRecorder) CreatePullRequest(arg0, arg1 interface{}) *gomock.Call
CreatePullRequest indicates an expected call of CreatePullRequest
func (*MockGitClientMockRecorder) CreatePullRequestIterationStatus ¶
func (mr *MockGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call
CreatePullRequestIterationStatus indicates an expected call of CreatePullRequestIterationStatus
func (*MockGitClientMockRecorder) CreatePullRequestLabel ¶
func (mr *MockGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 interface{}) *gomock.Call
CreatePullRequestLabel indicates an expected call of CreatePullRequestLabel
func (*MockGitClientMockRecorder) CreatePullRequestReviewer ¶
func (mr *MockGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call
CreatePullRequestReviewer indicates an expected call of CreatePullRequestReviewer
func (*MockGitClientMockRecorder) CreatePullRequestReviewers ¶
func (mr *MockGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 interface{}) *gomock.Call
CreatePullRequestReviewers indicates an expected call of CreatePullRequestReviewers
func (*MockGitClientMockRecorder) CreatePullRequestStatus ¶
func (mr *MockGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 interface{}) *gomock.Call
CreatePullRequestStatus indicates an expected call of CreatePullRequestStatus
func (*MockGitClientMockRecorder) CreatePush ¶
func (mr *MockGitClientMockRecorder) CreatePush(arg0, arg1 interface{}) *gomock.Call
CreatePush indicates an expected call of CreatePush
func (*MockGitClientMockRecorder) CreateRepository ¶
func (mr *MockGitClientMockRecorder) CreateRepository(arg0, arg1 interface{}) *gomock.Call
CreateRepository indicates an expected call of CreateRepository
func (*MockGitClientMockRecorder) CreateRevert ¶
func (mr *MockGitClientMockRecorder) CreateRevert(arg0, arg1 interface{}) *gomock.Call
CreateRevert indicates an expected call of CreateRevert
func (*MockGitClientMockRecorder) CreateThread ¶
func (mr *MockGitClientMockRecorder) CreateThread(arg0, arg1 interface{}) *gomock.Call
CreateThread indicates an expected call of CreateThread
func (*MockGitClientMockRecorder) DeleteAttachment ¶
func (mr *MockGitClientMockRecorder) DeleteAttachment(arg0, arg1 interface{}) *gomock.Call
DeleteAttachment indicates an expected call of DeleteAttachment
func (*MockGitClientMockRecorder) DeleteComment ¶
func (mr *MockGitClientMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call
DeleteComment indicates an expected call of DeleteComment
func (*MockGitClientMockRecorder) DeleteLike ¶
func (mr *MockGitClientMockRecorder) DeleteLike(arg0, arg1 interface{}) *gomock.Call
DeleteLike indicates an expected call of DeleteLike
func (*MockGitClientMockRecorder) DeletePullRequestIterationStatus ¶
func (mr *MockGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call
DeletePullRequestIterationStatus indicates an expected call of DeletePullRequestIterationStatus
func (*MockGitClientMockRecorder) DeletePullRequestLabels ¶
func (mr *MockGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 interface{}) *gomock.Call
DeletePullRequestLabels indicates an expected call of DeletePullRequestLabels
func (*MockGitClientMockRecorder) DeletePullRequestReviewer ¶
func (mr *MockGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call
DeletePullRequestReviewer indicates an expected call of DeletePullRequestReviewer
func (*MockGitClientMockRecorder) DeletePullRequestStatus ¶
func (mr *MockGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 interface{}) *gomock.Call
DeletePullRequestStatus indicates an expected call of DeletePullRequestStatus
func (*MockGitClientMockRecorder) DeleteRefFavorite ¶
func (mr *MockGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 interface{}) *gomock.Call
DeleteRefFavorite indicates an expected call of DeleteRefFavorite
func (*MockGitClientMockRecorder) DeleteRepository ¶
func (mr *MockGitClientMockRecorder) DeleteRepository(arg0, arg1 interface{}) *gomock.Call
DeleteRepository indicates an expected call of DeleteRepository
func (*MockGitClientMockRecorder) DeleteRepositoryFromRecycleBin ¶
func (mr *MockGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 interface{}) *gomock.Call
DeleteRepositoryFromRecycleBin indicates an expected call of DeleteRepositoryFromRecycleBin
func (*MockGitClientMockRecorder) GetAnnotatedTag ¶
func (mr *MockGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 interface{}) *gomock.Call
GetAnnotatedTag indicates an expected call of GetAnnotatedTag
func (*MockGitClientMockRecorder) GetAttachmentContent ¶
func (mr *MockGitClientMockRecorder) GetAttachmentContent(arg0, arg1 interface{}) *gomock.Call
GetAttachmentContent indicates an expected call of GetAttachmentContent
func (*MockGitClientMockRecorder) GetAttachmentZip ¶
func (mr *MockGitClientMockRecorder) GetAttachmentZip(arg0, arg1 interface{}) *gomock.Call
GetAttachmentZip indicates an expected call of GetAttachmentZip
func (*MockGitClientMockRecorder) GetAttachments ¶
func (mr *MockGitClientMockRecorder) GetAttachments(arg0, arg1 interface{}) *gomock.Call
GetAttachments indicates an expected call of GetAttachments
func (*MockGitClientMockRecorder) GetBlob ¶
func (mr *MockGitClientMockRecorder) GetBlob(arg0, arg1 interface{}) *gomock.Call
GetBlob indicates an expected call of GetBlob
func (*MockGitClientMockRecorder) GetBlobContent ¶
func (mr *MockGitClientMockRecorder) GetBlobContent(arg0, arg1 interface{}) *gomock.Call
GetBlobContent indicates an expected call of GetBlobContent
func (*MockGitClientMockRecorder) GetBlobZip ¶
func (mr *MockGitClientMockRecorder) GetBlobZip(arg0, arg1 interface{}) *gomock.Call
GetBlobZip indicates an expected call of GetBlobZip
func (*MockGitClientMockRecorder) GetBlobsZip ¶
func (mr *MockGitClientMockRecorder) GetBlobsZip(arg0, arg1 interface{}) *gomock.Call
GetBlobsZip indicates an expected call of GetBlobsZip
func (*MockGitClientMockRecorder) GetBranch ¶
func (mr *MockGitClientMockRecorder) GetBranch(arg0, arg1 interface{}) *gomock.Call
GetBranch indicates an expected call of GetBranch
func (*MockGitClientMockRecorder) GetBranches ¶
func (mr *MockGitClientMockRecorder) GetBranches(arg0, arg1 interface{}) *gomock.Call
GetBranches indicates an expected call of GetBranches
func (*MockGitClientMockRecorder) GetChanges ¶
func (mr *MockGitClientMockRecorder) GetChanges(arg0, arg1 interface{}) *gomock.Call
GetChanges indicates an expected call of GetChanges
func (*MockGitClientMockRecorder) GetCherryPick ¶
func (mr *MockGitClientMockRecorder) GetCherryPick(arg0, arg1 interface{}) *gomock.Call
GetCherryPick indicates an expected call of GetCherryPick
func (*MockGitClientMockRecorder) GetCherryPickForRefName ¶
func (mr *MockGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 interface{}) *gomock.Call
GetCherryPickForRefName indicates an expected call of GetCherryPickForRefName
func (*MockGitClientMockRecorder) GetComment ¶
func (mr *MockGitClientMockRecorder) GetComment(arg0, arg1 interface{}) *gomock.Call
GetComment indicates an expected call of GetComment
func (*MockGitClientMockRecorder) GetComments ¶
func (mr *MockGitClientMockRecorder) GetComments(arg0, arg1 interface{}) *gomock.Call
GetComments indicates an expected call of GetComments
func (*MockGitClientMockRecorder) GetCommit ¶
func (mr *MockGitClientMockRecorder) GetCommit(arg0, arg1 interface{}) *gomock.Call
GetCommit indicates an expected call of GetCommit
func (*MockGitClientMockRecorder) GetCommitDiffs ¶
func (mr *MockGitClientMockRecorder) GetCommitDiffs(arg0, arg1 interface{}) *gomock.Call
GetCommitDiffs indicates an expected call of GetCommitDiffs
func (*MockGitClientMockRecorder) GetCommits ¶
func (mr *MockGitClientMockRecorder) GetCommits(arg0, arg1 interface{}) *gomock.Call
GetCommits indicates an expected call of GetCommits
func (*MockGitClientMockRecorder) GetCommitsBatch ¶
func (mr *MockGitClientMockRecorder) GetCommitsBatch(arg0, arg1 interface{}) *gomock.Call
GetCommitsBatch indicates an expected call of GetCommitsBatch
func (*MockGitClientMockRecorder) GetDeletedRepositories ¶
func (mr *MockGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 interface{}) *gomock.Call
GetDeletedRepositories indicates an expected call of GetDeletedRepositories
func (*MockGitClientMockRecorder) GetForkSyncRequest ¶
func (mr *MockGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 interface{}) *gomock.Call
GetForkSyncRequest indicates an expected call of GetForkSyncRequest
func (*MockGitClientMockRecorder) GetForkSyncRequests ¶
func (mr *MockGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 interface{}) *gomock.Call
GetForkSyncRequests indicates an expected call of GetForkSyncRequests
func (*MockGitClientMockRecorder) GetForks ¶
func (mr *MockGitClientMockRecorder) GetForks(arg0, arg1 interface{}) *gomock.Call
GetForks indicates an expected call of GetForks
func (*MockGitClientMockRecorder) GetImportRequest ¶
func (mr *MockGitClientMockRecorder) GetImportRequest(arg0, arg1 interface{}) *gomock.Call
GetImportRequest indicates an expected call of GetImportRequest
func (*MockGitClientMockRecorder) GetItem ¶
func (mr *MockGitClientMockRecorder) GetItem(arg0, arg1 interface{}) *gomock.Call
GetItem indicates an expected call of GetItem
func (*MockGitClientMockRecorder) GetItemContent ¶
func (mr *MockGitClientMockRecorder) GetItemContent(arg0, arg1 interface{}) *gomock.Call
GetItemContent indicates an expected call of GetItemContent
func (*MockGitClientMockRecorder) GetItemText ¶
func (mr *MockGitClientMockRecorder) GetItemText(arg0, arg1 interface{}) *gomock.Call
GetItemText indicates an expected call of GetItemText
func (*MockGitClientMockRecorder) GetItemZip ¶
func (mr *MockGitClientMockRecorder) GetItemZip(arg0, arg1 interface{}) *gomock.Call
GetItemZip indicates an expected call of GetItemZip
func (*MockGitClientMockRecorder) GetItems ¶
func (mr *MockGitClientMockRecorder) GetItems(arg0, arg1 interface{}) *gomock.Call
GetItems indicates an expected call of GetItems
func (*MockGitClientMockRecorder) GetItemsBatch ¶
func (mr *MockGitClientMockRecorder) GetItemsBatch(arg0, arg1 interface{}) *gomock.Call
GetItemsBatch indicates an expected call of GetItemsBatch
func (*MockGitClientMockRecorder) GetLikes ¶
func (mr *MockGitClientMockRecorder) GetLikes(arg0, arg1 interface{}) *gomock.Call
GetLikes indicates an expected call of GetLikes
func (*MockGitClientMockRecorder) GetMergeBases ¶
func (mr *MockGitClientMockRecorder) GetMergeBases(arg0, arg1 interface{}) *gomock.Call
GetMergeBases indicates an expected call of GetMergeBases
func (*MockGitClientMockRecorder) GetMergeRequest ¶
func (mr *MockGitClientMockRecorder) GetMergeRequest(arg0, arg1 interface{}) *gomock.Call
GetMergeRequest indicates an expected call of GetMergeRequest
func (*MockGitClientMockRecorder) GetPolicyConfigurations ¶
func (mr *MockGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 interface{}) *gomock.Call
GetPolicyConfigurations indicates an expected call of GetPolicyConfigurations
func (*MockGitClientMockRecorder) GetPullRequest ¶
func (mr *MockGitClientMockRecorder) GetPullRequest(arg0, arg1 interface{}) *gomock.Call
GetPullRequest indicates an expected call of GetPullRequest
func (*MockGitClientMockRecorder) GetPullRequestById ¶
func (mr *MockGitClientMockRecorder) GetPullRequestById(arg0, arg1 interface{}) *gomock.Call
GetPullRequestById indicates an expected call of GetPullRequestById
func (*MockGitClientMockRecorder) GetPullRequestCommits ¶
func (mr *MockGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 interface{}) *gomock.Call
GetPullRequestCommits indicates an expected call of GetPullRequestCommits
func (*MockGitClientMockRecorder) GetPullRequestIteration ¶
func (mr *MockGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 interface{}) *gomock.Call
GetPullRequestIteration indicates an expected call of GetPullRequestIteration
func (*MockGitClientMockRecorder) GetPullRequestIterationChanges ¶
func (mr *MockGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 interface{}) *gomock.Call
GetPullRequestIterationChanges indicates an expected call of GetPullRequestIterationChanges
func (*MockGitClientMockRecorder) GetPullRequestIterationCommits ¶
func (mr *MockGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 interface{}) *gomock.Call
GetPullRequestIterationCommits indicates an expected call of GetPullRequestIterationCommits
func (*MockGitClientMockRecorder) GetPullRequestIterationStatus ¶
func (mr *MockGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call
GetPullRequestIterationStatus indicates an expected call of GetPullRequestIterationStatus
func (*MockGitClientMockRecorder) GetPullRequestIterationStatuses ¶
func (mr *MockGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 interface{}) *gomock.Call
GetPullRequestIterationStatuses indicates an expected call of GetPullRequestIterationStatuses
func (*MockGitClientMockRecorder) GetPullRequestIterations ¶
func (mr *MockGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 interface{}) *gomock.Call
GetPullRequestIterations indicates an expected call of GetPullRequestIterations
func (*MockGitClientMockRecorder) GetPullRequestLabel ¶
func (mr *MockGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 interface{}) *gomock.Call
GetPullRequestLabel indicates an expected call of GetPullRequestLabel
func (*MockGitClientMockRecorder) GetPullRequestLabels ¶
func (mr *MockGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 interface{}) *gomock.Call
GetPullRequestLabels indicates an expected call of GetPullRequestLabels
func (*MockGitClientMockRecorder) GetPullRequestProperties ¶
func (mr *MockGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 interface{}) *gomock.Call
GetPullRequestProperties indicates an expected call of GetPullRequestProperties
func (*MockGitClientMockRecorder) GetPullRequestQuery ¶
func (mr *MockGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 interface{}) *gomock.Call
GetPullRequestQuery indicates an expected call of GetPullRequestQuery
func (*MockGitClientMockRecorder) GetPullRequestReviewer ¶
func (mr *MockGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 interface{}) *gomock.Call
GetPullRequestReviewer indicates an expected call of GetPullRequestReviewer
func (*MockGitClientMockRecorder) GetPullRequestReviewers ¶
func (mr *MockGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 interface{}) *gomock.Call
GetPullRequestReviewers indicates an expected call of GetPullRequestReviewers
func (*MockGitClientMockRecorder) GetPullRequestStatus ¶
func (mr *MockGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 interface{}) *gomock.Call
GetPullRequestStatus indicates an expected call of GetPullRequestStatus
func (*MockGitClientMockRecorder) GetPullRequestStatuses ¶
func (mr *MockGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 interface{}) *gomock.Call
GetPullRequestStatuses indicates an expected call of GetPullRequestStatuses
func (*MockGitClientMockRecorder) GetPullRequestThread ¶
func (mr *MockGitClientMockRecorder) GetPullRequestThread(arg0, arg1 interface{}) *gomock.Call
GetPullRequestThread indicates an expected call of GetPullRequestThread
func (*MockGitClientMockRecorder) GetPullRequestWorkItemRefs ¶
func (mr *MockGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 interface{}) *gomock.Call
GetPullRequestWorkItemRefs indicates an expected call of GetPullRequestWorkItemRefs
func (*MockGitClientMockRecorder) GetPullRequests ¶
func (mr *MockGitClientMockRecorder) GetPullRequests(arg0, arg1 interface{}) *gomock.Call
GetPullRequests indicates an expected call of GetPullRequests
func (*MockGitClientMockRecorder) GetPullRequestsByProject ¶
func (mr *MockGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 interface{}) *gomock.Call
GetPullRequestsByProject indicates an expected call of GetPullRequestsByProject
func (*MockGitClientMockRecorder) GetPush ¶
func (mr *MockGitClientMockRecorder) GetPush(arg0, arg1 interface{}) *gomock.Call
GetPush indicates an expected call of GetPush
func (*MockGitClientMockRecorder) GetPushCommits ¶
func (mr *MockGitClientMockRecorder) GetPushCommits(arg0, arg1 interface{}) *gomock.Call
GetPushCommits indicates an expected call of GetPushCommits
func (*MockGitClientMockRecorder) GetPushes ¶
func (mr *MockGitClientMockRecorder) GetPushes(arg0, arg1 interface{}) *gomock.Call
GetPushes indicates an expected call of GetPushes
func (*MockGitClientMockRecorder) GetRecycleBinRepositories ¶
func (mr *MockGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 interface{}) *gomock.Call
GetRecycleBinRepositories indicates an expected call of GetRecycleBinRepositories
func (*MockGitClientMockRecorder) GetRefFavorite ¶
func (mr *MockGitClientMockRecorder) GetRefFavorite(arg0, arg1 interface{}) *gomock.Call
GetRefFavorite indicates an expected call of GetRefFavorite
func (*MockGitClientMockRecorder) GetRefFavorites ¶
func (mr *MockGitClientMockRecorder) GetRefFavorites(arg0, arg1 interface{}) *gomock.Call
GetRefFavorites indicates an expected call of GetRefFavorites
func (*MockGitClientMockRecorder) GetRefs ¶
func (mr *MockGitClientMockRecorder) GetRefs(arg0, arg1 interface{}) *gomock.Call
GetRefs indicates an expected call of GetRefs
func (*MockGitClientMockRecorder) GetRepositories ¶
func (mr *MockGitClientMockRecorder) GetRepositories(arg0, arg1 interface{}) *gomock.Call
GetRepositories indicates an expected call of GetRepositories
func (*MockGitClientMockRecorder) GetRepository ¶
func (mr *MockGitClientMockRecorder) GetRepository(arg0, arg1 interface{}) *gomock.Call
GetRepository indicates an expected call of GetRepository
func (*MockGitClientMockRecorder) GetRepositoryWithParent ¶
func (mr *MockGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 interface{}) *gomock.Call
GetRepositoryWithParent indicates an expected call of GetRepositoryWithParent
func (*MockGitClientMockRecorder) GetRevert ¶
func (mr *MockGitClientMockRecorder) GetRevert(arg0, arg1 interface{}) *gomock.Call
GetRevert indicates an expected call of GetRevert
func (*MockGitClientMockRecorder) GetRevertForRefName ¶
func (mr *MockGitClientMockRecorder) GetRevertForRefName(arg0, arg1 interface{}) *gomock.Call
GetRevertForRefName indicates an expected call of GetRevertForRefName
func (*MockGitClientMockRecorder) GetStatuses ¶
func (mr *MockGitClientMockRecorder) GetStatuses(arg0, arg1 interface{}) *gomock.Call
GetStatuses indicates an expected call of GetStatuses
func (*MockGitClientMockRecorder) GetSuggestions ¶
func (mr *MockGitClientMockRecorder) GetSuggestions(arg0, arg1 interface{}) *gomock.Call
GetSuggestions indicates an expected call of GetSuggestions
func (*MockGitClientMockRecorder) GetThreads ¶
func (mr *MockGitClientMockRecorder) GetThreads(arg0, arg1 interface{}) *gomock.Call
GetThreads indicates an expected call of GetThreads
func (*MockGitClientMockRecorder) GetTree ¶
func (mr *MockGitClientMockRecorder) GetTree(arg0, arg1 interface{}) *gomock.Call
GetTree indicates an expected call of GetTree
func (*MockGitClientMockRecorder) GetTreeZip ¶
func (mr *MockGitClientMockRecorder) GetTreeZip(arg0, arg1 interface{}) *gomock.Call
GetTreeZip indicates an expected call of GetTreeZip
func (*MockGitClientMockRecorder) QueryImportRequests ¶
func (mr *MockGitClientMockRecorder) QueryImportRequests(arg0, arg1 interface{}) *gomock.Call
QueryImportRequests indicates an expected call of QueryImportRequests
func (*MockGitClientMockRecorder) RestoreRepositoryFromRecycleBin ¶
func (mr *MockGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 interface{}) *gomock.Call
RestoreRepositoryFromRecycleBin indicates an expected call of RestoreRepositoryFromRecycleBin
func (*MockGitClientMockRecorder) SharePullRequest ¶
func (mr *MockGitClientMockRecorder) SharePullRequest(arg0, arg1 interface{}) *gomock.Call
SharePullRequest indicates an expected call of SharePullRequest
func (*MockGitClientMockRecorder) UpdateComment ¶
func (mr *MockGitClientMockRecorder) UpdateComment(arg0, arg1 interface{}) *gomock.Call
UpdateComment indicates an expected call of UpdateComment
func (*MockGitClientMockRecorder) UpdateImportRequest ¶
func (mr *MockGitClientMockRecorder) UpdateImportRequest(arg0, arg1 interface{}) *gomock.Call
UpdateImportRequest indicates an expected call of UpdateImportRequest
func (*MockGitClientMockRecorder) UpdatePullRequest ¶
func (mr *MockGitClientMockRecorder) UpdatePullRequest(arg0, arg1 interface{}) *gomock.Call
UpdatePullRequest indicates an expected call of UpdatePullRequest
func (*MockGitClientMockRecorder) UpdatePullRequestIterationStatuses ¶
func (mr *MockGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 interface{}) *gomock.Call
UpdatePullRequestIterationStatuses indicates an expected call of UpdatePullRequestIterationStatuses
func (*MockGitClientMockRecorder) UpdatePullRequestProperties ¶
func (mr *MockGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 interface{}) *gomock.Call
UpdatePullRequestProperties indicates an expected call of UpdatePullRequestProperties
func (*MockGitClientMockRecorder) UpdatePullRequestReviewers ¶
func (mr *MockGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 interface{}) *gomock.Call
UpdatePullRequestReviewers indicates an expected call of UpdatePullRequestReviewers
func (*MockGitClientMockRecorder) UpdatePullRequestStatuses ¶
func (mr *MockGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 interface{}) *gomock.Call
UpdatePullRequestStatuses indicates an expected call of UpdatePullRequestStatuses
func (*MockGitClientMockRecorder) UpdateRef ¶
func (mr *MockGitClientMockRecorder) UpdateRef(arg0, arg1 interface{}) *gomock.Call
UpdateRef indicates an expected call of UpdateRef
func (*MockGitClientMockRecorder) UpdateRefs ¶
func (mr *MockGitClientMockRecorder) UpdateRefs(arg0, arg1 interface{}) *gomock.Call
UpdateRefs indicates an expected call of UpdateRefs
func (*MockGitClientMockRecorder) UpdateRepository ¶
func (mr *MockGitClientMockRecorder) UpdateRepository(arg0, arg1 interface{}) *gomock.Call
UpdateRepository indicates an expected call of UpdateRepository
func (*MockGitClientMockRecorder) UpdateThread ¶
func (mr *MockGitClientMockRecorder) UpdateThread(arg0, arg1 interface{}) *gomock.Call
UpdateThread indicates an expected call of UpdateThread
type MockGraphClient ¶
type MockGraphClient struct {
// contains filtered or unexported fields
}
MockGraphClient is a mock of Client interface
func NewMockGraphClient ¶
func NewMockGraphClient(ctrl *gomock.Controller) *MockGraphClient
NewMockGraphClient creates a new mock instance
func (*MockGraphClient) AddMembership ¶
func (m *MockGraphClient) AddMembership(arg0 context.Context, arg1 graph.AddMembershipArgs) (*graph.GraphMembership, error)
AddMembership mocks base method
func (*MockGraphClient) CheckMembershipExistence ¶
func (m *MockGraphClient) CheckMembershipExistence(arg0 context.Context, arg1 graph.CheckMembershipExistenceArgs) error
CheckMembershipExistence mocks base method
func (*MockGraphClient) CreateGroup ¶
func (m *MockGraphClient) CreateGroup(arg0 context.Context, arg1 graph.CreateGroupArgs) (*graph.GraphGroup, error)
CreateGroup mocks base method
func (*MockGraphClient) CreateUser ¶
func (m *MockGraphClient) CreateUser(arg0 context.Context, arg1 graph.CreateUserArgs) (*graph.GraphUser, error)
CreateUser mocks base method
func (*MockGraphClient) DeleteAvatar ¶
func (m *MockGraphClient) DeleteAvatar(arg0 context.Context, arg1 graph.DeleteAvatarArgs) error
DeleteAvatar mocks base method
func (*MockGraphClient) DeleteGroup ¶
func (m *MockGraphClient) DeleteGroup(arg0 context.Context, arg1 graph.DeleteGroupArgs) error
DeleteGroup mocks base method
func (*MockGraphClient) DeleteUser ¶
func (m *MockGraphClient) DeleteUser(arg0 context.Context, arg1 graph.DeleteUserArgs) error
DeleteUser mocks base method
func (*MockGraphClient) EXPECT ¶
func (m *MockGraphClient) EXPECT() *MockGraphClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGraphClient) GetAvatar ¶
func (m *MockGraphClient) GetAvatar(arg0 context.Context, arg1 graph.GetAvatarArgs) (*profile.Avatar, error)
GetAvatar mocks base method
func (*MockGraphClient) GetDescriptor ¶
func (m *MockGraphClient) GetDescriptor(arg0 context.Context, arg1 graph.GetDescriptorArgs) (*graph.GraphDescriptorResult, error)
GetDescriptor mocks base method
func (*MockGraphClient) GetGroup ¶
func (m *MockGraphClient) GetGroup(arg0 context.Context, arg1 graph.GetGroupArgs) (*graph.GraphGroup, error)
GetGroup mocks base method
func (*MockGraphClient) GetMembership ¶
func (m *MockGraphClient) GetMembership(arg0 context.Context, arg1 graph.GetMembershipArgs) (*graph.GraphMembership, error)
GetMembership mocks base method
func (*MockGraphClient) GetMembershipState ¶
func (m *MockGraphClient) GetMembershipState(arg0 context.Context, arg1 graph.GetMembershipStateArgs) (*graph.GraphMembershipState, error)
GetMembershipState mocks base method
func (*MockGraphClient) GetProviderInfo ¶
func (m *MockGraphClient) GetProviderInfo(arg0 context.Context, arg1 graph.GetProviderInfoArgs) (*graph.GraphProviderInfo, error)
GetProviderInfo mocks base method
func (*MockGraphClient) GetStorageKey ¶
func (m *MockGraphClient) GetStorageKey(arg0 context.Context, arg1 graph.GetStorageKeyArgs) (*graph.GraphStorageKeyResult, error)
GetStorageKey mocks base method
func (*MockGraphClient) GetUser ¶
func (m *MockGraphClient) GetUser(arg0 context.Context, arg1 graph.GetUserArgs) (*graph.GraphUser, error)
GetUser mocks base method
func (*MockGraphClient) ListGroups ¶
func (m *MockGraphClient) ListGroups(arg0 context.Context, arg1 graph.ListGroupsArgs) (*graph.PagedGraphGroups, error)
ListGroups mocks base method
func (*MockGraphClient) ListMemberships ¶
func (m *MockGraphClient) ListMemberships(arg0 context.Context, arg1 graph.ListMembershipsArgs) (*[]graph.GraphMembership, error)
ListMemberships mocks base method
func (*MockGraphClient) ListUsers ¶
func (m *MockGraphClient) ListUsers(arg0 context.Context, arg1 graph.ListUsersArgs) (*graph.PagedGraphUsers, error)
ListUsers mocks base method
func (*MockGraphClient) LookupSubjects ¶
func (m *MockGraphClient) LookupSubjects(arg0 context.Context, arg1 graph.LookupSubjectsArgs) (*map[string]graph.GraphSubject, error)
LookupSubjects mocks base method
func (*MockGraphClient) RemoveMembership ¶
func (m *MockGraphClient) RemoveMembership(arg0 context.Context, arg1 graph.RemoveMembershipArgs) error
RemoveMembership mocks base method
func (*MockGraphClient) RequestAccess ¶
func (m *MockGraphClient) RequestAccess(arg0 context.Context, arg1 graph.RequestAccessArgs) error
RequestAccess mocks base method
func (*MockGraphClient) SetAvatar ¶
func (m *MockGraphClient) SetAvatar(arg0 context.Context, arg1 graph.SetAvatarArgs) error
SetAvatar mocks base method
func (*MockGraphClient) UpdateGroup ¶
func (m *MockGraphClient) UpdateGroup(arg0 context.Context, arg1 graph.UpdateGroupArgs) (*graph.GraphGroup, error)
UpdateGroup mocks base method
func (*MockGraphClient) UpdateUser ¶
func (m *MockGraphClient) UpdateUser(arg0 context.Context, arg1 graph.UpdateUserArgs) (*graph.GraphUser, error)
UpdateUser mocks base method
type MockGraphClientMockRecorder ¶
type MockGraphClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGraphClientMockRecorder is the mock recorder for MockGraphClient
func (*MockGraphClientMockRecorder) AddMembership ¶
func (mr *MockGraphClientMockRecorder) AddMembership(arg0, arg1 interface{}) *gomock.Call
AddMembership indicates an expected call of AddMembership
func (*MockGraphClientMockRecorder) CheckMembershipExistence ¶
func (mr *MockGraphClientMockRecorder) CheckMembershipExistence(arg0, arg1 interface{}) *gomock.Call
CheckMembershipExistence indicates an expected call of CheckMembershipExistence
func (*MockGraphClientMockRecorder) CreateGroup ¶
func (mr *MockGraphClientMockRecorder) CreateGroup(arg0, arg1 interface{}) *gomock.Call
CreateGroup indicates an expected call of CreateGroup
func (*MockGraphClientMockRecorder) CreateUser ¶
func (mr *MockGraphClientMockRecorder) CreateUser(arg0, arg1 interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser
func (*MockGraphClientMockRecorder) DeleteAvatar ¶
func (mr *MockGraphClientMockRecorder) DeleteAvatar(arg0, arg1 interface{}) *gomock.Call
DeleteAvatar indicates an expected call of DeleteAvatar
func (*MockGraphClientMockRecorder) DeleteGroup ¶
func (mr *MockGraphClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup
func (*MockGraphClientMockRecorder) DeleteUser ¶
func (mr *MockGraphClientMockRecorder) DeleteUser(arg0, arg1 interface{}) *gomock.Call
DeleteUser indicates an expected call of DeleteUser
func (*MockGraphClientMockRecorder) GetAvatar ¶
func (mr *MockGraphClientMockRecorder) GetAvatar(arg0, arg1 interface{}) *gomock.Call
GetAvatar indicates an expected call of GetAvatar
func (*MockGraphClientMockRecorder) GetDescriptor ¶
func (mr *MockGraphClientMockRecorder) GetDescriptor(arg0, arg1 interface{}) *gomock.Call
GetDescriptor indicates an expected call of GetDescriptor
func (*MockGraphClientMockRecorder) GetGroup ¶
func (mr *MockGraphClientMockRecorder) GetGroup(arg0, arg1 interface{}) *gomock.Call
GetGroup indicates an expected call of GetGroup
func (*MockGraphClientMockRecorder) GetMembership ¶
func (mr *MockGraphClientMockRecorder) GetMembership(arg0, arg1 interface{}) *gomock.Call
GetMembership indicates an expected call of GetMembership
func (*MockGraphClientMockRecorder) GetMembershipState ¶
func (mr *MockGraphClientMockRecorder) GetMembershipState(arg0, arg1 interface{}) *gomock.Call
GetMembershipState indicates an expected call of GetMembershipState
func (*MockGraphClientMockRecorder) GetProviderInfo ¶
func (mr *MockGraphClientMockRecorder) GetProviderInfo(arg0, arg1 interface{}) *gomock.Call
GetProviderInfo indicates an expected call of GetProviderInfo
func (*MockGraphClientMockRecorder) GetStorageKey ¶
func (mr *MockGraphClientMockRecorder) GetStorageKey(arg0, arg1 interface{}) *gomock.Call
GetStorageKey indicates an expected call of GetStorageKey
func (*MockGraphClientMockRecorder) GetUser ¶
func (mr *MockGraphClientMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call
GetUser indicates an expected call of GetUser
func (*MockGraphClientMockRecorder) ListGroups ¶
func (mr *MockGraphClientMockRecorder) ListGroups(arg0, arg1 interface{}) *gomock.Call
ListGroups indicates an expected call of ListGroups
func (*MockGraphClientMockRecorder) ListMemberships ¶
func (mr *MockGraphClientMockRecorder) ListMemberships(arg0, arg1 interface{}) *gomock.Call
ListMemberships indicates an expected call of ListMemberships
func (*MockGraphClientMockRecorder) ListUsers ¶
func (mr *MockGraphClientMockRecorder) ListUsers(arg0, arg1 interface{}) *gomock.Call
ListUsers indicates an expected call of ListUsers
func (*MockGraphClientMockRecorder) LookupSubjects ¶
func (mr *MockGraphClientMockRecorder) LookupSubjects(arg0, arg1 interface{}) *gomock.Call
LookupSubjects indicates an expected call of LookupSubjects
func (*MockGraphClientMockRecorder) RemoveMembership ¶
func (mr *MockGraphClientMockRecorder) RemoveMembership(arg0, arg1 interface{}) *gomock.Call
RemoveMembership indicates an expected call of RemoveMembership
func (*MockGraphClientMockRecorder) RequestAccess ¶
func (mr *MockGraphClientMockRecorder) RequestAccess(arg0, arg1 interface{}) *gomock.Call
RequestAccess indicates an expected call of RequestAccess
func (*MockGraphClientMockRecorder) SetAvatar ¶
func (mr *MockGraphClientMockRecorder) SetAvatar(arg0, arg1 interface{}) *gomock.Call
SetAvatar indicates an expected call of SetAvatar
func (*MockGraphClientMockRecorder) UpdateGroup ¶
func (mr *MockGraphClientMockRecorder) UpdateGroup(arg0, arg1 interface{}) *gomock.Call
UpdateGroup indicates an expected call of UpdateGroup
func (*MockGraphClientMockRecorder) UpdateUser ¶
func (mr *MockGraphClientMockRecorder) UpdateUser(arg0, arg1 interface{}) *gomock.Call
UpdateUser indicates an expected call of UpdateUser
type MockIdentityClient ¶
type MockIdentityClient struct {
// contains filtered or unexported fields
}
MockIdentityClient is a mock of Client interface
func NewMockIdentityClient ¶
func NewMockIdentityClient(ctrl *gomock.Controller) *MockIdentityClient
NewMockIdentityClient creates a new mock instance
func (*MockIdentityClient) AddMember ¶
func (m *MockIdentityClient) AddMember(arg0 context.Context, arg1 identity.AddMemberArgs) (*bool, error)
AddMember mocks base method
func (*MockIdentityClient) CreateGroups ¶
func (m *MockIdentityClient) CreateGroups(arg0 context.Context, arg1 identity.CreateGroupsArgs) (*[]identity.Identity, error)
CreateGroups mocks base method
func (*MockIdentityClient) CreateIdentity ¶
func (m *MockIdentityClient) CreateIdentity(arg0 context.Context, arg1 identity.CreateIdentityArgs) (*identity.Identity, error)
CreateIdentity mocks base method
func (*MockIdentityClient) CreateOrBindWithClaims ¶
func (m *MockIdentityClient) CreateOrBindWithClaims(arg0 context.Context, arg1 identity.CreateOrBindWithClaimsArgs) (*identity.Identity, error)
CreateOrBindWithClaims mocks base method
func (*MockIdentityClient) CreateScope ¶
func (m *MockIdentityClient) CreateScope(arg0 context.Context, arg1 identity.CreateScopeArgs) (*identity.IdentityScope, error)
CreateScope mocks base method
func (*MockIdentityClient) DeleteGroup ¶
func (m *MockIdentityClient) DeleteGroup(arg0 context.Context, arg1 identity.DeleteGroupArgs) error
DeleteGroup mocks base method
func (*MockIdentityClient) DeleteScope ¶
func (m *MockIdentityClient) DeleteScope(arg0 context.Context, arg1 identity.DeleteScopeArgs) error
DeleteScope mocks base method
func (*MockIdentityClient) EXPECT ¶
func (m *MockIdentityClient) EXPECT() *MockIdentityClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIdentityClient) GetDescriptorById ¶
func (m *MockIdentityClient) GetDescriptorById(arg0 context.Context, arg1 identity.GetDescriptorByIdArgs) (*string, error)
GetDescriptorById mocks base method
func (*MockIdentityClient) GetIdentityChanges ¶
func (m *MockIdentityClient) GetIdentityChanges(arg0 context.Context, arg1 identity.GetIdentityChangesArgs) (*identity.ChangedIdentities, error)
GetIdentityChanges mocks base method
func (*MockIdentityClient) GetIdentitySnapshot ¶
func (m *MockIdentityClient) GetIdentitySnapshot(arg0 context.Context, arg1 identity.GetIdentitySnapshotArgs) (*identity.IdentitySnapshot, error)
GetIdentitySnapshot mocks base method
func (*MockIdentityClient) GetMaxSequenceId ¶
func (m *MockIdentityClient) GetMaxSequenceId(arg0 context.Context, arg1 identity.GetMaxSequenceIdArgs) (*uint64, error)
GetMaxSequenceId mocks base method
func (*MockIdentityClient) GetScopeById ¶
func (m *MockIdentityClient) GetScopeById(arg0 context.Context, arg1 identity.GetScopeByIdArgs) (*identity.IdentityScope, error)
GetScopeById mocks base method
func (*MockIdentityClient) GetScopeByName ¶
func (m *MockIdentityClient) GetScopeByName(arg0 context.Context, arg1 identity.GetScopeByNameArgs) (*identity.IdentityScope, error)
GetScopeByName mocks base method
func (*MockIdentityClient) GetSelf ¶
func (m *MockIdentityClient) GetSelf(arg0 context.Context, arg1 identity.GetSelfArgs) (*identity.IdentitySelf, error)
GetSelf mocks base method
func (*MockIdentityClient) GetSignedInToken ¶
func (m *MockIdentityClient) GetSignedInToken(arg0 context.Context, arg1 identity.GetSignedInTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
GetSignedInToken mocks base method
func (*MockIdentityClient) GetSignoutToken ¶
func (m *MockIdentityClient) GetSignoutToken(arg0 context.Context, arg1 identity.GetSignoutTokenArgs) (*delegatedauthorization.AccessTokenResult, error)
GetSignoutToken mocks base method
func (*MockIdentityClient) GetTenant ¶
func (m *MockIdentityClient) GetTenant(arg0 context.Context, arg1 identity.GetTenantArgs) (*identity.TenantInfo, error)
GetTenant mocks base method
func (*MockIdentityClient) GetUserIdentityIdsByDomainId ¶
func (m *MockIdentityClient) GetUserIdentityIdsByDomainId(arg0 context.Context, arg1 identity.GetUserIdentityIdsByDomainIdArgs) (*[]uuid.UUID, error)
GetUserIdentityIdsByDomainId mocks base method
func (*MockIdentityClient) ListGroups ¶
func (m *MockIdentityClient) ListGroups(arg0 context.Context, arg1 identity.ListGroupsArgs) (*[]identity.Identity, error)
ListGroups mocks base method
func (*MockIdentityClient) ReadIdentities ¶
func (m *MockIdentityClient) ReadIdentities(arg0 context.Context, arg1 identity.ReadIdentitiesArgs) (*[]identity.Identity, error)
ReadIdentities mocks base method
func (*MockIdentityClient) ReadIdentitiesByScope ¶
func (m *MockIdentityClient) ReadIdentitiesByScope(arg0 context.Context, arg1 identity.ReadIdentitiesByScopeArgs) (*[]identity.Identity, error)
ReadIdentitiesByScope mocks base method
func (*MockIdentityClient) ReadIdentity ¶
func (m *MockIdentityClient) ReadIdentity(arg0 context.Context, arg1 identity.ReadIdentityArgs) (*identity.Identity, error)
ReadIdentity mocks base method
func (*MockIdentityClient) ReadIdentityBatch ¶
func (m *MockIdentityClient) ReadIdentityBatch(arg0 context.Context, arg1 identity.ReadIdentityBatchArgs) (*[]identity.Identity, error)
ReadIdentityBatch mocks base method
func (*MockIdentityClient) ReadMember ¶
func (m *MockIdentityClient) ReadMember(arg0 context.Context, arg1 identity.ReadMemberArgs) (*string, error)
ReadMember mocks base method
func (*MockIdentityClient) ReadMemberOf ¶
func (m *MockIdentityClient) ReadMemberOf(arg0 context.Context, arg1 identity.ReadMemberOfArgs) (*string, error)
ReadMemberOf mocks base method
func (*MockIdentityClient) ReadMembers ¶
func (m *MockIdentityClient) ReadMembers(arg0 context.Context, arg1 identity.ReadMembersArgs) (*[]string, error)
ReadMembers mocks base method
func (*MockIdentityClient) ReadMembersOf ¶
func (m *MockIdentityClient) ReadMembersOf(arg0 context.Context, arg1 identity.ReadMembersOfArgs) (*[]string, error)
ReadMembersOf mocks base method
func (*MockIdentityClient) RemoveMember ¶
func (m *MockIdentityClient) RemoveMember(arg0 context.Context, arg1 identity.RemoveMemberArgs) (*bool, error)
RemoveMember mocks base method
func (*MockIdentityClient) UpdateIdentities ¶
func (m *MockIdentityClient) UpdateIdentities(arg0 context.Context, arg1 identity.UpdateIdentitiesArgs) (*[]identity.IdentityUpdateData, error)
UpdateIdentities mocks base method
func (*MockIdentityClient) UpdateIdentity ¶
func (m *MockIdentityClient) UpdateIdentity(arg0 context.Context, arg1 identity.UpdateIdentityArgs) error
UpdateIdentity mocks base method
func (*MockIdentityClient) UpdateScope ¶
func (m *MockIdentityClient) UpdateScope(arg0 context.Context, arg1 identity.UpdateScopeArgs) error
UpdateScope mocks base method
type MockIdentityClientMockRecorder ¶
type MockIdentityClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityClientMockRecorder is the mock recorder for MockIdentityClient
func (*MockIdentityClientMockRecorder) AddMember ¶
func (mr *MockIdentityClientMockRecorder) AddMember(arg0, arg1 interface{}) *gomock.Call
AddMember indicates an expected call of AddMember
func (*MockIdentityClientMockRecorder) CreateGroups ¶
func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 interface{}) *gomock.Call
CreateGroups indicates an expected call of CreateGroups
func (*MockIdentityClientMockRecorder) CreateIdentity ¶
func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 interface{}) *gomock.Call
CreateIdentity indicates an expected call of CreateIdentity
func (*MockIdentityClientMockRecorder) CreateOrBindWithClaims ¶
func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 interface{}) *gomock.Call
CreateOrBindWithClaims indicates an expected call of CreateOrBindWithClaims
func (*MockIdentityClientMockRecorder) CreateScope ¶
func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 interface{}) *gomock.Call
CreateScope indicates an expected call of CreateScope
func (*MockIdentityClientMockRecorder) DeleteGroup ¶
func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup
func (*MockIdentityClientMockRecorder) DeleteScope ¶
func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 interface{}) *gomock.Call
DeleteScope indicates an expected call of DeleteScope
func (*MockIdentityClientMockRecorder) GetDescriptorById ¶
func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 interface{}) *gomock.Call
GetDescriptorById indicates an expected call of GetDescriptorById
func (*MockIdentityClientMockRecorder) GetIdentityChanges ¶
func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 interface{}) *gomock.Call
GetIdentityChanges indicates an expected call of GetIdentityChanges
func (*MockIdentityClientMockRecorder) GetIdentitySnapshot ¶
func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 interface{}) *gomock.Call
GetIdentitySnapshot indicates an expected call of GetIdentitySnapshot
func (*MockIdentityClientMockRecorder) GetMaxSequenceId ¶
func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 interface{}) *gomock.Call
GetMaxSequenceId indicates an expected call of GetMaxSequenceId
func (*MockIdentityClientMockRecorder) GetScopeById ¶
func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 interface{}) *gomock.Call
GetScopeById indicates an expected call of GetScopeById
func (*MockIdentityClientMockRecorder) GetScopeByName ¶
func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 interface{}) *gomock.Call
GetScopeByName indicates an expected call of GetScopeByName
func (*MockIdentityClientMockRecorder) GetSelf ¶
func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 interface{}) *gomock.Call
GetSelf indicates an expected call of GetSelf
func (*MockIdentityClientMockRecorder) GetSignedInToken ¶
func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 interface{}) *gomock.Call
GetSignedInToken indicates an expected call of GetSignedInToken
func (*MockIdentityClientMockRecorder) GetSignoutToken ¶
func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 interface{}) *gomock.Call
GetSignoutToken indicates an expected call of GetSignoutToken
func (*MockIdentityClientMockRecorder) GetTenant ¶
func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 interface{}) *gomock.Call
GetTenant indicates an expected call of GetTenant
func (*MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId ¶
func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 interface{}) *gomock.Call
GetUserIdentityIdsByDomainId indicates an expected call of GetUserIdentityIdsByDomainId
func (*MockIdentityClientMockRecorder) ListGroups ¶
func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 interface{}) *gomock.Call
ListGroups indicates an expected call of ListGroups
func (*MockIdentityClientMockRecorder) ReadIdentities ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 interface{}) *gomock.Call
ReadIdentities indicates an expected call of ReadIdentities
func (*MockIdentityClientMockRecorder) ReadIdentitiesByScope ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 interface{}) *gomock.Call
ReadIdentitiesByScope indicates an expected call of ReadIdentitiesByScope
func (*MockIdentityClientMockRecorder) ReadIdentity ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 interface{}) *gomock.Call
ReadIdentity indicates an expected call of ReadIdentity
func (*MockIdentityClientMockRecorder) ReadIdentityBatch ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 interface{}) *gomock.Call
ReadIdentityBatch indicates an expected call of ReadIdentityBatch
func (*MockIdentityClientMockRecorder) ReadMember ¶
func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 interface{}) *gomock.Call
ReadMember indicates an expected call of ReadMember
func (*MockIdentityClientMockRecorder) ReadMemberOf ¶
func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 interface{}) *gomock.Call
ReadMemberOf indicates an expected call of ReadMemberOf
func (*MockIdentityClientMockRecorder) ReadMembers ¶
func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 interface{}) *gomock.Call
ReadMembers indicates an expected call of ReadMembers
func (*MockIdentityClientMockRecorder) ReadMembersOf ¶
func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 interface{}) *gomock.Call
ReadMembersOf indicates an expected call of ReadMembersOf
func (*MockIdentityClientMockRecorder) RemoveMember ¶
func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 interface{}) *gomock.Call
RemoveMember indicates an expected call of RemoveMember
func (*MockIdentityClientMockRecorder) UpdateIdentities ¶
func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 interface{}) *gomock.Call
UpdateIdentities indicates an expected call of UpdateIdentities
func (*MockIdentityClientMockRecorder) UpdateIdentity ¶
func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 interface{}) *gomock.Call
UpdateIdentity indicates an expected call of UpdateIdentity
func (*MockIdentityClientMockRecorder) UpdateScope ¶
func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 interface{}) *gomock.Call
UpdateScope indicates an expected call of UpdateScope
type MockMemberentitlementmanagementClient ¶
type MockMemberentitlementmanagementClient struct {
// contains filtered or unexported fields
}
MockMemberentitlementmanagementClient is a mock of Client interface
func NewMockMemberentitlementmanagementClient ¶
func NewMockMemberentitlementmanagementClient(ctrl *gomock.Controller) *MockMemberentitlementmanagementClient
NewMockMemberentitlementmanagementClient creates a new mock instance
func (*MockMemberentitlementmanagementClient) AddGroupEntitlement ¶
func (m *MockMemberentitlementmanagementClient) AddGroupEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.AddGroupEntitlementArgs) (*memberentitlementmanagement.GroupEntitlementOperationReference, error)
AddGroupEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) AddMemberToGroup ¶
func (m *MockMemberentitlementmanagementClient) AddMemberToGroup(arg0 context.Context, arg1 memberentitlementmanagement.AddMemberToGroupArgs) error
AddMemberToGroup mocks base method
func (*MockMemberentitlementmanagementClient) AddUserEntitlement ¶
func (m *MockMemberentitlementmanagementClient) AddUserEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.AddUserEntitlementArgs) (*memberentitlementmanagement.UserEntitlementsPostResponse, error)
AddUserEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) DeleteGroupEntitlement ¶
func (m *MockMemberentitlementmanagementClient) DeleteGroupEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.DeleteGroupEntitlementArgs) (*memberentitlementmanagement.GroupEntitlementOperationReference, error)
DeleteGroupEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) DeleteUserEntitlement ¶
func (m *MockMemberentitlementmanagementClient) DeleteUserEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.DeleteUserEntitlementArgs) error
DeleteUserEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) EXPECT ¶
func (m *MockMemberentitlementmanagementClient) EXPECT() *MockMemberentitlementmanagementClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMemberentitlementmanagementClient) GetGroupEntitlement ¶
func (m *MockMemberentitlementmanagementClient) GetGroupEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.GetGroupEntitlementArgs) (*memberentitlementmanagement.GroupEntitlement, error)
GetGroupEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) GetGroupEntitlements ¶
func (m *MockMemberentitlementmanagementClient) GetGroupEntitlements(arg0 context.Context, arg1 memberentitlementmanagement.GetGroupEntitlementsArgs) (*[]memberentitlementmanagement.GroupEntitlement, error)
GetGroupEntitlements mocks base method
func (*MockMemberentitlementmanagementClient) GetGroupMembers ¶
func (m *MockMemberentitlementmanagementClient) GetGroupMembers(arg0 context.Context, arg1 memberentitlementmanagement.GetGroupMembersArgs) (*memberentitlementmanagement.PagedGraphMemberList, error)
GetGroupMembers mocks base method
func (*MockMemberentitlementmanagementClient) GetUserEntitlement ¶
func (m *MockMemberentitlementmanagementClient) GetUserEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.GetUserEntitlementArgs) (*memberentitlementmanagement.UserEntitlement, error)
GetUserEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) GetUserEntitlements ¶
func (m *MockMemberentitlementmanagementClient) GetUserEntitlements(arg0 context.Context, arg1 memberentitlementmanagement.GetUserEntitlementsArgs) (*memberentitlementmanagement.PagedGraphMemberList, error)
GetUserEntitlements mocks base method
func (*MockMemberentitlementmanagementClient) GetUsersSummary ¶
func (m *MockMemberentitlementmanagementClient) GetUsersSummary(arg0 context.Context, arg1 memberentitlementmanagement.GetUsersSummaryArgs) (*memberentitlementmanagement.UsersSummary, error)
GetUsersSummary mocks base method
func (*MockMemberentitlementmanagementClient) RemoveMemberFromGroup ¶
func (m *MockMemberentitlementmanagementClient) RemoveMemberFromGroup(arg0 context.Context, arg1 memberentitlementmanagement.RemoveMemberFromGroupArgs) error
RemoveMemberFromGroup mocks base method
func (*MockMemberentitlementmanagementClient) UpdateGroupEntitlement ¶
func (m *MockMemberentitlementmanagementClient) UpdateGroupEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.UpdateGroupEntitlementArgs) (*memberentitlementmanagement.GroupEntitlementOperationReference, error)
UpdateGroupEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) UpdateUserEntitlement ¶
func (m *MockMemberentitlementmanagementClient) UpdateUserEntitlement(arg0 context.Context, arg1 memberentitlementmanagement.UpdateUserEntitlementArgs) (*memberentitlementmanagement.UserEntitlementsPatchResponse, error)
UpdateUserEntitlement mocks base method
func (*MockMemberentitlementmanagementClient) UpdateUserEntitlements ¶
func (m *MockMemberentitlementmanagementClient) UpdateUserEntitlements(arg0 context.Context, arg1 memberentitlementmanagement.UpdateUserEntitlementsArgs) (*memberentitlementmanagement.UserEntitlementOperationReference, error)
UpdateUserEntitlements mocks base method
type MockMemberentitlementmanagementClientMockRecorder ¶
type MockMemberentitlementmanagementClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMemberentitlementmanagementClientMockRecorder is the mock recorder for MockMemberentitlementmanagementClient
func (*MockMemberentitlementmanagementClientMockRecorder) AddGroupEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) AddGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
AddGroupEntitlement indicates an expected call of AddGroupEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) AddMemberToGroup ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) AddMemberToGroup(arg0, arg1 interface{}) *gomock.Call
AddMemberToGroup indicates an expected call of AddMemberToGroup
func (*MockMemberentitlementmanagementClientMockRecorder) AddUserEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) AddUserEntitlement(arg0, arg1 interface{}) *gomock.Call
AddUserEntitlement indicates an expected call of AddUserEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) DeleteGroupEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
DeleteGroupEntitlement indicates an expected call of DeleteGroupEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) DeleteUserEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteUserEntitlement(arg0, arg1 interface{}) *gomock.Call
DeleteUserEntitlement indicates an expected call of DeleteUserEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
GetGroupEntitlement indicates an expected call of GetGroupEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlements ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlements(arg0, arg1 interface{}) *gomock.Call
GetGroupEntitlements indicates an expected call of GetGroupEntitlements
func (*MockMemberentitlementmanagementClientMockRecorder) GetGroupMembers ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupMembers(arg0, arg1 interface{}) *gomock.Call
GetGroupMembers indicates an expected call of GetGroupMembers
func (*MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlement(arg0, arg1 interface{}) *gomock.Call
GetUserEntitlement indicates an expected call of GetUserEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlements ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlements(arg0, arg1 interface{}) *gomock.Call
GetUserEntitlements indicates an expected call of GetUserEntitlements
func (*MockMemberentitlementmanagementClientMockRecorder) GetUsersSummary ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUsersSummary(arg0, arg1 interface{}) *gomock.Call
GetUsersSummary indicates an expected call of GetUsersSummary
func (*MockMemberentitlementmanagementClientMockRecorder) RemoveMemberFromGroup ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) RemoveMemberFromGroup(arg0, arg1 interface{}) *gomock.Call
RemoveMemberFromGroup indicates an expected call of RemoveMemberFromGroup
func (*MockMemberentitlementmanagementClientMockRecorder) UpdateGroupEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateGroupEntitlement(arg0, arg1 interface{}) *gomock.Call
UpdateGroupEntitlement indicates an expected call of UpdateGroupEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlement ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlement(arg0, arg1 interface{}) *gomock.Call
UpdateUserEntitlement indicates an expected call of UpdateUserEntitlement
func (*MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlements ¶
func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlements(arg0, arg1 interface{}) *gomock.Call
UpdateUserEntitlements indicates an expected call of UpdateUserEntitlements
type MockOperationsClient ¶
type MockOperationsClient struct {
// contains filtered or unexported fields
}
MockOperationsClient is a mock of Client interface
func NewMockOperationsClient ¶
func NewMockOperationsClient(ctrl *gomock.Controller) *MockOperationsClient
NewMockOperationsClient creates a new mock instance
func (*MockOperationsClient) EXPECT ¶
func (m *MockOperationsClient) EXPECT() *MockOperationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOperationsClient) GetOperation ¶
func (m *MockOperationsClient) GetOperation(arg0 context.Context, arg1 operations.GetOperationArgs) (*operations.Operation, error)
GetOperation mocks base method
type MockOperationsClientMockRecorder ¶
type MockOperationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOperationsClientMockRecorder is the mock recorder for MockOperationsClient
func (*MockOperationsClientMockRecorder) GetOperation ¶
func (mr *MockOperationsClientMockRecorder) GetOperation(arg0, arg1 interface{}) *gomock.Call
GetOperation indicates an expected call of GetOperation
type MockPolicyClient ¶
type MockPolicyClient struct {
// contains filtered or unexported fields
}
MockPolicyClient is a mock of Client interface
func NewMockPolicyClient ¶
func NewMockPolicyClient(ctrl *gomock.Controller) *MockPolicyClient
NewMockPolicyClient creates a new mock instance
func (*MockPolicyClient) CreatePolicyConfiguration ¶
func (m *MockPolicyClient) CreatePolicyConfiguration(arg0 context.Context, arg1 policy.CreatePolicyConfigurationArgs) (*policy.PolicyConfiguration, error)
CreatePolicyConfiguration mocks base method
func (*MockPolicyClient) DeletePolicyConfiguration ¶
func (m *MockPolicyClient) DeletePolicyConfiguration(arg0 context.Context, arg1 policy.DeletePolicyConfigurationArgs) error
DeletePolicyConfiguration mocks base method
func (*MockPolicyClient) EXPECT ¶
func (m *MockPolicyClient) EXPECT() *MockPolicyClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPolicyClient) GetPolicyConfiguration ¶
func (m *MockPolicyClient) GetPolicyConfiguration(arg0 context.Context, arg1 policy.GetPolicyConfigurationArgs) (*policy.PolicyConfiguration, error)
GetPolicyConfiguration mocks base method
func (*MockPolicyClient) GetPolicyConfigurationRevision ¶
func (m *MockPolicyClient) GetPolicyConfigurationRevision(arg0 context.Context, arg1 policy.GetPolicyConfigurationRevisionArgs) (*policy.PolicyConfiguration, error)
GetPolicyConfigurationRevision mocks base method
func (*MockPolicyClient) GetPolicyConfigurationRevisions ¶
func (m *MockPolicyClient) GetPolicyConfigurationRevisions(arg0 context.Context, arg1 policy.GetPolicyConfigurationRevisionsArgs) (*[]policy.PolicyConfiguration, error)
GetPolicyConfigurationRevisions mocks base method
func (*MockPolicyClient) GetPolicyConfigurations ¶
func (m *MockPolicyClient) GetPolicyConfigurations(arg0 context.Context, arg1 policy.GetPolicyConfigurationsArgs) (*policy.GetPolicyConfigurationsResponseValue, error)
GetPolicyConfigurations mocks base method
func (*MockPolicyClient) GetPolicyEvaluation ¶
func (m *MockPolicyClient) GetPolicyEvaluation(arg0 context.Context, arg1 policy.GetPolicyEvaluationArgs) (*policy.PolicyEvaluationRecord, error)
GetPolicyEvaluation mocks base method
func (*MockPolicyClient) GetPolicyEvaluations ¶
func (m *MockPolicyClient) GetPolicyEvaluations(arg0 context.Context, arg1 policy.GetPolicyEvaluationsArgs) (*[]policy.PolicyEvaluationRecord, error)
GetPolicyEvaluations mocks base method
func (*MockPolicyClient) GetPolicyType ¶
func (m *MockPolicyClient) GetPolicyType(arg0 context.Context, arg1 policy.GetPolicyTypeArgs) (*policy.PolicyType, error)
GetPolicyType mocks base method
func (*MockPolicyClient) GetPolicyTypes ¶
func (m *MockPolicyClient) GetPolicyTypes(arg0 context.Context, arg1 policy.GetPolicyTypesArgs) (*[]policy.PolicyType, error)
GetPolicyTypes mocks base method
func (*MockPolicyClient) RequeuePolicyEvaluation ¶
func (m *MockPolicyClient) RequeuePolicyEvaluation(arg0 context.Context, arg1 policy.RequeuePolicyEvaluationArgs) (*policy.PolicyEvaluationRecord, error)
RequeuePolicyEvaluation mocks base method
func (*MockPolicyClient) UpdatePolicyConfiguration ¶
func (m *MockPolicyClient) UpdatePolicyConfiguration(arg0 context.Context, arg1 policy.UpdatePolicyConfigurationArgs) (*policy.PolicyConfiguration, error)
UpdatePolicyConfiguration mocks base method
type MockPolicyClientMockRecorder ¶
type MockPolicyClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPolicyClientMockRecorder is the mock recorder for MockPolicyClient
func (*MockPolicyClientMockRecorder) CreatePolicyConfiguration ¶
func (mr *MockPolicyClientMockRecorder) CreatePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
CreatePolicyConfiguration indicates an expected call of CreatePolicyConfiguration
func (*MockPolicyClientMockRecorder) DeletePolicyConfiguration ¶
func (mr *MockPolicyClientMockRecorder) DeletePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
DeletePolicyConfiguration indicates an expected call of DeletePolicyConfiguration
func (*MockPolicyClientMockRecorder) GetPolicyConfiguration ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
GetPolicyConfiguration indicates an expected call of GetPolicyConfiguration
func (*MockPolicyClientMockRecorder) GetPolicyConfigurationRevision ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurationRevision(arg0, arg1 interface{}) *gomock.Call
GetPolicyConfigurationRevision indicates an expected call of GetPolicyConfigurationRevision
func (*MockPolicyClientMockRecorder) GetPolicyConfigurationRevisions ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurationRevisions(arg0, arg1 interface{}) *gomock.Call
GetPolicyConfigurationRevisions indicates an expected call of GetPolicyConfigurationRevisions
func (*MockPolicyClientMockRecorder) GetPolicyConfigurations ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurations(arg0, arg1 interface{}) *gomock.Call
GetPolicyConfigurations indicates an expected call of GetPolicyConfigurations
func (*MockPolicyClientMockRecorder) GetPolicyEvaluation ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyEvaluation(arg0, arg1 interface{}) *gomock.Call
GetPolicyEvaluation indicates an expected call of GetPolicyEvaluation
func (*MockPolicyClientMockRecorder) GetPolicyEvaluations ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyEvaluations(arg0, arg1 interface{}) *gomock.Call
GetPolicyEvaluations indicates an expected call of GetPolicyEvaluations
func (*MockPolicyClientMockRecorder) GetPolicyType ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyType(arg0, arg1 interface{}) *gomock.Call
GetPolicyType indicates an expected call of GetPolicyType
func (*MockPolicyClientMockRecorder) GetPolicyTypes ¶
func (mr *MockPolicyClientMockRecorder) GetPolicyTypes(arg0, arg1 interface{}) *gomock.Call
GetPolicyTypes indicates an expected call of GetPolicyTypes
func (*MockPolicyClientMockRecorder) RequeuePolicyEvaluation ¶
func (mr *MockPolicyClientMockRecorder) RequeuePolicyEvaluation(arg0, arg1 interface{}) *gomock.Call
RequeuePolicyEvaluation indicates an expected call of RequeuePolicyEvaluation
func (*MockPolicyClientMockRecorder) UpdatePolicyConfiguration ¶
func (mr *MockPolicyClientMockRecorder) UpdatePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call
UpdatePolicyConfiguration indicates an expected call of UpdatePolicyConfiguration
type MockProfileClient ¶
type MockProfileClient struct {
// contains filtered or unexported fields
}
MockProfileClient is a mock of Client interface
func NewMockProfileClient ¶
func NewMockProfileClient(ctrl *gomock.Controller) *MockProfileClient
NewMockProfileClient creates a new mock instance
func (*MockProfileClient) EXPECT ¶
func (m *MockProfileClient) EXPECT() *MockProfileClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockProfileClient) GetProfile ¶
func (m *MockProfileClient) GetProfile(arg0 context.Context, arg1 profile.GetProfileArgs) (*profile.Profile, error)
GetProfile mocks base method
type MockProfileClientMockRecorder ¶
type MockProfileClientMockRecorder struct {
// contains filtered or unexported fields
}
MockProfileClientMockRecorder is the mock recorder for MockProfileClient
func (*MockProfileClientMockRecorder) GetProfile ¶
func (mr *MockProfileClientMockRecorder) GetProfile(arg0, arg1 interface{}) *gomock.Call
GetProfile indicates an expected call of GetProfile
type MockSecurityClient ¶ added in v0.1.1
type MockSecurityClient struct {
// contains filtered or unexported fields
}
MockSecurityClient is a mock of Client interface
func NewMockSecurityClient ¶ added in v0.1.1
func NewMockSecurityClient(ctrl *gomock.Controller) *MockSecurityClient
NewMockSecurityClient creates a new mock instance
func (*MockSecurityClient) EXPECT ¶ added in v0.1.1
func (m *MockSecurityClient) EXPECT() *MockSecurityClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSecurityClient) HasPermissions ¶ added in v0.1.1
func (m *MockSecurityClient) HasPermissions(arg0 context.Context, arg1 security.HasPermissionsArgs) (*[]bool, error)
HasPermissions mocks base method
func (*MockSecurityClient) HasPermissionsBatch ¶ added in v0.1.1
func (m *MockSecurityClient) HasPermissionsBatch(arg0 context.Context, arg1 security.HasPermissionsBatchArgs) (*security.PermissionEvaluationBatch, error)
HasPermissionsBatch mocks base method
func (*MockSecurityClient) QueryAccessControlLists ¶ added in v0.1.1
func (m *MockSecurityClient) QueryAccessControlLists(arg0 context.Context, arg1 security.QueryAccessControlListsArgs) (*[]security.AccessControlList, error)
QueryAccessControlLists mocks base method
func (*MockSecurityClient) QuerySecurityNamespaces ¶ added in v0.1.1
func (m *MockSecurityClient) QuerySecurityNamespaces(arg0 context.Context, arg1 security.QuerySecurityNamespacesArgs) (*[]security.SecurityNamespaceDescription, error)
QuerySecurityNamespaces mocks base method
func (*MockSecurityClient) RemoveAccessControlEntries ¶ added in v0.1.1
func (m *MockSecurityClient) RemoveAccessControlEntries(arg0 context.Context, arg1 security.RemoveAccessControlEntriesArgs) (*bool, error)
RemoveAccessControlEntries mocks base method
func (*MockSecurityClient) RemoveAccessControlLists ¶ added in v0.1.1
func (m *MockSecurityClient) RemoveAccessControlLists(arg0 context.Context, arg1 security.RemoveAccessControlListsArgs) (*bool, error)
RemoveAccessControlLists mocks base method
func (*MockSecurityClient) RemovePermission ¶ added in v0.1.1
func (m *MockSecurityClient) RemovePermission(arg0 context.Context, arg1 security.RemovePermissionArgs) (*security.AccessControlEntry, error)
RemovePermission mocks base method
func (*MockSecurityClient) SetAccessControlEntries ¶ added in v0.1.1
func (m *MockSecurityClient) SetAccessControlEntries(arg0 context.Context, arg1 security.SetAccessControlEntriesArgs) (*[]security.AccessControlEntry, error)
SetAccessControlEntries mocks base method
func (*MockSecurityClient) SetAccessControlLists ¶ added in v0.1.1
func (m *MockSecurityClient) SetAccessControlLists(arg0 context.Context, arg1 security.SetAccessControlListsArgs) error
SetAccessControlLists mocks base method
type MockSecurityClientMockRecorder ¶ added in v0.1.1
type MockSecurityClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSecurityClientMockRecorder is the mock recorder for MockSecurityClient
func (*MockSecurityClientMockRecorder) HasPermissions ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) HasPermissions(arg0, arg1 interface{}) *gomock.Call
HasPermissions indicates an expected call of HasPermissions
func (*MockSecurityClientMockRecorder) HasPermissionsBatch ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) HasPermissionsBatch(arg0, arg1 interface{}) *gomock.Call
HasPermissionsBatch indicates an expected call of HasPermissionsBatch
func (*MockSecurityClientMockRecorder) QueryAccessControlLists ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) QueryAccessControlLists(arg0, arg1 interface{}) *gomock.Call
QueryAccessControlLists indicates an expected call of QueryAccessControlLists
func (*MockSecurityClientMockRecorder) QuerySecurityNamespaces ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) QuerySecurityNamespaces(arg0, arg1 interface{}) *gomock.Call
QuerySecurityNamespaces indicates an expected call of QuerySecurityNamespaces
func (*MockSecurityClientMockRecorder) RemoveAccessControlEntries ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) RemoveAccessControlEntries(arg0, arg1 interface{}) *gomock.Call
RemoveAccessControlEntries indicates an expected call of RemoveAccessControlEntries
func (*MockSecurityClientMockRecorder) RemoveAccessControlLists ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) RemoveAccessControlLists(arg0, arg1 interface{}) *gomock.Call
RemoveAccessControlLists indicates an expected call of RemoveAccessControlLists
func (*MockSecurityClientMockRecorder) RemovePermission ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) RemovePermission(arg0, arg1 interface{}) *gomock.Call
RemovePermission indicates an expected call of RemovePermission
func (*MockSecurityClientMockRecorder) SetAccessControlEntries ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) SetAccessControlEntries(arg0, arg1 interface{}) *gomock.Call
SetAccessControlEntries indicates an expected call of SetAccessControlEntries
func (*MockSecurityClientMockRecorder) SetAccessControlLists ¶ added in v0.1.1
func (mr *MockSecurityClientMockRecorder) SetAccessControlLists(arg0, arg1 interface{}) *gomock.Call
SetAccessControlLists indicates an expected call of SetAccessControlLists
type MockServiceendpointClient ¶
type MockServiceendpointClient struct {
// contains filtered or unexported fields
}
MockServiceendpointClient is a mock of Client interface
func NewMockServiceendpointClient ¶
func NewMockServiceendpointClient(ctrl *gomock.Controller) *MockServiceendpointClient
NewMockServiceendpointClient creates a new mock instance
func (*MockServiceendpointClient) CreateServiceEndpoint ¶
func (m *MockServiceendpointClient) CreateServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.CreateServiceEndpointArgs) (*serviceendpoint.ServiceEndpoint, error)
CreateServiceEndpoint mocks base method
func (*MockServiceendpointClient) DeleteServiceEndpoint ¶
func (m *MockServiceendpointClient) DeleteServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.DeleteServiceEndpointArgs) error
DeleteServiceEndpoint mocks base method
func (*MockServiceendpointClient) EXPECT ¶
func (m *MockServiceendpointClient) EXPECT() *MockServiceendpointClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServiceendpointClient) ExecuteServiceEndpointRequest ¶
func (m *MockServiceendpointClient) ExecuteServiceEndpointRequest(arg0 context.Context, arg1 serviceendpoint.ExecuteServiceEndpointRequestArgs) (*serviceendpoint.ServiceEndpointRequestResult, error)
ExecuteServiceEndpointRequest mocks base method
func (*MockServiceendpointClient) GetServiceEndpointDetails ¶
func (m *MockServiceendpointClient) GetServiceEndpointDetails(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointDetailsArgs) (*serviceendpoint.ServiceEndpoint, error)
GetServiceEndpointDetails mocks base method
func (*MockServiceendpointClient) GetServiceEndpointExecutionRecords ¶
func (m *MockServiceendpointClient) GetServiceEndpointExecutionRecords(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointExecutionRecordsArgs) (*serviceendpoint.GetServiceEndpointExecutionRecordsResponseValue, error)
GetServiceEndpointExecutionRecords mocks base method
func (*MockServiceendpointClient) GetServiceEndpointTypes ¶
func (m *MockServiceendpointClient) GetServiceEndpointTypes(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointTypesArgs) (*[]serviceendpoint.ServiceEndpointType, error)
GetServiceEndpointTypes mocks base method
func (*MockServiceendpointClient) GetServiceEndpoints ¶
func (m *MockServiceendpointClient) GetServiceEndpoints(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsArgs) (*[]serviceendpoint.ServiceEndpoint, error)
GetServiceEndpoints mocks base method
func (*MockServiceendpointClient) GetServiceEndpointsByNames ¶
func (m *MockServiceendpointClient) GetServiceEndpointsByNames(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsByNamesArgs) (*[]serviceendpoint.ServiceEndpoint, error)
GetServiceEndpointsByNames mocks base method
func (*MockServiceendpointClient) UpdateServiceEndpoint ¶
func (m *MockServiceendpointClient) UpdateServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.UpdateServiceEndpointArgs) (*serviceendpoint.ServiceEndpoint, error)
UpdateServiceEndpoint mocks base method
func (*MockServiceendpointClient) UpdateServiceEndpoints ¶
func (m *MockServiceendpointClient) UpdateServiceEndpoints(arg0 context.Context, arg1 serviceendpoint.UpdateServiceEndpointsArgs) (*[]serviceendpoint.ServiceEndpoint, error)
UpdateServiceEndpoints mocks base method
type MockServiceendpointClientMockRecorder ¶
type MockServiceendpointClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceendpointClientMockRecorder is the mock recorder for MockServiceendpointClient
func (*MockServiceendpointClientMockRecorder) CreateServiceEndpoint ¶
func (mr *MockServiceendpointClientMockRecorder) CreateServiceEndpoint(arg0, arg1 interface{}) *gomock.Call
CreateServiceEndpoint indicates an expected call of CreateServiceEndpoint
func (*MockServiceendpointClientMockRecorder) DeleteServiceEndpoint ¶
func (mr *MockServiceendpointClientMockRecorder) DeleteServiceEndpoint(arg0, arg1 interface{}) *gomock.Call
DeleteServiceEndpoint indicates an expected call of DeleteServiceEndpoint
func (*MockServiceendpointClientMockRecorder) ExecuteServiceEndpointRequest ¶
func (mr *MockServiceendpointClientMockRecorder) ExecuteServiceEndpointRequest(arg0, arg1 interface{}) *gomock.Call
ExecuteServiceEndpointRequest indicates an expected call of ExecuteServiceEndpointRequest
func (*MockServiceendpointClientMockRecorder) GetServiceEndpointDetails ¶
func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointDetails(arg0, arg1 interface{}) *gomock.Call
GetServiceEndpointDetails indicates an expected call of GetServiceEndpointDetails
func (*MockServiceendpointClientMockRecorder) GetServiceEndpointExecutionRecords ¶
func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointExecutionRecords(arg0, arg1 interface{}) *gomock.Call
GetServiceEndpointExecutionRecords indicates an expected call of GetServiceEndpointExecutionRecords
func (*MockServiceendpointClientMockRecorder) GetServiceEndpointTypes ¶
func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointTypes(arg0, arg1 interface{}) *gomock.Call
GetServiceEndpointTypes indicates an expected call of GetServiceEndpointTypes
func (*MockServiceendpointClientMockRecorder) GetServiceEndpoints ¶
func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpoints(arg0, arg1 interface{}) *gomock.Call
GetServiceEndpoints indicates an expected call of GetServiceEndpoints
func (*MockServiceendpointClientMockRecorder) GetServiceEndpointsByNames ¶
func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointsByNames(arg0, arg1 interface{}) *gomock.Call
GetServiceEndpointsByNames indicates an expected call of GetServiceEndpointsByNames
func (*MockServiceendpointClientMockRecorder) UpdateServiceEndpoint ¶
func (mr *MockServiceendpointClientMockRecorder) UpdateServiceEndpoint(arg0, arg1 interface{}) *gomock.Call
UpdateServiceEndpoint indicates an expected call of UpdateServiceEndpoint
func (*MockServiceendpointClientMockRecorder) UpdateServiceEndpoints ¶
func (mr *MockServiceendpointClientMockRecorder) UpdateServiceEndpoints(arg0, arg1 interface{}) *gomock.Call
UpdateServiceEndpoints indicates an expected call of UpdateServiceEndpoints
type MockTaskagentClient ¶
type MockTaskagentClient struct {
// contains filtered or unexported fields
}
MockTaskagentClient is a mock of Client interface
func NewMockTaskagentClient ¶
func NewMockTaskagentClient(ctrl *gomock.Controller) *MockTaskagentClient
NewMockTaskagentClient creates a new mock instance
func (*MockTaskagentClient) AddAgent ¶
func (m *MockTaskagentClient) AddAgent(arg0 context.Context, arg1 taskagent.AddAgentArgs) (*taskagent.TaskAgent, error)
AddAgent mocks base method
func (*MockTaskagentClient) AddAgentCloud ¶
func (m *MockTaskagentClient) AddAgentCloud(arg0 context.Context, arg1 taskagent.AddAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
AddAgentCloud mocks base method
func (*MockTaskagentClient) AddAgentPool ¶
func (m *MockTaskagentClient) AddAgentPool(arg0 context.Context, arg1 taskagent.AddAgentPoolArgs) (*taskagent.TaskAgentPool, error)
AddAgentPool mocks base method
func (*MockTaskagentClient) AddAgentQueue ¶
func (m *MockTaskagentClient) AddAgentQueue(arg0 context.Context, arg1 taskagent.AddAgentQueueArgs) (*taskagent.TaskAgentQueue, error)
AddAgentQueue mocks base method
func (*MockTaskagentClient) AddDeploymentGroup ¶
func (m *MockTaskagentClient) AddDeploymentGroup(arg0 context.Context, arg1 taskagent.AddDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
AddDeploymentGroup mocks base method
func (*MockTaskagentClient) AddTaskGroup ¶
func (m *MockTaskagentClient) AddTaskGroup(arg0 context.Context, arg1 taskagent.AddTaskGroupArgs) (*taskagent.TaskGroup, error)
AddTaskGroup mocks base method
func (*MockTaskagentClient) AddVariableGroup ¶
func (m *MockTaskagentClient) AddVariableGroup(arg0 context.Context, arg1 taskagent.AddVariableGroupArgs) (*taskagent.VariableGroup, error)
AddVariableGroup mocks base method
func (*MockTaskagentClient) DeleteAgent ¶
func (m *MockTaskagentClient) DeleteAgent(arg0 context.Context, arg1 taskagent.DeleteAgentArgs) error
DeleteAgent mocks base method
func (*MockTaskagentClient) DeleteAgentCloud ¶
func (m *MockTaskagentClient) DeleteAgentCloud(arg0 context.Context, arg1 taskagent.DeleteAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
DeleteAgentCloud mocks base method
func (*MockTaskagentClient) DeleteAgentPool ¶
func (m *MockTaskagentClient) DeleteAgentPool(arg0 context.Context, arg1 taskagent.DeleteAgentPoolArgs) error
DeleteAgentPool mocks base method
func (*MockTaskagentClient) DeleteAgentQueue ¶
func (m *MockTaskagentClient) DeleteAgentQueue(arg0 context.Context, arg1 taskagent.DeleteAgentQueueArgs) error
DeleteAgentQueue mocks base method
func (*MockTaskagentClient) DeleteDeploymentGroup ¶
func (m *MockTaskagentClient) DeleteDeploymentGroup(arg0 context.Context, arg1 taskagent.DeleteDeploymentGroupArgs) error
DeleteDeploymentGroup mocks base method
func (*MockTaskagentClient) DeleteDeploymentTarget ¶
func (m *MockTaskagentClient) DeleteDeploymentTarget(arg0 context.Context, arg1 taskagent.DeleteDeploymentTargetArgs) error
DeleteDeploymentTarget mocks base method
func (*MockTaskagentClient) DeleteTaskGroup ¶
func (m *MockTaskagentClient) DeleteTaskGroup(arg0 context.Context, arg1 taskagent.DeleteTaskGroupArgs) error
DeleteTaskGroup mocks base method
func (*MockTaskagentClient) DeleteVariableGroup ¶
func (m *MockTaskagentClient) DeleteVariableGroup(arg0 context.Context, arg1 taskagent.DeleteVariableGroupArgs) error
DeleteVariableGroup mocks base method
func (*MockTaskagentClient) EXPECT ¶
func (m *MockTaskagentClient) EXPECT() *MockTaskagentClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTaskagentClient) GetAgent ¶
func (m *MockTaskagentClient) GetAgent(arg0 context.Context, arg1 taskagent.GetAgentArgs) (*taskagent.TaskAgent, error)
GetAgent mocks base method
func (*MockTaskagentClient) GetAgentCloud ¶
func (m *MockTaskagentClient) GetAgentCloud(arg0 context.Context, arg1 taskagent.GetAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
GetAgentCloud mocks base method
func (*MockTaskagentClient) GetAgentCloudRequests ¶
func (m *MockTaskagentClient) GetAgentCloudRequests(arg0 context.Context, arg1 taskagent.GetAgentCloudRequestsArgs) (*[]taskagent.TaskAgentCloudRequest, error)
GetAgentCloudRequests mocks base method
func (*MockTaskagentClient) GetAgentCloudTypes ¶
func (m *MockTaskagentClient) GetAgentCloudTypes(arg0 context.Context, arg1 taskagent.GetAgentCloudTypesArgs) (*[]taskagent.TaskAgentCloudType, error)
GetAgentCloudTypes mocks base method
func (*MockTaskagentClient) GetAgentClouds ¶
func (m *MockTaskagentClient) GetAgentClouds(arg0 context.Context, arg1 taskagent.GetAgentCloudsArgs) (*[]taskagent.TaskAgentCloud, error)
GetAgentClouds mocks base method
func (*MockTaskagentClient) GetAgentPool ¶
func (m *MockTaskagentClient) GetAgentPool(arg0 context.Context, arg1 taskagent.GetAgentPoolArgs) (*taskagent.TaskAgentPool, error)
GetAgentPool mocks base method
func (*MockTaskagentClient) GetAgentPools ¶
func (m *MockTaskagentClient) GetAgentPools(arg0 context.Context, arg1 taskagent.GetAgentPoolsArgs) (*[]taskagent.TaskAgentPool, error)
GetAgentPools mocks base method
func (*MockTaskagentClient) GetAgentPoolsByIds ¶
func (m *MockTaskagentClient) GetAgentPoolsByIds(arg0 context.Context, arg1 taskagent.GetAgentPoolsByIdsArgs) (*[]taskagent.TaskAgentPool, error)
GetAgentPoolsByIds mocks base method
func (*MockTaskagentClient) GetAgentQueue ¶
func (m *MockTaskagentClient) GetAgentQueue(arg0 context.Context, arg1 taskagent.GetAgentQueueArgs) (*taskagent.TaskAgentQueue, error)
GetAgentQueue mocks base method
func (*MockTaskagentClient) GetAgentQueues ¶
func (m *MockTaskagentClient) GetAgentQueues(arg0 context.Context, arg1 taskagent.GetAgentQueuesArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueues mocks base method
func (*MockTaskagentClient) GetAgentQueuesByIds ¶
func (m *MockTaskagentClient) GetAgentQueuesByIds(arg0 context.Context, arg1 taskagent.GetAgentQueuesByIdsArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueuesByIds mocks base method
func (*MockTaskagentClient) GetAgentQueuesByNames ¶
func (m *MockTaskagentClient) GetAgentQueuesByNames(arg0 context.Context, arg1 taskagent.GetAgentQueuesByNamesArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueuesByNames mocks base method
func (*MockTaskagentClient) GetAgents ¶
func (m *MockTaskagentClient) GetAgents(arg0 context.Context, arg1 taskagent.GetAgentsArgs) (*[]taskagent.TaskAgent, error)
GetAgents mocks base method
func (*MockTaskagentClient) GetDeploymentGroup ¶
func (m *MockTaskagentClient) GetDeploymentGroup(arg0 context.Context, arg1 taskagent.GetDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
GetDeploymentGroup mocks base method
func (*MockTaskagentClient) GetDeploymentGroups ¶
func (m *MockTaskagentClient) GetDeploymentGroups(arg0 context.Context, arg1 taskagent.GetDeploymentGroupsArgs) (*taskagent.GetDeploymentGroupsResponseValue, error)
GetDeploymentGroups mocks base method
func (*MockTaskagentClient) GetDeploymentTarget ¶
func (m *MockTaskagentClient) GetDeploymentTarget(arg0 context.Context, arg1 taskagent.GetDeploymentTargetArgs) (*taskagent.DeploymentMachine, error)
GetDeploymentTarget mocks base method
func (*MockTaskagentClient) GetDeploymentTargets ¶
func (m *MockTaskagentClient) GetDeploymentTargets(arg0 context.Context, arg1 taskagent.GetDeploymentTargetsArgs) (*taskagent.GetDeploymentTargetsResponseValue, error)
GetDeploymentTargets mocks base method
func (*MockTaskagentClient) GetTaskGroups ¶
func (m *MockTaskagentClient) GetTaskGroups(arg0 context.Context, arg1 taskagent.GetTaskGroupsArgs) (*[]taskagent.TaskGroup, error)
GetTaskGroups mocks base method
func (*MockTaskagentClient) GetVariableGroup ¶
func (m *MockTaskagentClient) GetVariableGroup(arg0 context.Context, arg1 taskagent.GetVariableGroupArgs) (*taskagent.VariableGroup, error)
GetVariableGroup mocks base method
func (*MockTaskagentClient) GetVariableGroups ¶
func (m *MockTaskagentClient) GetVariableGroups(arg0 context.Context, arg1 taskagent.GetVariableGroupsArgs) (*[]taskagent.VariableGroup, error)
GetVariableGroups mocks base method
func (*MockTaskagentClient) GetVariableGroupsById ¶
func (m *MockTaskagentClient) GetVariableGroupsById(arg0 context.Context, arg1 taskagent.GetVariableGroupsByIdArgs) (*[]taskagent.VariableGroup, error)
GetVariableGroupsById mocks base method
func (*MockTaskagentClient) GetYamlSchema ¶
func (m *MockTaskagentClient) GetYamlSchema(arg0 context.Context, arg1 taskagent.GetYamlSchemaArgs) (interface{}, error)
GetYamlSchema mocks base method
func (*MockTaskagentClient) ReplaceAgent ¶
func (m *MockTaskagentClient) ReplaceAgent(arg0 context.Context, arg1 taskagent.ReplaceAgentArgs) (*taskagent.TaskAgent, error)
ReplaceAgent mocks base method
func (*MockTaskagentClient) UpdateAgent ¶
func (m *MockTaskagentClient) UpdateAgent(arg0 context.Context, arg1 taskagent.UpdateAgentArgs) (*taskagent.TaskAgent, error)
UpdateAgent mocks base method
func (*MockTaskagentClient) UpdateAgentPool ¶
func (m *MockTaskagentClient) UpdateAgentPool(arg0 context.Context, arg1 taskagent.UpdateAgentPoolArgs) (*taskagent.TaskAgentPool, error)
UpdateAgentPool mocks base method
func (*MockTaskagentClient) UpdateDeploymentGroup ¶
func (m *MockTaskagentClient) UpdateDeploymentGroup(arg0 context.Context, arg1 taskagent.UpdateDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
UpdateDeploymentGroup mocks base method
func (*MockTaskagentClient) UpdateDeploymentTargets ¶
func (m *MockTaskagentClient) UpdateDeploymentTargets(arg0 context.Context, arg1 taskagent.UpdateDeploymentTargetsArgs) (*[]taskagent.DeploymentMachine, error)
UpdateDeploymentTargets mocks base method
func (*MockTaskagentClient) UpdateTaskGroup ¶
func (m *MockTaskagentClient) UpdateTaskGroup(arg0 context.Context, arg1 taskagent.UpdateTaskGroupArgs) (*taskagent.TaskGroup, error)
UpdateTaskGroup mocks base method
func (*MockTaskagentClient) UpdateVariableGroup ¶
func (m *MockTaskagentClient) UpdateVariableGroup(arg0 context.Context, arg1 taskagent.UpdateVariableGroupArgs) (*taskagent.VariableGroup, error)
UpdateVariableGroup mocks base method
type MockTaskagentClientMockRecorder ¶
type MockTaskagentClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTaskagentClientMockRecorder is the mock recorder for MockTaskagentClient
func (*MockTaskagentClientMockRecorder) AddAgent ¶
func (mr *MockTaskagentClientMockRecorder) AddAgent(arg0, arg1 interface{}) *gomock.Call
AddAgent indicates an expected call of AddAgent
func (*MockTaskagentClientMockRecorder) AddAgentCloud ¶
func (mr *MockTaskagentClientMockRecorder) AddAgentCloud(arg0, arg1 interface{}) *gomock.Call
AddAgentCloud indicates an expected call of AddAgentCloud
func (*MockTaskagentClientMockRecorder) AddAgentPool ¶
func (mr *MockTaskagentClientMockRecorder) AddAgentPool(arg0, arg1 interface{}) *gomock.Call
AddAgentPool indicates an expected call of AddAgentPool
func (*MockTaskagentClientMockRecorder) AddAgentQueue ¶
func (mr *MockTaskagentClientMockRecorder) AddAgentQueue(arg0, arg1 interface{}) *gomock.Call
AddAgentQueue indicates an expected call of AddAgentQueue
func (*MockTaskagentClientMockRecorder) AddDeploymentGroup ¶
func (mr *MockTaskagentClientMockRecorder) AddDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
AddDeploymentGroup indicates an expected call of AddDeploymentGroup
func (*MockTaskagentClientMockRecorder) AddTaskGroup ¶
func (mr *MockTaskagentClientMockRecorder) AddTaskGroup(arg0, arg1 interface{}) *gomock.Call
AddTaskGroup indicates an expected call of AddTaskGroup
func (*MockTaskagentClientMockRecorder) AddVariableGroup ¶
func (mr *MockTaskagentClientMockRecorder) AddVariableGroup(arg0, arg1 interface{}) *gomock.Call
AddVariableGroup indicates an expected call of AddVariableGroup
func (*MockTaskagentClientMockRecorder) DeleteAgent ¶
func (mr *MockTaskagentClientMockRecorder) DeleteAgent(arg0, arg1 interface{}) *gomock.Call
DeleteAgent indicates an expected call of DeleteAgent
func (*MockTaskagentClientMockRecorder) DeleteAgentCloud ¶
func (mr *MockTaskagentClientMockRecorder) DeleteAgentCloud(arg0, arg1 interface{}) *gomock.Call
DeleteAgentCloud indicates an expected call of DeleteAgentCloud
func (*MockTaskagentClientMockRecorder) DeleteAgentPool ¶
func (mr *MockTaskagentClientMockRecorder) DeleteAgentPool(arg0, arg1 interface{}) *gomock.Call
DeleteAgentPool indicates an expected call of DeleteAgentPool
func (*MockTaskagentClientMockRecorder) DeleteAgentQueue ¶
func (mr *MockTaskagentClientMockRecorder) DeleteAgentQueue(arg0, arg1 interface{}) *gomock.Call
DeleteAgentQueue indicates an expected call of DeleteAgentQueue
func (*MockTaskagentClientMockRecorder) DeleteDeploymentGroup ¶
func (mr *MockTaskagentClientMockRecorder) DeleteDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
DeleteDeploymentGroup indicates an expected call of DeleteDeploymentGroup
func (*MockTaskagentClientMockRecorder) DeleteDeploymentTarget ¶
func (mr *MockTaskagentClientMockRecorder) DeleteDeploymentTarget(arg0, arg1 interface{}) *gomock.Call
DeleteDeploymentTarget indicates an expected call of DeleteDeploymentTarget
func (*MockTaskagentClientMockRecorder) DeleteTaskGroup ¶
func (mr *MockTaskagentClientMockRecorder) DeleteTaskGroup(arg0, arg1 interface{}) *gomock.Call
DeleteTaskGroup indicates an expected call of DeleteTaskGroup
func (*MockTaskagentClientMockRecorder) DeleteVariableGroup ¶
func (mr *MockTaskagentClientMockRecorder) DeleteVariableGroup(arg0, arg1 interface{}) *gomock.Call
DeleteVariableGroup indicates an expected call of DeleteVariableGroup
func (*MockTaskagentClientMockRecorder) GetAgent ¶
func (mr *MockTaskagentClientMockRecorder) GetAgent(arg0, arg1 interface{}) *gomock.Call
GetAgent indicates an expected call of GetAgent
func (*MockTaskagentClientMockRecorder) GetAgentCloud ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentCloud(arg0, arg1 interface{}) *gomock.Call
GetAgentCloud indicates an expected call of GetAgentCloud
func (*MockTaskagentClientMockRecorder) GetAgentCloudRequests ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentCloudRequests(arg0, arg1 interface{}) *gomock.Call
GetAgentCloudRequests indicates an expected call of GetAgentCloudRequests
func (*MockTaskagentClientMockRecorder) GetAgentCloudTypes ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentCloudTypes(arg0, arg1 interface{}) *gomock.Call
GetAgentCloudTypes indicates an expected call of GetAgentCloudTypes
func (*MockTaskagentClientMockRecorder) GetAgentClouds ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentClouds(arg0, arg1 interface{}) *gomock.Call
GetAgentClouds indicates an expected call of GetAgentClouds
func (*MockTaskagentClientMockRecorder) GetAgentPool ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentPool(arg0, arg1 interface{}) *gomock.Call
GetAgentPool indicates an expected call of GetAgentPool
func (*MockTaskagentClientMockRecorder) GetAgentPools ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentPools(arg0, arg1 interface{}) *gomock.Call
GetAgentPools indicates an expected call of GetAgentPools
func (*MockTaskagentClientMockRecorder) GetAgentPoolsByIds ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentPoolsByIds(arg0, arg1 interface{}) *gomock.Call
GetAgentPoolsByIds indicates an expected call of GetAgentPoolsByIds
func (*MockTaskagentClientMockRecorder) GetAgentQueue ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentQueue(arg0, arg1 interface{}) *gomock.Call
GetAgentQueue indicates an expected call of GetAgentQueue
func (*MockTaskagentClientMockRecorder) GetAgentQueues ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentQueues(arg0, arg1 interface{}) *gomock.Call
GetAgentQueues indicates an expected call of GetAgentQueues
func (*MockTaskagentClientMockRecorder) GetAgentQueuesByIds ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesByIds(arg0, arg1 interface{}) *gomock.Call
GetAgentQueuesByIds indicates an expected call of GetAgentQueuesByIds
func (*MockTaskagentClientMockRecorder) GetAgentQueuesByNames ¶
func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesByNames(arg0, arg1 interface{}) *gomock.Call
GetAgentQueuesByNames indicates an expected call of GetAgentQueuesByNames
func (*MockTaskagentClientMockRecorder) GetAgents ¶
func (mr *MockTaskagentClientMockRecorder) GetAgents(arg0, arg1 interface{}) *gomock.Call
GetAgents indicates an expected call of GetAgents
func (*MockTaskagentClientMockRecorder) GetDeploymentGroup ¶
func (mr *MockTaskagentClientMockRecorder) GetDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
GetDeploymentGroup indicates an expected call of GetDeploymentGroup
func (*MockTaskagentClientMockRecorder) GetDeploymentGroups ¶
func (mr *MockTaskagentClientMockRecorder) GetDeploymentGroups(arg0, arg1 interface{}) *gomock.Call
GetDeploymentGroups indicates an expected call of GetDeploymentGroups
func (*MockTaskagentClientMockRecorder) GetDeploymentTarget ¶
func (mr *MockTaskagentClientMockRecorder) GetDeploymentTarget(arg0, arg1 interface{}) *gomock.Call
GetDeploymentTarget indicates an expected call of GetDeploymentTarget
func (*MockTaskagentClientMockRecorder) GetDeploymentTargets ¶
func (mr *MockTaskagentClientMockRecorder) GetDeploymentTargets(arg0, arg1 interface{}) *gomock.Call
GetDeploymentTargets indicates an expected call of GetDeploymentTargets
func (*MockTaskagentClientMockRecorder) GetTaskGroups ¶
func (mr *MockTaskagentClientMockRecorder) GetTaskGroups(arg0, arg1 interface{}) *gomock.Call
GetTaskGroups indicates an expected call of GetTaskGroups
func (*MockTaskagentClientMockRecorder) GetVariableGroup ¶
func (mr *MockTaskagentClientMockRecorder) GetVariableGroup(arg0, arg1 interface{}) *gomock.Call
GetVariableGroup indicates an expected call of GetVariableGroup
func (*MockTaskagentClientMockRecorder) GetVariableGroups ¶
func (mr *MockTaskagentClientMockRecorder) GetVariableGroups(arg0, arg1 interface{}) *gomock.Call
GetVariableGroups indicates an expected call of GetVariableGroups
func (*MockTaskagentClientMockRecorder) GetVariableGroupsById ¶
func (mr *MockTaskagentClientMockRecorder) GetVariableGroupsById(arg0, arg1 interface{}) *gomock.Call
GetVariableGroupsById indicates an expected call of GetVariableGroupsById
func (*MockTaskagentClientMockRecorder) GetYamlSchema ¶
func (mr *MockTaskagentClientMockRecorder) GetYamlSchema(arg0, arg1 interface{}) *gomock.Call
GetYamlSchema indicates an expected call of GetYamlSchema
func (*MockTaskagentClientMockRecorder) ReplaceAgent ¶
func (mr *MockTaskagentClientMockRecorder) ReplaceAgent(arg0, arg1 interface{}) *gomock.Call
ReplaceAgent indicates an expected call of ReplaceAgent
func (*MockTaskagentClientMockRecorder) UpdateAgent ¶
func (mr *MockTaskagentClientMockRecorder) UpdateAgent(arg0, arg1 interface{}) *gomock.Call
UpdateAgent indicates an expected call of UpdateAgent
func (*MockTaskagentClientMockRecorder) UpdateAgentPool ¶
func (mr *MockTaskagentClientMockRecorder) UpdateAgentPool(arg0, arg1 interface{}) *gomock.Call
UpdateAgentPool indicates an expected call of UpdateAgentPool
func (*MockTaskagentClientMockRecorder) UpdateDeploymentGroup ¶
func (mr *MockTaskagentClientMockRecorder) UpdateDeploymentGroup(arg0, arg1 interface{}) *gomock.Call
UpdateDeploymentGroup indicates an expected call of UpdateDeploymentGroup
func (*MockTaskagentClientMockRecorder) UpdateDeploymentTargets ¶
func (mr *MockTaskagentClientMockRecorder) UpdateDeploymentTargets(arg0, arg1 interface{}) *gomock.Call
UpdateDeploymentTargets indicates an expected call of UpdateDeploymentTargets
func (*MockTaskagentClientMockRecorder) UpdateTaskGroup ¶
func (mr *MockTaskagentClientMockRecorder) UpdateTaskGroup(arg0, arg1 interface{}) *gomock.Call
UpdateTaskGroup indicates an expected call of UpdateTaskGroup
func (*MockTaskagentClientMockRecorder) UpdateVariableGroup ¶
func (mr *MockTaskagentClientMockRecorder) UpdateVariableGroup(arg0, arg1 interface{}) *gomock.Call
UpdateVariableGroup indicates an expected call of UpdateVariableGroup
type MockTestClient ¶
type MockTestClient struct {
// contains filtered or unexported fields
}
MockTestClient is a mock of Client interface
func NewMockTestClient ¶
func NewMockTestClient(ctrl *gomock.Controller) *MockTestClient
NewMockTestClient creates a new mock instance
func (*MockTestClient) AddTestCasesToSuite ¶
func (m *MockTestClient) AddTestCasesToSuite(arg0 context.Context, arg1 test.AddTestCasesToSuiteArgs) (*[]test.SuiteTestCase, error)
AddTestCasesToSuite mocks base method
func (*MockTestClient) AddTestResultsToTestRun ¶
func (m *MockTestClient) AddTestResultsToTestRun(arg0 context.Context, arg1 test.AddTestResultsToTestRunArgs) (*[]test.TestCaseResult, error)
AddTestResultsToTestRun mocks base method
func (*MockTestClient) CreateTestResultAttachment ¶
func (m *MockTestClient) CreateTestResultAttachment(arg0 context.Context, arg1 test.CreateTestResultAttachmentArgs) (*test.TestAttachmentReference, error)
CreateTestResultAttachment mocks base method
func (*MockTestClient) CreateTestRun ¶
func (m *MockTestClient) CreateTestRun(arg0 context.Context, arg1 test.CreateTestRunArgs) (*test.TestRun, error)
CreateTestRun mocks base method
func (*MockTestClient) CreateTestRunAttachment ¶
func (m *MockTestClient) CreateTestRunAttachment(arg0 context.Context, arg1 test.CreateTestRunAttachmentArgs) (*test.TestAttachmentReference, error)
CreateTestRunAttachment mocks base method
func (*MockTestClient) CreateTestSession ¶
func (m *MockTestClient) CreateTestSession(arg0 context.Context, arg1 test.CreateTestSessionArgs) (*test.TestSession, error)
CreateTestSession mocks base method
func (*MockTestClient) CreateTestSubResultAttachment ¶
func (m *MockTestClient) CreateTestSubResultAttachment(arg0 context.Context, arg1 test.CreateTestSubResultAttachmentArgs) (*test.TestAttachmentReference, error)
CreateTestSubResultAttachment mocks base method
func (*MockTestClient) DeleteTestCase ¶
func (m *MockTestClient) DeleteTestCase(arg0 context.Context, arg1 test.DeleteTestCaseArgs) error
DeleteTestCase mocks base method
func (*MockTestClient) DeleteTestRun ¶
func (m *MockTestClient) DeleteTestRun(arg0 context.Context, arg1 test.DeleteTestRunArgs) error
DeleteTestRun mocks base method
func (*MockTestClient) EXPECT ¶
func (m *MockTestClient) EXPECT() *MockTestClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTestClient) GetActionResults ¶
func (m *MockTestClient) GetActionResults(arg0 context.Context, arg1 test.GetActionResultsArgs) (*[]test.TestActionResultModel, error)
GetActionResults mocks base method
func (*MockTestClient) GetBuildCodeCoverage ¶
func (m *MockTestClient) GetBuildCodeCoverage(arg0 context.Context, arg1 test.GetBuildCodeCoverageArgs) (*[]test.BuildCoverage, error)
GetBuildCodeCoverage mocks base method
func (*MockTestClient) GetPoint ¶
func (m *MockTestClient) GetPoint(arg0 context.Context, arg1 test.GetPointArgs) (*test.TestPoint, error)
GetPoint mocks base method
func (*MockTestClient) GetPoints ¶
func (m *MockTestClient) GetPoints(arg0 context.Context, arg1 test.GetPointsArgs) (*[]test.TestPoint, error)
GetPoints mocks base method
func (*MockTestClient) GetPointsByQuery ¶
func (m *MockTestClient) GetPointsByQuery(arg0 context.Context, arg1 test.GetPointsByQueryArgs) (*test.TestPointsQuery, error)
GetPointsByQuery mocks base method
func (*MockTestClient) GetResultParameters ¶
func (m *MockTestClient) GetResultParameters(arg0 context.Context, arg1 test.GetResultParametersArgs) (*[]test.TestResultParameterModel, error)
GetResultParameters mocks base method
func (*MockTestClient) GetResultRetentionSettings ¶
func (m *MockTestClient) GetResultRetentionSettings(arg0 context.Context, arg1 test.GetResultRetentionSettingsArgs) (*test.ResultRetentionSettings, error)
GetResultRetentionSettings mocks base method
func (*MockTestClient) GetTestCaseById ¶
func (m *MockTestClient) GetTestCaseById(arg0 context.Context, arg1 test.GetTestCaseByIdArgs) (*test.SuiteTestCase, error)
GetTestCaseById mocks base method
func (*MockTestClient) GetTestCases ¶
func (m *MockTestClient) GetTestCases(arg0 context.Context, arg1 test.GetTestCasesArgs) (*[]test.SuiteTestCase, error)
GetTestCases mocks base method
func (*MockTestClient) GetTestIteration ¶
func (m *MockTestClient) GetTestIteration(arg0 context.Context, arg1 test.GetTestIterationArgs) (*test.TestIterationDetailsModel, error)
GetTestIteration mocks base method
func (*MockTestClient) GetTestIterations ¶
func (m *MockTestClient) GetTestIterations(arg0 context.Context, arg1 test.GetTestIterationsArgs) (*[]test.TestIterationDetailsModel, error)
GetTestIterations mocks base method
func (*MockTestClient) GetTestResultAttachmentContent ¶
func (m *MockTestClient) GetTestResultAttachmentContent(arg0 context.Context, arg1 test.GetTestResultAttachmentContentArgs) (io.ReadCloser, error)
GetTestResultAttachmentContent mocks base method
func (*MockTestClient) GetTestResultAttachmentZip ¶
func (m *MockTestClient) GetTestResultAttachmentZip(arg0 context.Context, arg1 test.GetTestResultAttachmentZipArgs) (io.ReadCloser, error)
GetTestResultAttachmentZip mocks base method
func (*MockTestClient) GetTestResultAttachments ¶
func (m *MockTestClient) GetTestResultAttachments(arg0 context.Context, arg1 test.GetTestResultAttachmentsArgs) (*[]test.TestAttachment, error)
GetTestResultAttachments mocks base method
func (*MockTestClient) GetTestResultById ¶
func (m *MockTestClient) GetTestResultById(arg0 context.Context, arg1 test.GetTestResultByIdArgs) (*test.TestCaseResult, error)
GetTestResultById mocks base method
func (*MockTestClient) GetTestResults ¶
func (m *MockTestClient) GetTestResults(arg0 context.Context, arg1 test.GetTestResultsArgs) (*[]test.TestCaseResult, error)
GetTestResults mocks base method
func (*MockTestClient) GetTestRunAttachmentContent ¶
func (m *MockTestClient) GetTestRunAttachmentContent(arg0 context.Context, arg1 test.GetTestRunAttachmentContentArgs) (io.ReadCloser, error)
GetTestRunAttachmentContent mocks base method
func (*MockTestClient) GetTestRunAttachmentZip ¶
func (m *MockTestClient) GetTestRunAttachmentZip(arg0 context.Context, arg1 test.GetTestRunAttachmentZipArgs) (io.ReadCloser, error)
GetTestRunAttachmentZip mocks base method
func (*MockTestClient) GetTestRunAttachments ¶
func (m *MockTestClient) GetTestRunAttachments(arg0 context.Context, arg1 test.GetTestRunAttachmentsArgs) (*[]test.TestAttachment, error)
GetTestRunAttachments mocks base method
func (*MockTestClient) GetTestRunById ¶
func (m *MockTestClient) GetTestRunById(arg0 context.Context, arg1 test.GetTestRunByIdArgs) (*test.TestRun, error)
GetTestRunById mocks base method
func (*MockTestClient) GetTestRunCodeCoverage ¶
func (m *MockTestClient) GetTestRunCodeCoverage(arg0 context.Context, arg1 test.GetTestRunCodeCoverageArgs) (*[]test.TestRunCoverage, error)
GetTestRunCodeCoverage mocks base method
func (*MockTestClient) GetTestRunStatistics ¶
func (m *MockTestClient) GetTestRunStatistics(arg0 context.Context, arg1 test.GetTestRunStatisticsArgs) (*test.TestRunStatistic, error)
GetTestRunStatistics mocks base method
func (*MockTestClient) GetTestRuns ¶
func (m *MockTestClient) GetTestRuns(arg0 context.Context, arg1 test.GetTestRunsArgs) (*[]test.TestRun, error)
GetTestRuns mocks base method
func (*MockTestClient) GetTestSessions ¶
func (m *MockTestClient) GetTestSessions(arg0 context.Context, arg1 test.GetTestSessionsArgs) (*[]test.TestSession, error)
GetTestSessions mocks base method
func (*MockTestClient) GetTestSubResultAttachmentContent ¶
func (m *MockTestClient) GetTestSubResultAttachmentContent(arg0 context.Context, arg1 test.GetTestSubResultAttachmentContentArgs) (io.ReadCloser, error)
GetTestSubResultAttachmentContent mocks base method
func (*MockTestClient) GetTestSubResultAttachmentZip ¶
func (m *MockTestClient) GetTestSubResultAttachmentZip(arg0 context.Context, arg1 test.GetTestSubResultAttachmentZipArgs) (io.ReadCloser, error)
GetTestSubResultAttachmentZip mocks base method
func (*MockTestClient) GetTestSubResultAttachments ¶
func (m *MockTestClient) GetTestSubResultAttachments(arg0 context.Context, arg1 test.GetTestSubResultAttachmentsArgs) (*[]test.TestAttachment, error)
GetTestSubResultAttachments mocks base method
func (*MockTestClient) QueryTestHistory ¶
func (m *MockTestClient) QueryTestHistory(arg0 context.Context, arg1 test.QueryTestHistoryArgs) (*test.TestHistoryQuery, error)
QueryTestHistory mocks base method
func (*MockTestClient) QueryTestRuns ¶
func (m *MockTestClient) QueryTestRuns(arg0 context.Context, arg1 test.QueryTestRunsArgs) (*test.QueryTestRunsResponseValue, error)
QueryTestRuns mocks base method
func (*MockTestClient) RemoveTestCasesFromSuiteUrl ¶
func (m *MockTestClient) RemoveTestCasesFromSuiteUrl(arg0 context.Context, arg1 test.RemoveTestCasesFromSuiteUrlArgs) error
RemoveTestCasesFromSuiteUrl mocks base method
func (*MockTestClient) UpdateResultRetentionSettings ¶
func (m *MockTestClient) UpdateResultRetentionSettings(arg0 context.Context, arg1 test.UpdateResultRetentionSettingsArgs) (*test.ResultRetentionSettings, error)
UpdateResultRetentionSettings mocks base method
func (*MockTestClient) UpdateSuiteTestCases ¶
func (m *MockTestClient) UpdateSuiteTestCases(arg0 context.Context, arg1 test.UpdateSuiteTestCasesArgs) (*[]test.SuiteTestCase, error)
UpdateSuiteTestCases mocks base method
func (*MockTestClient) UpdateTestPoints ¶
func (m *MockTestClient) UpdateTestPoints(arg0 context.Context, arg1 test.UpdateTestPointsArgs) (*[]test.TestPoint, error)
UpdateTestPoints mocks base method
func (*MockTestClient) UpdateTestResults ¶
func (m *MockTestClient) UpdateTestResults(arg0 context.Context, arg1 test.UpdateTestResultsArgs) (*[]test.TestCaseResult, error)
UpdateTestResults mocks base method
func (*MockTestClient) UpdateTestRun ¶
func (m *MockTestClient) UpdateTestRun(arg0 context.Context, arg1 test.UpdateTestRunArgs) (*test.TestRun, error)
UpdateTestRun mocks base method
func (*MockTestClient) UpdateTestSession ¶
func (m *MockTestClient) UpdateTestSession(arg0 context.Context, arg1 test.UpdateTestSessionArgs) (*test.TestSession, error)
UpdateTestSession mocks base method
type MockTestClientMockRecorder ¶
type MockTestClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTestClientMockRecorder is the mock recorder for MockTestClient
func (*MockTestClientMockRecorder) AddTestCasesToSuite ¶
func (mr *MockTestClientMockRecorder) AddTestCasesToSuite(arg0, arg1 interface{}) *gomock.Call
AddTestCasesToSuite indicates an expected call of AddTestCasesToSuite
func (*MockTestClientMockRecorder) AddTestResultsToTestRun ¶
func (mr *MockTestClientMockRecorder) AddTestResultsToTestRun(arg0, arg1 interface{}) *gomock.Call
AddTestResultsToTestRun indicates an expected call of AddTestResultsToTestRun
func (*MockTestClientMockRecorder) CreateTestResultAttachment ¶
func (mr *MockTestClientMockRecorder) CreateTestResultAttachment(arg0, arg1 interface{}) *gomock.Call
CreateTestResultAttachment indicates an expected call of CreateTestResultAttachment
func (*MockTestClientMockRecorder) CreateTestRun ¶
func (mr *MockTestClientMockRecorder) CreateTestRun(arg0, arg1 interface{}) *gomock.Call
CreateTestRun indicates an expected call of CreateTestRun
func (*MockTestClientMockRecorder) CreateTestRunAttachment ¶
func (mr *MockTestClientMockRecorder) CreateTestRunAttachment(arg0, arg1 interface{}) *gomock.Call
CreateTestRunAttachment indicates an expected call of CreateTestRunAttachment
func (*MockTestClientMockRecorder) CreateTestSession ¶
func (mr *MockTestClientMockRecorder) CreateTestSession(arg0, arg1 interface{}) *gomock.Call
CreateTestSession indicates an expected call of CreateTestSession
func (*MockTestClientMockRecorder) CreateTestSubResultAttachment ¶
func (mr *MockTestClientMockRecorder) CreateTestSubResultAttachment(arg0, arg1 interface{}) *gomock.Call
CreateTestSubResultAttachment indicates an expected call of CreateTestSubResultAttachment
func (*MockTestClientMockRecorder) DeleteTestCase ¶
func (mr *MockTestClientMockRecorder) DeleteTestCase(arg0, arg1 interface{}) *gomock.Call
DeleteTestCase indicates an expected call of DeleteTestCase
func (*MockTestClientMockRecorder) DeleteTestRun ¶
func (mr *MockTestClientMockRecorder) DeleteTestRun(arg0, arg1 interface{}) *gomock.Call
DeleteTestRun indicates an expected call of DeleteTestRun
func (*MockTestClientMockRecorder) GetActionResults ¶
func (mr *MockTestClientMockRecorder) GetActionResults(arg0, arg1 interface{}) *gomock.Call
GetActionResults indicates an expected call of GetActionResults
func (*MockTestClientMockRecorder) GetBuildCodeCoverage ¶
func (mr *MockTestClientMockRecorder) GetBuildCodeCoverage(arg0, arg1 interface{}) *gomock.Call
GetBuildCodeCoverage indicates an expected call of GetBuildCodeCoverage
func (*MockTestClientMockRecorder) GetPoint ¶
func (mr *MockTestClientMockRecorder) GetPoint(arg0, arg1 interface{}) *gomock.Call
GetPoint indicates an expected call of GetPoint
func (*MockTestClientMockRecorder) GetPoints ¶
func (mr *MockTestClientMockRecorder) GetPoints(arg0, arg1 interface{}) *gomock.Call
GetPoints indicates an expected call of GetPoints
func (*MockTestClientMockRecorder) GetPointsByQuery ¶
func (mr *MockTestClientMockRecorder) GetPointsByQuery(arg0, arg1 interface{}) *gomock.Call
GetPointsByQuery indicates an expected call of GetPointsByQuery
func (*MockTestClientMockRecorder) GetResultParameters ¶
func (mr *MockTestClientMockRecorder) GetResultParameters(arg0, arg1 interface{}) *gomock.Call
GetResultParameters indicates an expected call of GetResultParameters
func (*MockTestClientMockRecorder) GetResultRetentionSettings ¶
func (mr *MockTestClientMockRecorder) GetResultRetentionSettings(arg0, arg1 interface{}) *gomock.Call
GetResultRetentionSettings indicates an expected call of GetResultRetentionSettings
func (*MockTestClientMockRecorder) GetTestCaseById ¶
func (mr *MockTestClientMockRecorder) GetTestCaseById(arg0, arg1 interface{}) *gomock.Call
GetTestCaseById indicates an expected call of GetTestCaseById
func (*MockTestClientMockRecorder) GetTestCases ¶
func (mr *MockTestClientMockRecorder) GetTestCases(arg0, arg1 interface{}) *gomock.Call
GetTestCases indicates an expected call of GetTestCases
func (*MockTestClientMockRecorder) GetTestIteration ¶
func (mr *MockTestClientMockRecorder) GetTestIteration(arg0, arg1 interface{}) *gomock.Call
GetTestIteration indicates an expected call of GetTestIteration
func (*MockTestClientMockRecorder) GetTestIterations ¶
func (mr *MockTestClientMockRecorder) GetTestIterations(arg0, arg1 interface{}) *gomock.Call
GetTestIterations indicates an expected call of GetTestIterations
func (*MockTestClientMockRecorder) GetTestResultAttachmentContent ¶
func (mr *MockTestClientMockRecorder) GetTestResultAttachmentContent(arg0, arg1 interface{}) *gomock.Call
GetTestResultAttachmentContent indicates an expected call of GetTestResultAttachmentContent
func (*MockTestClientMockRecorder) GetTestResultAttachmentZip ¶
func (mr *MockTestClientMockRecorder) GetTestResultAttachmentZip(arg0, arg1 interface{}) *gomock.Call
GetTestResultAttachmentZip indicates an expected call of GetTestResultAttachmentZip
func (*MockTestClientMockRecorder) GetTestResultAttachments ¶
func (mr *MockTestClientMockRecorder) GetTestResultAttachments(arg0, arg1 interface{}) *gomock.Call
GetTestResultAttachments indicates an expected call of GetTestResultAttachments
func (*MockTestClientMockRecorder) GetTestResultById ¶
func (mr *MockTestClientMockRecorder) GetTestResultById(arg0, arg1 interface{}) *gomock.Call
GetTestResultById indicates an expected call of GetTestResultById
func (*MockTestClientMockRecorder) GetTestResults ¶
func (mr *MockTestClientMockRecorder) GetTestResults(arg0, arg1 interface{}) *gomock.Call
GetTestResults indicates an expected call of GetTestResults
func (*MockTestClientMockRecorder) GetTestRunAttachmentContent ¶
func (mr *MockTestClientMockRecorder) GetTestRunAttachmentContent(arg0, arg1 interface{}) *gomock.Call
GetTestRunAttachmentContent indicates an expected call of GetTestRunAttachmentContent
func (*MockTestClientMockRecorder) GetTestRunAttachmentZip ¶
func (mr *MockTestClientMockRecorder) GetTestRunAttachmentZip(arg0, arg1 interface{}) *gomock.Call
GetTestRunAttachmentZip indicates an expected call of GetTestRunAttachmentZip
func (*MockTestClientMockRecorder) GetTestRunAttachments ¶
func (mr *MockTestClientMockRecorder) GetTestRunAttachments(arg0, arg1 interface{}) *gomock.Call
GetTestRunAttachments indicates an expected call of GetTestRunAttachments
func (*MockTestClientMockRecorder) GetTestRunById ¶
func (mr *MockTestClientMockRecorder) GetTestRunById(arg0, arg1 interface{}) *gomock.Call
GetTestRunById indicates an expected call of GetTestRunById
func (*MockTestClientMockRecorder) GetTestRunCodeCoverage ¶
func (mr *MockTestClientMockRecorder) GetTestRunCodeCoverage(arg0, arg1 interface{}) *gomock.Call
GetTestRunCodeCoverage indicates an expected call of GetTestRunCodeCoverage
func (*MockTestClientMockRecorder) GetTestRunStatistics ¶
func (mr *MockTestClientMockRecorder) GetTestRunStatistics(arg0, arg1 interface{}) *gomock.Call
GetTestRunStatistics indicates an expected call of GetTestRunStatistics
func (*MockTestClientMockRecorder) GetTestRuns ¶
func (mr *MockTestClientMockRecorder) GetTestRuns(arg0, arg1 interface{}) *gomock.Call
GetTestRuns indicates an expected call of GetTestRuns
func (*MockTestClientMockRecorder) GetTestSessions ¶
func (mr *MockTestClientMockRecorder) GetTestSessions(arg0, arg1 interface{}) *gomock.Call
GetTestSessions indicates an expected call of GetTestSessions
func (*MockTestClientMockRecorder) GetTestSubResultAttachmentContent ¶
func (mr *MockTestClientMockRecorder) GetTestSubResultAttachmentContent(arg0, arg1 interface{}) *gomock.Call
GetTestSubResultAttachmentContent indicates an expected call of GetTestSubResultAttachmentContent
func (*MockTestClientMockRecorder) GetTestSubResultAttachmentZip ¶
func (mr *MockTestClientMockRecorder) GetTestSubResultAttachmentZip(arg0, arg1 interface{}) *gomock.Call
GetTestSubResultAttachmentZip indicates an expected call of GetTestSubResultAttachmentZip
func (*MockTestClientMockRecorder) GetTestSubResultAttachments ¶
func (mr *MockTestClientMockRecorder) GetTestSubResultAttachments(arg0, arg1 interface{}) *gomock.Call
GetTestSubResultAttachments indicates an expected call of GetTestSubResultAttachments
func (*MockTestClientMockRecorder) QueryTestHistory ¶
func (mr *MockTestClientMockRecorder) QueryTestHistory(arg0, arg1 interface{}) *gomock.Call
QueryTestHistory indicates an expected call of QueryTestHistory
func (*MockTestClientMockRecorder) QueryTestRuns ¶
func (mr *MockTestClientMockRecorder) QueryTestRuns(arg0, arg1 interface{}) *gomock.Call
QueryTestRuns indicates an expected call of QueryTestRuns
func (*MockTestClientMockRecorder) RemoveTestCasesFromSuiteUrl ¶
func (mr *MockTestClientMockRecorder) RemoveTestCasesFromSuiteUrl(arg0, arg1 interface{}) *gomock.Call
RemoveTestCasesFromSuiteUrl indicates an expected call of RemoveTestCasesFromSuiteUrl
func (*MockTestClientMockRecorder) UpdateResultRetentionSettings ¶
func (mr *MockTestClientMockRecorder) UpdateResultRetentionSettings(arg0, arg1 interface{}) *gomock.Call
UpdateResultRetentionSettings indicates an expected call of UpdateResultRetentionSettings
func (*MockTestClientMockRecorder) UpdateSuiteTestCases ¶
func (mr *MockTestClientMockRecorder) UpdateSuiteTestCases(arg0, arg1 interface{}) *gomock.Call
UpdateSuiteTestCases indicates an expected call of UpdateSuiteTestCases
func (*MockTestClientMockRecorder) UpdateTestPoints ¶
func (mr *MockTestClientMockRecorder) UpdateTestPoints(arg0, arg1 interface{}) *gomock.Call
UpdateTestPoints indicates an expected call of UpdateTestPoints
func (*MockTestClientMockRecorder) UpdateTestResults ¶
func (mr *MockTestClientMockRecorder) UpdateTestResults(arg0, arg1 interface{}) *gomock.Call
UpdateTestResults indicates an expected call of UpdateTestResults
func (*MockTestClientMockRecorder) UpdateTestRun ¶
func (mr *MockTestClientMockRecorder) UpdateTestRun(arg0, arg1 interface{}) *gomock.Call
UpdateTestRun indicates an expected call of UpdateTestRun
func (*MockTestClientMockRecorder) UpdateTestSession ¶
func (mr *MockTestClientMockRecorder) UpdateTestSession(arg0, arg1 interface{}) *gomock.Call
UpdateTestSession indicates an expected call of UpdateTestSession
type MockWorkitemtrackingClient ¶ added in v0.1.1
type MockWorkitemtrackingClient struct {
// contains filtered or unexported fields
}
MockWorkitemtrackingClient is a mock of Client interface
func NewMockWorkitemtrackingClient ¶ added in v0.1.1
func NewMockWorkitemtrackingClient(ctrl *gomock.Controller) *MockWorkitemtrackingClient
NewMockWorkitemtrackingClient creates a new mock instance
func (*MockWorkitemtrackingClient) AddComment ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) AddComment(arg0 context.Context, arg1 workitemtracking.AddCommentArgs) (*workitemtracking.Comment, error)
AddComment mocks base method
func (*MockWorkitemtrackingClient) CreateAttachment ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateAttachment(arg0 context.Context, arg1 workitemtracking.CreateAttachmentArgs) (*workitemtracking.AttachmentReference, error)
CreateAttachment mocks base method
func (*MockWorkitemtrackingClient) CreateCommentReaction ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateCommentReaction(arg0 context.Context, arg1 workitemtracking.CreateCommentReactionArgs) (*workitemtracking.CommentReaction, error)
CreateCommentReaction mocks base method
func (*MockWorkitemtrackingClient) CreateField ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateField(arg0 context.Context, arg1 workitemtracking.CreateFieldArgs) (*workitemtracking.WorkItemField, error)
CreateField mocks base method
func (*MockWorkitemtrackingClient) CreateOrUpdateClassificationNode ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateOrUpdateClassificationNode(arg0 context.Context, arg1 workitemtracking.CreateOrUpdateClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
CreateOrUpdateClassificationNode mocks base method
func (*MockWorkitemtrackingClient) CreateQuery ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateQuery(arg0 context.Context, arg1 workitemtracking.CreateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
CreateQuery mocks base method
func (*MockWorkitemtrackingClient) CreateTemplate ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateTemplate(arg0 context.Context, arg1 workitemtracking.CreateTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
CreateTemplate mocks base method
func (*MockWorkitemtrackingClient) CreateWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) CreateWorkItem(arg0 context.Context, arg1 workitemtracking.CreateWorkItemArgs) (*workitemtracking.WorkItem, error)
CreateWorkItem mocks base method
func (*MockWorkitemtrackingClient) DeleteClassificationNode ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteClassificationNode(arg0 context.Context, arg1 workitemtracking.DeleteClassificationNodeArgs) error
DeleteClassificationNode mocks base method
func (*MockWorkitemtrackingClient) DeleteComment ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteComment(arg0 context.Context, arg1 workitemtracking.DeleteCommentArgs) error
DeleteComment mocks base method
func (*MockWorkitemtrackingClient) DeleteCommentReaction ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteCommentReaction(arg0 context.Context, arg1 workitemtracking.DeleteCommentReactionArgs) (*workitemtracking.CommentReaction, error)
DeleteCommentReaction mocks base method
func (*MockWorkitemtrackingClient) DeleteField ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteField(arg0 context.Context, arg1 workitemtracking.DeleteFieldArgs) error
DeleteField mocks base method
func (*MockWorkitemtrackingClient) DeleteQuery ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteQuery(arg0 context.Context, arg1 workitemtracking.DeleteQueryArgs) error
DeleteQuery mocks base method
func (*MockWorkitemtrackingClient) DeleteTemplate ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteTemplate(arg0 context.Context, arg1 workitemtracking.DeleteTemplateArgs) error
DeleteTemplate mocks base method
func (*MockWorkitemtrackingClient) DeleteWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DeleteWorkItem(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
DeleteWorkItem mocks base method
func (*MockWorkitemtrackingClient) DestroyWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) DestroyWorkItem(arg0 context.Context, arg1 workitemtracking.DestroyWorkItemArgs) error
DestroyWorkItem mocks base method
func (*MockWorkitemtrackingClient) EXPECT ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) EXPECT() *MockWorkitemtrackingClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockWorkitemtrackingClient) GetAttachmentContent ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetAttachmentContent(arg0 context.Context, arg1 workitemtracking.GetAttachmentContentArgs) (io.ReadCloser, error)
GetAttachmentContent mocks base method
func (*MockWorkitemtrackingClient) GetAttachmentZip ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetAttachmentZip(arg0 context.Context, arg1 workitemtracking.GetAttachmentZipArgs) (io.ReadCloser, error)
GetAttachmentZip mocks base method
func (*MockWorkitemtrackingClient) GetClassificationNode ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetClassificationNode(arg0 context.Context, arg1 workitemtracking.GetClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
GetClassificationNode mocks base method
func (*MockWorkitemtrackingClient) GetClassificationNodes ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetClassificationNodes(arg0 context.Context, arg1 workitemtracking.GetClassificationNodesArgs) (*[]workitemtracking.WorkItemClassificationNode, error)
GetClassificationNodes mocks base method
func (*MockWorkitemtrackingClient) GetComment ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetComment(arg0 context.Context, arg1 workitemtracking.GetCommentArgs) (*workitemtracking.Comment, error)
GetComment mocks base method
func (*MockWorkitemtrackingClient) GetCommentReactions ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetCommentReactions(arg0 context.Context, arg1 workitemtracking.GetCommentReactionsArgs) (*[]workitemtracking.CommentReaction, error)
GetCommentReactions mocks base method
func (*MockWorkitemtrackingClient) GetCommentVersion ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetCommentVersion(arg0 context.Context, arg1 workitemtracking.GetCommentVersionArgs) (*workitemtracking.CommentVersion, error)
GetCommentVersion mocks base method
func (*MockWorkitemtrackingClient) GetCommentVersions ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetCommentVersions(arg0 context.Context, arg1 workitemtracking.GetCommentVersionsArgs) (*[]workitemtracking.CommentVersion, error)
GetCommentVersions mocks base method
func (*MockWorkitemtrackingClient) GetComments ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetComments(arg0 context.Context, arg1 workitemtracking.GetCommentsArgs) (*workitemtracking.CommentList, error)
GetComments mocks base method
func (*MockWorkitemtrackingClient) GetCommentsBatch ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetCommentsBatch(arg0 context.Context, arg1 workitemtracking.GetCommentsBatchArgs) (*workitemtracking.CommentList, error)
GetCommentsBatch mocks base method
func (*MockWorkitemtrackingClient) GetDeletedWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetDeletedWorkItem(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
GetDeletedWorkItem mocks base method
func (*MockWorkitemtrackingClient) GetDeletedWorkItemShallowReferences ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetDeletedWorkItemShallowReferences(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemShallowReferencesArgs) (*[]workitemtracking.WorkItemDeleteShallowReference, error)
GetDeletedWorkItemShallowReferences mocks base method
func (*MockWorkitemtrackingClient) GetDeletedWorkItems ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetDeletedWorkItems(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemsArgs) (*[]workitemtracking.WorkItemDeleteReference, error)
GetDeletedWorkItems mocks base method
func (*MockWorkitemtrackingClient) GetEngagedUsers ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetEngagedUsers(arg0 context.Context, arg1 workitemtracking.GetEngagedUsersArgs) (*[]webapi.IdentityRef, error)
GetEngagedUsers mocks base method
func (*MockWorkitemtrackingClient) GetField ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetField(arg0 context.Context, arg1 workitemtracking.GetFieldArgs) (*workitemtracking.WorkItemField, error)
GetField mocks base method
func (*MockWorkitemtrackingClient) GetFields ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetFields(arg0 context.Context, arg1 workitemtracking.GetFieldsArgs) (*[]workitemtracking.WorkItemField, error)
GetFields mocks base method
func (*MockWorkitemtrackingClient) GetQueries ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetQueries(arg0 context.Context, arg1 workitemtracking.GetQueriesArgs) (*[]workitemtracking.QueryHierarchyItem, error)
GetQueries mocks base method
func (*MockWorkitemtrackingClient) GetQueriesBatch ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetQueriesBatch(arg0 context.Context, arg1 workitemtracking.GetQueriesBatchArgs) (*[]workitemtracking.QueryHierarchyItem, error)
GetQueriesBatch mocks base method
func (*MockWorkitemtrackingClient) GetQuery ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetQuery(arg0 context.Context, arg1 workitemtracking.GetQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
GetQuery mocks base method
func (*MockWorkitemtrackingClient) GetQueryResultCount ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetQueryResultCount(arg0 context.Context, arg1 workitemtracking.GetQueryResultCountArgs) (*int, error)
GetQueryResultCount mocks base method
func (*MockWorkitemtrackingClient) GetRecentActivityData ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetRecentActivityData(arg0 context.Context, arg1 workitemtracking.GetRecentActivityDataArgs) (*[]workitemtracking.AccountRecentActivityWorkItemModel2, error)
GetRecentActivityData mocks base method
func (*MockWorkitemtrackingClient) GetRelationType ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetRelationType(arg0 context.Context, arg1 workitemtracking.GetRelationTypeArgs) (*workitemtracking.WorkItemRelationType, error)
GetRelationType mocks base method
func (*MockWorkitemtrackingClient) GetRelationTypes ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetRelationTypes(arg0 context.Context, arg1 workitemtracking.GetRelationTypesArgs) (*[]workitemtracking.WorkItemRelationType, error)
GetRelationTypes mocks base method
func (*MockWorkitemtrackingClient) GetReportingLinksByLinkType ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetReportingLinksByLinkType(arg0 context.Context, arg1 workitemtracking.GetReportingLinksByLinkTypeArgs) (*workitemtracking.ReportingWorkItemLinksBatch, error)
GetReportingLinksByLinkType mocks base method
func (*MockWorkitemtrackingClient) GetRevision ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetRevision(arg0 context.Context, arg1 workitemtracking.GetRevisionArgs) (*workitemtracking.WorkItem, error)
GetRevision mocks base method
func (*MockWorkitemtrackingClient) GetRevisions ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetRevisions(arg0 context.Context, arg1 workitemtracking.GetRevisionsArgs) (*[]workitemtracking.WorkItem, error)
GetRevisions mocks base method
func (*MockWorkitemtrackingClient) GetRootNodes ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetRootNodes(arg0 context.Context, arg1 workitemtracking.GetRootNodesArgs) (*[]workitemtracking.WorkItemClassificationNode, error)
GetRootNodes mocks base method
func (*MockWorkitemtrackingClient) GetTemplate ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetTemplate(arg0 context.Context, arg1 workitemtracking.GetTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
GetTemplate mocks base method
func (*MockWorkitemtrackingClient) GetTemplates ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetTemplates(arg0 context.Context, arg1 workitemtracking.GetTemplatesArgs) (*[]workitemtracking.WorkItemTemplateReference, error)
GetTemplates mocks base method
func (*MockWorkitemtrackingClient) GetUpdate ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetUpdate(arg0 context.Context, arg1 workitemtracking.GetUpdateArgs) (*workitemtracking.WorkItemUpdate, error)
GetUpdate mocks base method
func (*MockWorkitemtrackingClient) GetUpdates ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetUpdates(arg0 context.Context, arg1 workitemtracking.GetUpdatesArgs) (*[]workitemtracking.WorkItemUpdate, error)
GetUpdates mocks base method
func (*MockWorkitemtrackingClient) GetWorkArtifactLinkTypes ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkArtifactLinkTypes(arg0 context.Context, arg1 workitemtracking.GetWorkArtifactLinkTypesArgs) (*[]workitemtracking.WorkArtifactLink, error)
GetWorkArtifactLinkTypes mocks base method
func (*MockWorkitemtrackingClient) GetWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItem(arg0 context.Context, arg1 workitemtracking.GetWorkItemArgs) (*workitemtracking.WorkItem, error)
GetWorkItem mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemIconJson ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemIconJson(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconJsonArgs) (*workitemtracking.WorkItemIcon, error)
GetWorkItemIconJson mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemIconSvg ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemIconSvg(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconSvgArgs) (io.ReadCloser, error)
GetWorkItemIconSvg mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemIconXaml ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemIconXaml(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconXamlArgs) (io.ReadCloser, error)
GetWorkItemIconXaml mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemIcons ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemIcons(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconsArgs) (*[]workitemtracking.WorkItemIcon, error)
GetWorkItemIcons mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemNextStatesOnCheckinAction ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemNextStatesOnCheckinAction(arg0 context.Context, arg1 workitemtracking.GetWorkItemNextStatesOnCheckinActionArgs) (*[]workitemtracking.WorkItemNextStateOnTransition, error)
GetWorkItemNextStatesOnCheckinAction mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTemplate ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTemplate(arg0 context.Context, arg1 workitemtracking.GetWorkItemTemplateArgs) (*workitemtracking.WorkItem, error)
GetWorkItemTemplate mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemType ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemType(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeArgs) (*workitemtracking.WorkItemType, error)
GetWorkItemType mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTypeCategories ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTypeCategories(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeCategoriesArgs) (*[]workitemtracking.WorkItemTypeCategory, error)
GetWorkItemTypeCategories mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTypeCategory ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTypeCategory(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeCategoryArgs) (*workitemtracking.WorkItemTypeCategory, error)
GetWorkItemTypeCategory mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTypeFieldWithReferences ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTypeFieldWithReferences(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeFieldWithReferencesArgs) (*workitemtracking.WorkItemTypeFieldWithReferences, error)
GetWorkItemTypeFieldWithReferences mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTypeFieldsWithReferences ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTypeFieldsWithReferences(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeFieldsWithReferencesArgs) (*[]workitemtracking.WorkItemTypeFieldWithReferences, error)
GetWorkItemTypeFieldsWithReferences mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTypeStates ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTypeStates(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeStatesArgs) (*[]workitemtracking.WorkItemStateColor, error)
GetWorkItemTypeStates mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemTypes ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemTypes(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypesArgs) (*[]workitemtracking.WorkItemType, error)
GetWorkItemTypes mocks base method
func (*MockWorkitemtrackingClient) GetWorkItems ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItems(arg0 context.Context, arg1 workitemtracking.GetWorkItemsArgs) (*[]workitemtracking.WorkItem, error)
GetWorkItems mocks base method
func (*MockWorkitemtrackingClient) GetWorkItemsBatch ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) GetWorkItemsBatch(arg0 context.Context, arg1 workitemtracking.GetWorkItemsBatchArgs) (*[]workitemtracking.WorkItem, error)
GetWorkItemsBatch mocks base method
func (*MockWorkitemtrackingClient) QueryById ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) QueryById(arg0 context.Context, arg1 workitemtracking.QueryByIdArgs) (*workitemtracking.WorkItemQueryResult, error)
QueryById mocks base method
func (*MockWorkitemtrackingClient) QueryByWiql ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) QueryByWiql(arg0 context.Context, arg1 workitemtracking.QueryByWiqlArgs) (*workitemtracking.WorkItemQueryResult, error)
QueryByWiql mocks base method
func (*MockWorkitemtrackingClient) QueryWorkItemsForArtifactUris ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) QueryWorkItemsForArtifactUris(arg0 context.Context, arg1 workitemtracking.QueryWorkItemsForArtifactUrisArgs) (*workitemtracking.ArtifactUriQueryResult, error)
QueryWorkItemsForArtifactUris mocks base method
func (*MockWorkitemtrackingClient) ReadReportingDiscussions ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) ReadReportingDiscussions(arg0 context.Context, arg1 workitemtracking.ReadReportingDiscussionsArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
ReadReportingDiscussions mocks base method
func (*MockWorkitemtrackingClient) ReadReportingRevisionsGet ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) ReadReportingRevisionsGet(arg0 context.Context, arg1 workitemtracking.ReadReportingRevisionsGetArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
ReadReportingRevisionsGet mocks base method
func (*MockWorkitemtrackingClient) ReadReportingRevisionsPost ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) ReadReportingRevisionsPost(arg0 context.Context, arg1 workitemtracking.ReadReportingRevisionsPostArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
ReadReportingRevisionsPost mocks base method
func (*MockWorkitemtrackingClient) ReplaceTemplate ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) ReplaceTemplate(arg0 context.Context, arg1 workitemtracking.ReplaceTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
ReplaceTemplate mocks base method
func (*MockWorkitemtrackingClient) RestoreWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) RestoreWorkItem(arg0 context.Context, arg1 workitemtracking.RestoreWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
RestoreWorkItem mocks base method
func (*MockWorkitemtrackingClient) SearchQueries ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) SearchQueries(arg0 context.Context, arg1 workitemtracking.SearchQueriesArgs) (*workitemtracking.QueryHierarchyItemsResult, error)
SearchQueries mocks base method
func (*MockWorkitemtrackingClient) UpdateClassificationNode ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) UpdateClassificationNode(arg0 context.Context, arg1 workitemtracking.UpdateClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
UpdateClassificationNode mocks base method
func (*MockWorkitemtrackingClient) UpdateComment ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) UpdateComment(arg0 context.Context, arg1 workitemtracking.UpdateCommentArgs) (*workitemtracking.Comment, error)
UpdateComment mocks base method
func (*MockWorkitemtrackingClient) UpdateQuery ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) UpdateQuery(arg0 context.Context, arg1 workitemtracking.UpdateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
UpdateQuery mocks base method
func (*MockWorkitemtrackingClient) UpdateWorkItem ¶ added in v0.1.1
func (m *MockWorkitemtrackingClient) UpdateWorkItem(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemArgs) (*workitemtracking.WorkItem, error)
UpdateWorkItem mocks base method
type MockWorkitemtrackingClientMockRecorder ¶ added in v0.1.1
type MockWorkitemtrackingClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkitemtrackingClientMockRecorder is the mock recorder for MockWorkitemtrackingClient
func (*MockWorkitemtrackingClientMockRecorder) AddComment ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) AddComment(arg0, arg1 interface{}) *gomock.Call
AddComment indicates an expected call of AddComment
func (*MockWorkitemtrackingClientMockRecorder) CreateAttachment ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateAttachment(arg0, arg1 interface{}) *gomock.Call
CreateAttachment indicates an expected call of CreateAttachment
func (*MockWorkitemtrackingClientMockRecorder) CreateCommentReaction ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateCommentReaction(arg0, arg1 interface{}) *gomock.Call
CreateCommentReaction indicates an expected call of CreateCommentReaction
func (*MockWorkitemtrackingClientMockRecorder) CreateField ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateField(arg0, arg1 interface{}) *gomock.Call
CreateField indicates an expected call of CreateField
func (*MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call
CreateOrUpdateClassificationNode indicates an expected call of CreateOrUpdateClassificationNode
func (*MockWorkitemtrackingClientMockRecorder) CreateQuery ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateQuery(arg0, arg1 interface{}) *gomock.Call
CreateQuery indicates an expected call of CreateQuery
func (*MockWorkitemtrackingClientMockRecorder) CreateTemplate ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateTemplate(arg0, arg1 interface{}) *gomock.Call
CreateTemplate indicates an expected call of CreateTemplate
func (*MockWorkitemtrackingClientMockRecorder) CreateWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) CreateWorkItem(arg0, arg1 interface{}) *gomock.Call
CreateWorkItem indicates an expected call of CreateWorkItem
func (*MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode(arg0, arg1 interface{}) *gomock.Call
DeleteClassificationNode indicates an expected call of DeleteClassificationNode
func (*MockWorkitemtrackingClientMockRecorder) DeleteComment ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call
DeleteComment indicates an expected call of DeleteComment
func (*MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction(arg0, arg1 interface{}) *gomock.Call
DeleteCommentReaction indicates an expected call of DeleteCommentReaction
func (*MockWorkitemtrackingClientMockRecorder) DeleteField ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteField(arg0, arg1 interface{}) *gomock.Call
DeleteField indicates an expected call of DeleteField
func (*MockWorkitemtrackingClientMockRecorder) DeleteQuery ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteQuery(arg0, arg1 interface{}) *gomock.Call
DeleteQuery indicates an expected call of DeleteQuery
func (*MockWorkitemtrackingClientMockRecorder) DeleteTemplate ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteTemplate(arg0, arg1 interface{}) *gomock.Call
DeleteTemplate indicates an expected call of DeleteTemplate
func (*MockWorkitemtrackingClientMockRecorder) DeleteWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DeleteWorkItem(arg0, arg1 interface{}) *gomock.Call
DeleteWorkItem indicates an expected call of DeleteWorkItem
func (*MockWorkitemtrackingClientMockRecorder) DestroyWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) DestroyWorkItem(arg0, arg1 interface{}) *gomock.Call
DestroyWorkItem indicates an expected call of DestroyWorkItem
func (*MockWorkitemtrackingClientMockRecorder) GetAttachmentContent ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetAttachmentContent(arg0, arg1 interface{}) *gomock.Call
GetAttachmentContent indicates an expected call of GetAttachmentContent
func (*MockWorkitemtrackingClientMockRecorder) GetAttachmentZip ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetAttachmentZip(arg0, arg1 interface{}) *gomock.Call
GetAttachmentZip indicates an expected call of GetAttachmentZip
func (*MockWorkitemtrackingClientMockRecorder) GetClassificationNode ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNode(arg0, arg1 interface{}) *gomock.Call
GetClassificationNode indicates an expected call of GetClassificationNode
func (*MockWorkitemtrackingClientMockRecorder) GetClassificationNodes ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNodes(arg0, arg1 interface{}) *gomock.Call
GetClassificationNodes indicates an expected call of GetClassificationNodes
func (*MockWorkitemtrackingClientMockRecorder) GetComment ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetComment(arg0, arg1 interface{}) *gomock.Call
GetComment indicates an expected call of GetComment
func (*MockWorkitemtrackingClientMockRecorder) GetCommentReactions ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentReactions(arg0, arg1 interface{}) *gomock.Call
GetCommentReactions indicates an expected call of GetCommentReactions
func (*MockWorkitemtrackingClientMockRecorder) GetCommentVersion ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersion(arg0, arg1 interface{}) *gomock.Call
GetCommentVersion indicates an expected call of GetCommentVersion
func (*MockWorkitemtrackingClientMockRecorder) GetCommentVersions ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersions(arg0, arg1 interface{}) *gomock.Call
GetCommentVersions indicates an expected call of GetCommentVersions
func (*MockWorkitemtrackingClientMockRecorder) GetComments ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetComments(arg0, arg1 interface{}) *gomock.Call
GetComments indicates an expected call of GetComments
func (*MockWorkitemtrackingClientMockRecorder) GetCommentsBatch ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentsBatch(arg0, arg1 interface{}) *gomock.Call
GetCommentsBatch indicates an expected call of GetCommentsBatch
func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem(arg0, arg1 interface{}) *gomock.Call
GetDeletedWorkItem indicates an expected call of GetDeletedWorkItem
func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences(arg0, arg1 interface{}) *gomock.Call
GetDeletedWorkItemShallowReferences indicates an expected call of GetDeletedWorkItemShallowReferences
func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems(arg0, arg1 interface{}) *gomock.Call
GetDeletedWorkItems indicates an expected call of GetDeletedWorkItems
func (*MockWorkitemtrackingClientMockRecorder) GetEngagedUsers ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetEngagedUsers(arg0, arg1 interface{}) *gomock.Call
GetEngagedUsers indicates an expected call of GetEngagedUsers
func (*MockWorkitemtrackingClientMockRecorder) GetField ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetField(arg0, arg1 interface{}) *gomock.Call
GetField indicates an expected call of GetField
func (*MockWorkitemtrackingClientMockRecorder) GetFields ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetFields(arg0, arg1 interface{}) *gomock.Call
GetFields indicates an expected call of GetFields
func (*MockWorkitemtrackingClientMockRecorder) GetQueries ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetQueries(arg0, arg1 interface{}) *gomock.Call
GetQueries indicates an expected call of GetQueries
func (*MockWorkitemtrackingClientMockRecorder) GetQueriesBatch ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetQueriesBatch(arg0, arg1 interface{}) *gomock.Call
GetQueriesBatch indicates an expected call of GetQueriesBatch
func (*MockWorkitemtrackingClientMockRecorder) GetQuery ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetQuery(arg0, arg1 interface{}) *gomock.Call
GetQuery indicates an expected call of GetQuery
func (*MockWorkitemtrackingClientMockRecorder) GetQueryResultCount ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetQueryResultCount(arg0, arg1 interface{}) *gomock.Call
GetQueryResultCount indicates an expected call of GetQueryResultCount
func (*MockWorkitemtrackingClientMockRecorder) GetRecentActivityData ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetRecentActivityData(arg0, arg1 interface{}) *gomock.Call
GetRecentActivityData indicates an expected call of GetRecentActivityData
func (*MockWorkitemtrackingClientMockRecorder) GetRelationType ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationType(arg0, arg1 interface{}) *gomock.Call
GetRelationType indicates an expected call of GetRelationType
func (*MockWorkitemtrackingClientMockRecorder) GetRelationTypes ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationTypes(arg0, arg1 interface{}) *gomock.Call
GetRelationTypes indicates an expected call of GetRelationTypes
func (*MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType(arg0, arg1 interface{}) *gomock.Call
GetReportingLinksByLinkType indicates an expected call of GetReportingLinksByLinkType
func (*MockWorkitemtrackingClientMockRecorder) GetRevision ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetRevision(arg0, arg1 interface{}) *gomock.Call
GetRevision indicates an expected call of GetRevision
func (*MockWorkitemtrackingClientMockRecorder) GetRevisions ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetRevisions(arg0, arg1 interface{}) *gomock.Call
GetRevisions indicates an expected call of GetRevisions
func (*MockWorkitemtrackingClientMockRecorder) GetRootNodes ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetRootNodes(arg0, arg1 interface{}) *gomock.Call
GetRootNodes indicates an expected call of GetRootNodes
func (*MockWorkitemtrackingClientMockRecorder) GetTemplate ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetTemplate(arg0, arg1 interface{}) *gomock.Call
GetTemplate indicates an expected call of GetTemplate
func (*MockWorkitemtrackingClientMockRecorder) GetTemplates ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetTemplates(arg0, arg1 interface{}) *gomock.Call
GetTemplates indicates an expected call of GetTemplates
func (*MockWorkitemtrackingClientMockRecorder) GetUpdate ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdate(arg0, arg1 interface{}) *gomock.Call
GetUpdate indicates an expected call of GetUpdate
func (*MockWorkitemtrackingClientMockRecorder) GetUpdates ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdates(arg0, arg1 interface{}) *gomock.Call
GetUpdates indicates an expected call of GetUpdates
func (*MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes(arg0, arg1 interface{}) *gomock.Call
GetWorkArtifactLinkTypes indicates an expected call of GetWorkArtifactLinkTypes
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItem(arg0, arg1 interface{}) *gomock.Call
GetWorkItem indicates an expected call of GetWorkItem
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson(arg0, arg1 interface{}) *gomock.Call
GetWorkItemIconJson indicates an expected call of GetWorkItemIconJson
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg(arg0, arg1 interface{}) *gomock.Call
GetWorkItemIconSvg indicates an expected call of GetWorkItemIconSvg
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml(arg0, arg1 interface{}) *gomock.Call
GetWorkItemIconXaml indicates an expected call of GetWorkItemIconXaml
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons(arg0, arg1 interface{}) *gomock.Call
GetWorkItemIcons indicates an expected call of GetWorkItemIcons
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction(arg0, arg1 interface{}) *gomock.Call
GetWorkItemNextStatesOnCheckinAction indicates an expected call of GetWorkItemNextStatesOnCheckinAction
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTemplate indicates an expected call of GetWorkItemTemplate
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemType ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemType(arg0, arg1 interface{}) *gomock.Call
GetWorkItemType indicates an expected call of GetWorkItemType
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTypeCategories indicates an expected call of GetWorkItemTypeCategories
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTypeCategory indicates an expected call of GetWorkItemTypeCategory
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTypeFieldWithReferences indicates an expected call of GetWorkItemTypeFieldWithReferences
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTypeFieldsWithReferences indicates an expected call of GetWorkItemTypeFieldsWithReferences
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTypeStates indicates an expected call of GetWorkItemTypeStates
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes(arg0, arg1 interface{}) *gomock.Call
GetWorkItemTypes indicates an expected call of GetWorkItemTypes
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItems ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItems(arg0, arg1 interface{}) *gomock.Call
GetWorkItems indicates an expected call of GetWorkItems
func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch(arg0, arg1 interface{}) *gomock.Call
GetWorkItemsBatch indicates an expected call of GetWorkItemsBatch
func (*MockWorkitemtrackingClientMockRecorder) QueryById ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) QueryById(arg0, arg1 interface{}) *gomock.Call
QueryById indicates an expected call of QueryById
func (*MockWorkitemtrackingClientMockRecorder) QueryByWiql ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) QueryByWiql(arg0, arg1 interface{}) *gomock.Call
QueryByWiql indicates an expected call of QueryByWiql
func (*MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris(arg0, arg1 interface{}) *gomock.Call
QueryWorkItemsForArtifactUris indicates an expected call of QueryWorkItemsForArtifactUris
func (*MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions(arg0, arg1 interface{}) *gomock.Call
ReadReportingDiscussions indicates an expected call of ReadReportingDiscussions
func (*MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet(arg0, arg1 interface{}) *gomock.Call
ReadReportingRevisionsGet indicates an expected call of ReadReportingRevisionsGet
func (*MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost(arg0, arg1 interface{}) *gomock.Call
ReadReportingRevisionsPost indicates an expected call of ReadReportingRevisionsPost
func (*MockWorkitemtrackingClientMockRecorder) ReplaceTemplate ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) ReplaceTemplate(arg0, arg1 interface{}) *gomock.Call
ReplaceTemplate indicates an expected call of ReplaceTemplate
func (*MockWorkitemtrackingClientMockRecorder) RestoreWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) RestoreWorkItem(arg0, arg1 interface{}) *gomock.Call
RestoreWorkItem indicates an expected call of RestoreWorkItem
func (*MockWorkitemtrackingClientMockRecorder) SearchQueries ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) SearchQueries(arg0, arg1 interface{}) *gomock.Call
SearchQueries indicates an expected call of SearchQueries
func (*MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call
UpdateClassificationNode indicates an expected call of UpdateClassificationNode
func (*MockWorkitemtrackingClientMockRecorder) UpdateComment ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) UpdateComment(arg0, arg1 interface{}) *gomock.Call
UpdateComment indicates an expected call of UpdateComment
func (*MockWorkitemtrackingClientMockRecorder) UpdateQuery ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) UpdateQuery(arg0, arg1 interface{}) *gomock.Call
UpdateQuery indicates an expected call of UpdateQuery
func (*MockWorkitemtrackingClientMockRecorder) UpdateWorkItem ¶ added in v0.1.1
func (mr *MockWorkitemtrackingClientMockRecorder) UpdateWorkItem(arg0, arg1 interface{}) *gomock.Call
UpdateWorkItem indicates an expected call of UpdateWorkItem
Source Files ¶
- accounts_sdk_mock.go
- build_sdk_mock.go
- core_sdk_mock.go
- featuremanagement_sdk_mock.go
- git_sdk_mock.go
- graph_sdk_mock.go
- identity_sdk_mock.go
- memberentitlementmanagement_sdk_mock.go
- operations_sdk_mock.go
- policy_sdk_mock.go
- profile_sdk_mock.go
- security_sdk_mock.go
- serviceendpoint_sdk_mock.go
- taskagent_sdk_mock.go
- test_sdk_mock.go
- workitemtracking_sdk_mock.go