Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockAliasConfig
- type MockAliasConfigMockRecorder
- type MockAuthConfig
- func (m *MockAuthConfig) EXPECT() *MockAuthConfigMockRecorder
- func (m *MockAuthConfig) GetDefaultOrganization() (string, error)
- func (m *MockAuthConfig) GetGitProtocol(organizationName string) (string, error)
- func (m *MockAuthConfig) GetOrganizations() []string
- func (m *MockAuthConfig) GetToken(organizationName string) (string, error)
- func (m *MockAuthConfig) GetURL(organizationName string) (string, error)
- func (m *MockAuthConfig) Login(organizationName, organizationURL, token, gitProtocol string, ...) error
- func (m *MockAuthConfig) Logout(organizationName string) error
- func (m *MockAuthConfig) SetDefaultOrganization(organizationName string) error
- type MockAuthConfigMockRecorder
- func (mr *MockAuthConfigMockRecorder) GetDefaultOrganization() *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetGitProtocol(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetOrganizations() *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetToken(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) GetURL(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) Login(organizationName, organizationURL, token, gitProtocol, secureStorage any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) Logout(organizationName any) *gomock.Call
- func (mr *MockAuthConfigMockRecorder) SetDefaultOrganization(organizationName any) *gomock.Call
- type MockAzDOExtension
- func (m *MockAzDOExtension) EXPECT() *MockAzDOExtensionMockRecorder
- func (m *MockAzDOExtension) FindGroupsByDisplayName(ctx context.Context, displayName string, scopeDescriptor *string) ([]*graph.GraphGroup, error)
- func (m *MockAzDOExtension) GetSelfID(ctx context.Context) (uuid.UUID, error)
- func (m *MockAzDOExtension) GetSubjectID(ctx context.Context, subject string) (uuid.UUID, error)
- func (m *MockAzDOExtension) GetVariableGroups(ctx context.Context, args taskagent.GetVariableGroupsArgs) (*extensions.VariableGroupsResponse, error)
- func (m *MockAzDOExtension) ResolveIdentity(ctx context.Context, member string) (*identity.Identity, error)
- func (m *MockAzDOExtension) ResolveSubject(ctx context.Context, member string) (*graph.GraphSubject, error)
- type MockAzDOExtensionMockRecorder
- func (mr *MockAzDOExtensionMockRecorder) FindGroupsByDisplayName(ctx, displayName, scopeDescriptor any) *gomock.Call
- func (mr *MockAzDOExtensionMockRecorder) GetSelfID(ctx any) *gomock.Call
- func (mr *MockAzDOExtensionMockRecorder) GetSubjectID(ctx, subject any) *gomock.Call
- func (mr *MockAzDOExtensionMockRecorder) GetVariableGroups(ctx, args any) *gomock.Call
- func (mr *MockAzDOExtensionMockRecorder) ResolveIdentity(ctx, member any) *gomock.Call
- func (mr *MockAzDOExtensionMockRecorder) ResolveSubject(ctx, member any) *gomock.Call
- type MockAzDOGitClient
- func (m *MockAzDOGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
- func (m *MockAzDOGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)
- func (m *MockAzDOGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)
- func (m *MockAzDOGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)
- func (m *MockAzDOGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)
- func (m *MockAzDOGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)
- func (m *MockAzDOGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
- func (m *MockAzDOGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockAzDOGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error
- func (m *MockAzDOGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)
- func (m *MockAzDOGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)
- func (m *MockAzDOGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)
- func (m *MockAzDOGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)
- func (m *MockAzDOGitClient) CreateThread(arg0 context.Context, arg1 git.CreateThreadArgs) (*git.GitPullRequestCommentThread, error)
- func (m *MockAzDOGitClient) CreateUnmaterializedPullRequestReviewer(arg0 context.Context, arg1 git.CreateUnmaterializedPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error
- func (m *MockAzDOGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error
- func (m *MockAzDOGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error
- func (m *MockAzDOGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error
- func (m *MockAzDOGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error
- func (m *MockAzDOGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error
- func (m *MockAzDOGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error
- func (m *MockAzDOGitClient) EXPECT() *MockAzDOGitClientMockRecorder
- func (m *MockAzDOGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
- func (m *MockAzDOGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)
- func (m *MockAzDOGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)
- func (m *MockAzDOGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)
- func (m *MockAzDOGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)
- func (m *MockAzDOGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)
- func (m *MockAzDOGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)
- func (m *MockAzDOGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)
- func (m *MockAzDOGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)
- func (m *MockAzDOGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)
- func (m *MockAzDOGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)
- func (m *MockAzDOGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)
- func (m *MockAzDOGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)
- func (m *MockAzDOGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
- func (m *MockAzDOGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)
- func (m *MockAzDOGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)
- func (m *MockAzDOGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockAzDOGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)
- func (m *MockAzDOGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)
- func (m *MockAzDOGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)
- func (m *MockAzDOGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)
- func (m *MockAzDOGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)
- func (m *MockAzDOGitClient) GetPermission(arg0 context.Context, arg1 git.GetPermissionArgs) (*bool, error)
- func (m *MockAzDOGitClient) GetPolicyConfigurations(arg0 context.Context, arg1 git.GetPolicyConfigurationsArgs) (*git.GitPolicyConfigurationResponse, error)
- func (m *MockAzDOGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPullRequestCommits(arg0 context.Context, arg1 git.GetPullRequestCommitsArgs) (*git.GetPullRequestCommitsResponseValue, error)
- func (m *MockAzDOGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationChanges(arg0 context.Context, arg1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)
- func (m *MockAzDOGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)
- func (m *MockAzDOGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)
- func (m *MockAzDOGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (any, error)
- func (m *MockAzDOGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)
- func (m *MockAzDOGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)
- func (m *MockAzDOGitClient) GetPullRequestThread(arg0 context.Context, arg1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)
- func (m *MockAzDOGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)
- func (m *MockAzDOGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)
- func (m *MockAzDOGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)
- func (m *MockAzDOGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)
- func (m *MockAzDOGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)
- func (m *MockAzDOGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)
- func (m *MockAzDOGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)
- func (m *MockAzDOGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)
- func (m *MockAzDOGitClient) GetRefs(arg0 context.Context, arg1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)
- func (m *MockAzDOGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)
- func (m *MockAzDOGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)
- func (m *MockAzDOGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)
- func (m *MockAzDOGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)
- func (m *MockAzDOGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)
- func (m *MockAzDOGitClient) GetThreads(arg0 context.Context, arg1 git.GetThreadsArgs) (*[]git.GitPullRequestCommentThread, error)
- func (m *MockAzDOGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)
- func (m *MockAzDOGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)
- func (m *MockAzDOGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)
- func (m *MockAzDOGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error
- func (m *MockAzDOGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)
- func (m *MockAzDOGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)
- func (m *MockAzDOGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)
- func (m *MockAzDOGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error
- func (m *MockAzDOGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (any, error)
- func (m *MockAzDOGitClient) UpdatePullRequestReviewer(arg0 context.Context, arg1 git.UpdatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
- func (m *MockAzDOGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error
- func (m *MockAzDOGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error
- func (m *MockAzDOGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)
- func (m *MockAzDOGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)
- func (m *MockAzDOGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)
- func (m *MockAzDOGitClient) UpdateThread(arg0 context.Context, arg1 git.UpdateThreadArgs) (*git.GitPullRequestCommentThread, error)
- type MockAzDOGitClientMockRecorder
- func (mr *MockAzDOGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateAttachment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateCherryPick(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateCommitStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateFavorite(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateImportRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateLike(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateMergeRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreatePush(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateRevert(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateThread(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteAttachment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteLike(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAttachmentContent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAttachmentZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetAttachments(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlob(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlobContent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlobZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBlobsZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBranch(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetBranches(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCherryPick(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetComments(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommit(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommitDiffs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetCommitsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetForks(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetImportRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItem(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemContent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemText(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItems(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetItemsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetLikes(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetMergeBases(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetMergeRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPermission(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestById(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestThread(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPush(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPushCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetPushes(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRefFavorite(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRefFavorites(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRevert(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetRevertForRefName(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetSuggestions(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetThreads(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetTree(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) GetTreeZip(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) QueryImportRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) SharePullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateComment(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateImportRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewer(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateRef(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateRepository(arg0, arg1 any) *gomock.Call
- func (mr *MockAzDOGitClientMockRecorder) UpdateThread(arg0, arg1 any) *gomock.Call
- 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) AddRetentionLeases(arg0 context.Context, arg1 build.AddRetentionLeasesArgs) (*[]build.RetentionLease, 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) DeleteRetentionLeasesById(arg0 context.Context, arg1 build.DeleteRetentionLeasesByIdArgs) error
- func (m *MockBuildClient) DeleteTag(arg0 context.Context, arg1 build.DeleteTagArgs) (*[]string, 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) GetBuildGeneralSettings(arg0 context.Context, arg1 build.GetBuildGeneralSettingsArgs) (*build.PipelineGeneralSettings, 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) (any, 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) (any, 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) GetDefinitionYaml(arg0 context.Context, arg1 build.GetDefinitionYamlArgs) (*build.YamlBuild, 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) GetRetentionHistory(arg0 context.Context, arg1 build.GetRetentionHistoryArgs) (*build.BuildRetentionHistory, error)
- func (m *MockBuildClient) GetRetentionLease(arg0 context.Context, arg1 build.GetRetentionLeaseArgs) (*build.RetentionLease, error)
- func (m *MockBuildClient) GetRetentionLeasesByMinimalRetentionLeases(arg0 context.Context, ...) (*[]build.RetentionLease, error)
- func (m *MockBuildClient) GetRetentionLeasesByOwnerId(arg0 context.Context, arg1 build.GetRetentionLeasesByOwnerIdArgs) (*[]build.RetentionLease, error)
- func (m *MockBuildClient) GetRetentionLeasesByUserId(arg0 context.Context, arg1 build.GetRetentionLeasesByUserIdArgs) (*[]build.RetentionLease, error)
- func (m *MockBuildClient) GetRetentionLeasesForBuild(arg0 context.Context, arg1 build.GetRetentionLeasesForBuildArgs) (*[]build.RetentionLease, error)
- func (m *MockBuildClient) GetRetentionSettings(arg0 context.Context, arg1 build.GetRetentionSettingsArgs) (*build.ProjectRetentionSetting, 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) UpdateBuildGeneralSettings(arg0 context.Context, arg1 build.UpdateBuildGeneralSettingsArgs) (*build.PipelineGeneralSettings, error)
- func (m *MockBuildClient) UpdateBuildProperties(arg0 context.Context, arg1 build.UpdateBuildPropertiesArgs) (any, error)
- func (m *MockBuildClient) UpdateBuildSettings(arg0 context.Context, arg1 build.UpdateBuildSettingsArgs) (*build.BuildSettings, error)
- func (m *MockBuildClient) UpdateBuildTags(arg0 context.Context, arg1 build.UpdateBuildTagsArgs) (*[]string, 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) (any, error)
- func (m *MockBuildClient) UpdateDefinitionTags(arg0 context.Context, arg1 build.UpdateDefinitionTagsArgs) (*[]string, error)
- func (m *MockBuildClient) UpdateFolder(arg0 context.Context, arg1 build.UpdateFolderArgs) (*build.Folder, error)
- func (m *MockBuildClient) UpdateRetentionLease(arg0 context.Context, arg1 build.UpdateRetentionLeaseArgs) (*build.RetentionLease, error)
- func (m *MockBuildClient) UpdateRetentionSettings(arg0 context.Context, arg1 build.UpdateRetentionSettingsArgs) (*build.ProjectRetentionSetting, error)
- func (m *MockBuildClient) UpdateStage(arg0 context.Context, arg1 build.UpdateStageArgs) error
- type MockBuildClientMockRecorder
- func (mr *MockBuildClientMockRecorder) AddBuildTag(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddBuildTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddDefinitionTag(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddDefinitionTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AddRetentionLeases(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AuthorizeDefinitionResources(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) AuthorizeProjectResources(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) CreateArtifact(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) CreateDefinition(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) CreateFolder(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteBuild(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteBuildTag(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteDefinition(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteDefinitionTag(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteFolder(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteRetentionLeasesById(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteTag(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) DeleteTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetArtifact(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetArtifactContentZip(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetArtifacts(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetAttachment(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetAttachments(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuild(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildBadge(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildBadgeData(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildController(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildControllers(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildGeneralSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLog(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogLines(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogZip(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogs(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildLogsZip(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildOptionDefinitions(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildReport(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildReportHtmlContent(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildTimeline(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefs(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetBuilds(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetChangesBetweenBuilds(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinition(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionMetrics(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionResources(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionRevisions(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitionYaml(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetDefinitions(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetFile(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetFileContents(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetFolders(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetLatestBuild(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetPathContents(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetProjectMetrics(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetProjectResources(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetPullRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetResourceUsage(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionHistory(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionLease(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByMinimalRetentionLeases(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByOwnerId(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByUserId(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionLeasesForBuild(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetRetentionSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetStatusBadge(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetTemplates(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListBranches(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListSourceProviders(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) ListWebhooks(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) QueueBuild(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) RestoreDefinition(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) RestoreWebhooks(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) SaveTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuild(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuildGeneralSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuildProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuildSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuildTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateBuilds(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateDefinition(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateDefinitionProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateDefinitionTags(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateFolder(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateRetentionLease(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateRetentionSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockBuildClientMockRecorder) UpdateStage(arg0, arg1 any) *gomock.Call
- type MockClient
- func (m *MockClient) CreateRequestMessage(ctx context.Context, httpMethod, arg2, apiVersion string, body io.Reader, ...) (*http.Request, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GenerateUrl(apiResourceLocation *azuredevops.ApiResourceLocation, ...) string
- func (m *MockClient) GetResourceAreas(ctx context.Context) (*[]azuredevops.ResourceAreaInfo, error)
- func (m *MockClient) Send(ctx context.Context, httpMethod string, locationId uuid.UUID, ...) (*http.Response, error)
- func (m *MockClient) SendRequest(request *http.Request) (*http.Response, error)
- func (m *MockClient) UnmarshalBody(response *http.Response, v any) error
- func (m *MockClient) UnmarshalCollectionBody(response *http.Response, v any) error
- func (m *MockClient) UnmarshalCollectionJson(jsonValue []byte, v any) error
- func (m *MockClient) UnwrapError(response *http.Response) error
- type MockClientFactory
- func (m *MockClientFactory) Build(ctx context.Context, organization string) (build.Client, error)
- func (m *MockClientFactory) Core(ctx context.Context, organization string) (core.Client, error)
- func (m *MockClientFactory) EXPECT() *MockClientFactoryMockRecorder
- func (m *MockClientFactory) Extensions(ctx context.Context, organization string) (extensions.Client, error)
- func (m *MockClientFactory) Git(ctx context.Context, organization string) (git.Client, error)
- func (m *MockClientFactory) Graph(ctx context.Context, organization string) (graph.Client, error)
- func (m *MockClientFactory) Identity(ctx context.Context, organization string) (identity.Client, error)
- func (m *MockClientFactory) Operations(ctx context.Context, organization string) (operations.Client, error)
- func (m *MockClientFactory) PipelinePermissions(ctx context.Context, organization string) (pipelinepermissions.Client, error)
- func (m *MockClientFactory) Security(ctx context.Context, organization string) (security.Client, error)
- func (m *MockClientFactory) ServiceEndpoint(ctx context.Context, organization string) (serviceendpoint.Client, error)
- func (m *MockClientFactory) TaskAgent(ctx context.Context, organization string) (taskagent.Client, error)
- func (m *MockClientFactory) WorkItemTracking(ctx context.Context, organization string) (workitemtracking.Client, error)
- type MockClientFactoryMockRecorder
- func (mr *MockClientFactoryMockRecorder) Build(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Core(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Extensions(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Git(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Graph(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Identity(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Operations(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) PipelinePermissions(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) Security(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) ServiceEndpoint(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) TaskAgent(ctx, organization any) *gomock.Call
- func (mr *MockClientFactoryMockRecorder) WorkItemTracking(ctx, organization any) *gomock.Call
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateRequestMessage(ctx, httpMethod, arg2, apiVersion, body, mediaType, acceptMediaType, ... any) *gomock.Call
- func (mr *MockClientMockRecorder) GenerateUrl(apiResourceLocation, routeValues, queryParameters any) *gomock.Call
- func (mr *MockClientMockRecorder) GetResourceAreas(ctx any) *gomock.Call
- func (mr *MockClientMockRecorder) Send(...) *gomock.Call
- func (mr *MockClientMockRecorder) SendRequest(request any) *gomock.Call
- func (mr *MockClientMockRecorder) UnmarshalBody(response, v any) *gomock.Call
- func (mr *MockClientMockRecorder) UnmarshalCollectionBody(response, v any) *gomock.Call
- func (mr *MockClientMockRecorder) UnmarshalCollectionJson(jsonValue, v any) *gomock.Call
- func (mr *MockClientMockRecorder) UnwrapError(response any) *gomock.Call
- type MockCmdContext
- func (m *MockCmdContext) ClientFactory() azdo.ClientFactory
- func (m *MockCmdContext) Config() (config.Config, error)
- func (m *MockCmdContext) ConnectionFactory() azdo.ConnectionFactory
- func (m *MockCmdContext) Context() context.Context
- func (m *MockCmdContext) EXPECT() *MockCmdContextMockRecorder
- func (m *MockCmdContext) IOStreams() (*iostreams.IOStreams, error)
- func (m *MockCmdContext) Printer(arg0 string) (printer.Printer, error)
- func (m *MockCmdContext) Prompter() (prompter.Prompter, error)
- func (m *MockCmdContext) RepoContext() util.RepoContext
- type MockCmdContextMockRecorder
- func (mr *MockCmdContextMockRecorder) ClientFactory() *gomock.Call
- func (mr *MockCmdContextMockRecorder) Config() *gomock.Call
- func (mr *MockCmdContextMockRecorder) ConnectionFactory() *gomock.Call
- func (mr *MockCmdContextMockRecorder) Context() *gomock.Call
- func (mr *MockCmdContextMockRecorder) IOStreams() *gomock.Call
- func (mr *MockCmdContextMockRecorder) Printer(arg0 any) *gomock.Call
- func (mr *MockCmdContextMockRecorder) Prompter() *gomock.Call
- func (mr *MockCmdContextMockRecorder) RepoContext() *gomock.Call
- type MockConfig
- func (m *MockConfig) Aliases() config.AliasConfig
- func (m *MockConfig) Authentication() config.AuthConfig
- func (m *MockConfig) EXPECT() *MockConfigMockRecorder
- func (m *MockConfig) Get(arg0 []string) (string, error)
- func (m *MockConfig) GetOrDefault(arg0 []string) (string, error)
- func (m *MockConfig) Keys(arg0 []string) ([]string, error)
- func (m *MockConfig) Remove(arg0 []string) error
- func (m *MockConfig) Set(arg0 []string, arg1 string)
- func (m *MockConfig) Write() error
- type MockConfigMockRecorder
- func (mr *MockConfigMockRecorder) Aliases() *gomock.Call
- func (mr *MockConfigMockRecorder) Authentication() *gomock.Call
- func (mr *MockConfigMockRecorder) Get(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) GetOrDefault(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Keys(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Remove(arg0 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Set(arg0, arg1 any) *gomock.Call
- func (mr *MockConfigMockRecorder) Write() *gomock.Call
- type MockConfigReader
- type MockConfigReaderMockRecorder
- type MockConnection
- type MockConnectionFactory
- type MockConnectionFactoryMockRecorder
- type MockConnectionMockRecorder
- 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 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 any) *gomock.Call
- func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 any) *gomock.Call
- type MockGitCommand
- func (m *MockGitCommand) AddRemote(ctx context.Context, name, urlStr string, trackingBranches []string) (*git.Remote, error)
- func (m *MockGitCommand) AuthenticatedCommand(ctx context.Context, args ...string) (*git.Command, error)
- func (m *MockGitCommand) CheckoutBranch(ctx context.Context, branch string) error
- func (m *MockGitCommand) CheckoutNewBranch(ctx context.Context, remoteName, branch string) error
- func (m *MockGitCommand) Clone(ctx context.Context, cloneURL string, args []string, ...) (string, error)
- func (m *MockGitCommand) Command(ctx context.Context, args ...string) (*git.Command, error)
- func (m *MockGitCommand) CommitBody(ctx context.Context, sha string) (string, error)
- func (m *MockGitCommand) Commits(ctx context.Context, baseRef, headRef string) ([]*git.Commit, error)
- func (m *MockGitCommand) CurrentBranch(ctx context.Context) (string, error)
- func (m *MockGitCommand) DeleteLocalBranch(ctx context.Context, branch string) error
- func (m *MockGitCommand) DeleteLocalTag(ctx context.Context, tag string) error
- func (m *MockGitCommand) EXPECT() *MockGitCommandMockRecorder
- func (m *MockGitCommand) Fetch(ctx context.Context, remote, refspec string, mods ...git.CommandModifier) error
- func (m *MockGitCommand) GetAuthConfig(ctx context.Context) ([]string, error)
- func (m *MockGitCommand) GetAzDoPath() string
- func (m *MockGitCommand) GetConfig(ctx context.Context, name string) (string, error)
- func (m *MockGitCommand) GetGitPath() string
- func (m *MockGitCommand) GetRepoDir() string
- func (m *MockGitCommand) GitDir(ctx context.Context) (string, error)
- func (m *MockGitCommand) HasLocalBranch(ctx context.Context, branch string) bool
- func (m *MockGitCommand) HasRemoteBranch(ctx context.Context, remote, branch string) bool
- func (m *MockGitCommand) IsLocalGitRepo(ctx context.Context) (bool, error)
- func (m *MockGitCommand) LastCommit(ctx context.Context) (*git.Commit, error)
- func (m *MockGitCommand) ParentBranch(ctx context.Context, branch string) (string, error)
- func (m *MockGitCommand) PathFromRoot(ctx context.Context) string
- func (m *MockGitCommand) Pull(ctx context.Context, remote, branch string, mods ...git.CommandModifier) error
- func (m *MockGitCommand) Push(ctx context.Context, remote, ref string, mods ...git.CommandModifier) error
- func (m *MockGitCommand) ReadBranchConfig(ctx context.Context, branch string) git.BranchConfig
- func (m *MockGitCommand) Remotes(ctx context.Context) (git.RemoteSet, error)
- func (m *MockGitCommand) SetConfig(ctx context.Context, configItems ...string) error
- func (m *MockGitCommand) SetRemoteBranches(ctx context.Context, remote, refspec string) error
- func (m *MockGitCommand) SetRemoteResolution(ctx context.Context, name, resolution string) error
- func (m *MockGitCommand) SetRepoDir(arg0 string) error
- func (m *MockGitCommand) ShowRefs(ctx context.Context, refs []string) ([]git.Ref, error)
- func (m *MockGitCommand) ToplevelDir(ctx context.Context) (string, error)
- func (m *MockGitCommand) TrackingBranchNames(ctx context.Context, prefix string) []string
- func (m *MockGitCommand) UncommittedChangeCount(ctx context.Context) (int, error)
- func (m *MockGitCommand) UnsetRemoteResolution(ctx context.Context, name string) error
- func (m *MockGitCommand) UpdateRemoteURL(ctx context.Context, name, url string) error
- type MockGitCommandMockRecorder
- func (mr *MockGitCommandMockRecorder) AddRemote(ctx, name, urlStr, trackingBranches any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) AuthenticatedCommand(ctx any, args ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CheckoutBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CheckoutNewBranch(ctx, remoteName, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Clone(ctx, cloneURL, args any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Command(ctx any, args ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CommitBody(ctx, sha any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Commits(ctx, baseRef, headRef any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) CurrentBranch(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) DeleteLocalBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) DeleteLocalTag(ctx, tag any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Fetch(ctx, remote, refspec any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetAuthConfig(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetAzDoPath() *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetConfig(ctx, name any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetGitPath() *gomock.Call
- func (mr *MockGitCommandMockRecorder) GetRepoDir() *gomock.Call
- func (mr *MockGitCommandMockRecorder) GitDir(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) HasLocalBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) HasRemoteBranch(ctx, remote, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) IsLocalGitRepo(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) LastCommit(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ParentBranch(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) PathFromRoot(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Pull(ctx, remote, branch any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Push(ctx, remote, ref any, mods ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ReadBranchConfig(ctx, branch any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) Remotes(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetConfig(ctx any, configItems ...any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetRemoteBranches(ctx, remote, refspec any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetRemoteResolution(ctx, name, resolution any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) SetRepoDir(arg0 any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ShowRefs(ctx, refs any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) ToplevelDir(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) TrackingBranchNames(ctx, prefix any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) UncommittedChangeCount(ctx any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) UnsetRemoteResolution(ctx, name any) *gomock.Call
- func (mr *MockGitCommandMockRecorder) UpdateRemoteURL(ctx, name, url any) *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) CreateGroupMailAddress(arg0 context.Context, arg1 graph.CreateGroupMailAddressArgs) (*graph.GraphGroup, error)
- func (m *MockGraphClient) CreateGroupOriginId(arg0 context.Context, arg1 graph.CreateGroupOriginIdArgs) (*graph.GraphGroup, error)
- func (m *MockGraphClient) CreateGroupVsts(arg0 context.Context, arg1 graph.CreateGroupVstsArgs) (*graph.GraphGroup, error)
- func (m *MockGraphClient) CreateServicePrincipal(arg0 context.Context, arg1 graph.CreateServicePrincipalArgs) (*graph.GraphServicePrincipal, error)
- func (m *MockGraphClient) CreateUserMailAddress(ctx context.Context, args graph.CreateUserMailAddressArgs) (*graph.GraphUser, error)
- func (m *MockGraphClient) CreateUserOriginId(ctx context.Context, args graph.CreateUserOriginIdArgs) (*graph.GraphUser, error)
- func (m *MockGraphClient) CreateUserUserPrincipalName(ctx context.Context, args graph.CreateUserUserPrincipalNameArgs) (*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) DeleteServicePrincipal(arg0 context.Context, arg1 graph.DeleteServicePrincipalArgs) 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) GetServicePrincipal(arg0 context.Context, arg1 graph.GetServicePrincipalArgs) (*graph.GraphServicePrincipal, 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) ListServicePrincipals(arg0 context.Context, arg1 graph.ListServicePrincipalsArgs) (*graph.PagedGraphServicePrincipals, 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) QuerySubjects(arg0 context.Context, arg1 graph.QuerySubjectsArgs) (*[]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 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CheckMembershipExistence(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateGroupMailAddress(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateGroupOriginId(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateGroupVsts(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateServicePrincipal(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateUserMailAddress(ctx, args any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateUserOriginId(ctx, args any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) CreateUserUserPrincipalName(ctx, args any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteServicePrincipal(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) DeleteUser(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetDescriptor(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetMembership(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetMembershipState(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetProviderInfo(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetServicePrincipal(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetStorageKey(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) GetUser(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListMemberships(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListServicePrincipals(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) ListUsers(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) LookupSubjects(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) QuerySubjects(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) RemoveMembership(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) RequestAccess(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) SetAvatar(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) UpdateGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockGraphClientMockRecorder) UpdateUser(arg0, arg1 any) *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) ForceRemoveMember(arg0 context.Context, arg1 identity.ForceRemoveMemberArgs) (*bool, error)
- 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) RefreshMembersOf(arg0 context.Context, arg1 identity.RefreshMembersOfArgs) (*[]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 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ForceRemoveMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) RefreshMembersOf(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 any) *gomock.Call
- func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 any) *gomock.Call
- type MockOperationsClient
- type MockOperationsClientMockRecorder
- type MockOrganizationName
- type MockOrganizationNameMockRecorder
- type MockPipelinePermissionsClient
- func (m *MockPipelinePermissionsClient) EXPECT() *MockPipelinePermissionsClientMockRecorder
- func (m *MockPipelinePermissionsClient) GetPipelinePermissionsForResource(arg0 context.Context, ...) (*pipelinepermissions.ResourcePipelinePermissions, error)
- func (m *MockPipelinePermissionsClient) UpdatePipelinePermisionsForResource(arg0 context.Context, ...) (*pipelinepermissions.ResourcePipelinePermissions, error)
- func (m *MockPipelinePermissionsClient) UpdatePipelinePermisionsForResources(arg0 context.Context, ...) (*[]pipelinepermissions.ResourcePipelinePermissions, error)
- type MockPipelinePermissionsClientMockRecorder
- func (mr *MockPipelinePermissionsClientMockRecorder) GetPipelinePermissionsForResource(arg0, arg1 any) *gomock.Call
- func (mr *MockPipelinePermissionsClientMockRecorder) UpdatePipelinePermisionsForResource(arg0, arg1 any) *gomock.Call
- func (mr *MockPipelinePermissionsClientMockRecorder) UpdatePipelinePermisionsForResources(arg0, arg1 any) *gomock.Call
- type MockPrinter
- func (m *MockPrinter) AddColumns(columns ...string)
- func (m *MockPrinter) AddField(arg0 string, arg1 ...printer.FieldOption)
- func (m *MockPrinter) AddTimeField(now, t time.Time, c func(string) string)
- func (m *MockPrinter) EXPECT() *MockPrinterMockRecorder
- func (m *MockPrinter) EndRow()
- func (m *MockPrinter) Render() error
- type MockPrinterMockRecorder
- func (mr *MockPrinterMockRecorder) AddColumns(columns ...any) *gomock.Call
- func (mr *MockPrinterMockRecorder) AddField(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockPrinterMockRecorder) AddTimeField(now, t, c any) *gomock.Call
- func (mr *MockPrinterMockRecorder) EndRow() *gomock.Call
- func (mr *MockPrinterMockRecorder) Render() *gomock.Call
- type MockProjectName
- type MockProjectNameMockRecorder
- type MockPrompter
- func (m *MockPrompter) AuthToken() (string, error)
- func (m *MockPrompter) Confirm(arg0 string, arg1 bool) (bool, error)
- func (m *MockPrompter) ConfirmDeletion(arg0 string) error
- func (m *MockPrompter) EXPECT() *MockPrompterMockRecorder
- func (m *MockPrompter) Input(arg0, arg1 string) (string, error)
- func (m *MockPrompter) InputOrganizationName() (string, error)
- func (m *MockPrompter) MultiSelect(arg0 string, arg1, arg2 []string) ([]int, error)
- func (m *MockPrompter) Password(arg0 string) (string, error)
- func (m *MockPrompter) Secret(arg0 string) (string, error)
- func (m *MockPrompter) Select(arg0, arg1 string, arg2 []string) (int, error)
- type MockPrompterMockRecorder
- func (mr *MockPrompterMockRecorder) AuthToken() *gomock.Call
- func (mr *MockPrompterMockRecorder) Confirm(arg0, arg1 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) ConfirmDeletion(arg0 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Input(arg0, arg1 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) InputOrganizationName() *gomock.Call
- func (mr *MockPrompterMockRecorder) MultiSelect(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Password(arg0 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Secret(arg0 any) *gomock.Call
- func (mr *MockPrompterMockRecorder) Select(arg0, arg1, arg2 any) *gomock.Call
- type MockRepoContext
- func (m *MockRepoContext) Context() context.Context
- func (m *MockRepoContext) EXPECT() *MockRepoContextMockRecorder
- func (m *MockRepoContext) GitClient() (git.Client, error)
- func (m *MockRepoContext) GitCommand() (git0.GitCommand, error)
- func (m *MockRepoContext) GitRepository() (*git.GitRepository, error)
- func (m *MockRepoContext) Remote(arg0 *git.GitRepository) (*azdo.Remote, error)
- func (m *MockRepoContext) Remotes() (azdo.RemoteSet, error)
- func (m *MockRepoContext) Repo() (azdo.Repository, error)
- func (m *MockRepoContext) WithRepo(arg0 func() (azdo.Repository, error)) util.RepoContext
- type MockRepoContextMockRecorder
- func (mr *MockRepoContextMockRecorder) Context() *gomock.Call
- func (mr *MockRepoContextMockRecorder) GitClient() *gomock.Call
- func (mr *MockRepoContextMockRecorder) GitCommand() *gomock.Call
- func (mr *MockRepoContextMockRecorder) GitRepository() *gomock.Call
- func (mr *MockRepoContextMockRecorder) Remote(arg0 any) *gomock.Call
- func (mr *MockRepoContextMockRecorder) Remotes() *gomock.Call
- func (mr *MockRepoContextMockRecorder) Repo() *gomock.Call
- func (mr *MockRepoContextMockRecorder) WithRepo(arg0 any) *gomock.Call
- type MockRepository
- func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder
- func (m *MockRepository) Equals(other azdo.Repository) bool
- func (m *MockRepository) FullName() string
- func (m *MockRepository) GitClient(ctx context.Context, connectionFactory azdo.ConnectionFactory) (git.Client, error)
- func (m *MockRepository) GitRepository(ctx context.Context, repoClient git.Client) (*git.GitRepository, error)
- func (m *MockRepository) Hostname() string
- func (m *MockRepository) Name() string
- func (m *MockRepository) Organization() string
- func (m *MockRepository) OrganizationUrl() (string, error)
- func (m *MockRepository) Project() string
- func (m *MockRepository) ProjectUrl() (string, error)
- func (m *MockRepository) RemoteUrl(protocol string) (string, error)
- func (m *MockRepository) String() string
- type MockRepositoryMockRecorder
- func (mr *MockRepositoryMockRecorder) Equals(other any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) FullName() *gomock.Call
- func (mr *MockRepositoryMockRecorder) GitClient(ctx, connectionFactory any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) GitRepository(ctx, repoClient any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) Hostname() *gomock.Call
- func (mr *MockRepositoryMockRecorder) Name() *gomock.Call
- func (mr *MockRepositoryMockRecorder) Organization() *gomock.Call
- func (mr *MockRepositoryMockRecorder) OrganizationUrl() *gomock.Call
- func (mr *MockRepositoryMockRecorder) Project() *gomock.Call
- func (mr *MockRepositoryMockRecorder) ProjectUrl() *gomock.Call
- func (mr *MockRepositoryMockRecorder) RemoteUrl(protocol any) *gomock.Call
- func (mr *MockRepositoryMockRecorder) String() *gomock.Call
- type MockRepositoryName
- type MockRepositoryNameMockRecorder
- 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 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) HasPermissionsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) QueryAccessControlLists(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) QuerySecurityNamespaces(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) RemoveAccessControlEntries(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) RemoveAccessControlLists(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) RemovePermission(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) SetAccessControlEntries(arg0, arg1 any) *gomock.Call
- func (mr *MockSecurityClientMockRecorder) SetAccessControlLists(arg0, arg1 any) *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) GetServiceEndpointsWithRefreshedAuthentication(arg0 context.Context, ...) (*[]serviceendpoint.ServiceEndpoint, error)
- func (m *MockServiceEndpointClient) ShareServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.ShareServiceEndpointArgs) 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 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) DeleteServiceEndpoint(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) ExecuteServiceEndpointRequest(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointDetails(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointExecutionRecords(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointTypes(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpoints(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointsByNames(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointsWithRefreshedAuthentication(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) ShareServiceEndpoint(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) UpdateServiceEndpoint(arg0, arg1 any) *gomock.Call
- func (mr *MockServiceEndpointClientMockRecorder) UpdateServiceEndpoints(arg0, arg1 any) *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) AddEnvironment(arg0 context.Context, arg1 taskagent.AddEnvironmentArgs) (*taskagent.EnvironmentInstance, error)
- func (m *MockTaskAgentClient) AddKubernetesResourcExistingEndpoint(ctx context.Context, args taskagent.AddKubernetesResourceArgsExistingEndpoint) (*taskagent.KubernetesResource, error)
- func (m *MockTaskAgentClient) AddKubernetesResourceNewEndpoint(ctx context.Context, args taskagent.AddKubernetesResourceArgsNewEndpoint) (*taskagent.KubernetesResource, 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) DeleteEnvironment(arg0 context.Context, arg1 taskagent.DeleteEnvironmentArgs) error
- func (m *MockTaskAgentClient) DeleteKubernetesResource(arg0 context.Context, arg1 taskagent.DeleteKubernetesResourceArgs) 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) GetAgentQueuesForPools(arg0 context.Context, arg1 taskagent.GetAgentQueuesForPoolsArgs) (*[]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) GetEnvironmentById(arg0 context.Context, arg1 taskagent.GetEnvironmentByIdArgs) (*taskagent.EnvironmentInstance, error)
- func (m *MockTaskAgentClient) GetEnvironmentDeploymentExecutionRecords(arg0 context.Context, ...) (*taskagent.GetEnvironmentDeploymentExecutionRecordsResponseValue, error)
- func (m *MockTaskAgentClient) GetEnvironments(arg0 context.Context, arg1 taskagent.GetEnvironmentsArgs) (*taskagent.GetEnvironmentsResponseValue, error)
- func (m *MockTaskAgentClient) GetKubernetesResource(arg0 context.Context, arg1 taskagent.GetKubernetesResourceArgs) (*taskagent.KubernetesResource, 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) (any, error)
- func (m *MockTaskAgentClient) ReplaceAgent(arg0 context.Context, arg1 taskagent.ReplaceAgentArgs) (*taskagent.TaskAgent, error)
- func (m *MockTaskAgentClient) ShareVariableGroup(arg0 context.Context, arg1 taskagent.ShareVariableGroupArgs) error
- func (m *MockTaskAgentClient) UpdateAgent(arg0 context.Context, arg1 taskagent.UpdateAgentArgs) (*taskagent.TaskAgent, error)
- func (m *MockTaskAgentClient) UpdateAgentCloud(arg0 context.Context, arg1 taskagent.UpdateAgentCloudArgs) (*taskagent.TaskAgentCloud, 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) UpdateEnvironment(arg0 context.Context, arg1 taskagent.UpdateEnvironmentArgs) (*taskagent.EnvironmentInstance, 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 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddAgentCloud(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddAgentPool(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddAgentQueue(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddDeploymentGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddEnvironment(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddKubernetesResourcExistingEndpoint(ctx, args any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddKubernetesResourceNewEndpoint(ctx, args any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddTaskGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) AddVariableGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteAgent(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteAgentCloud(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteAgentPool(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteAgentQueue(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteDeploymentGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteDeploymentTarget(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteEnvironment(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteKubernetesResource(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteTaskGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) DeleteVariableGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgent(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentCloud(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentCloudRequests(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentCloudTypes(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentClouds(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentPool(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentPools(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentPoolsByIds(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentQueue(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentQueues(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentQueuesByIds(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentQueuesByNames(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgentQueuesForPools(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetAgents(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetDeploymentGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetDeploymentGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetDeploymentTarget(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetDeploymentTargets(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetEnvironmentById(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetEnvironmentDeploymentExecutionRecords(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetEnvironments(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetKubernetesResource(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetTaskGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetVariableGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetVariableGroups(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetVariableGroupsById(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) GetYamlSchema(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) ReplaceAgent(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) ShareVariableGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateAgent(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateAgentCloud(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateAgentPool(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateDeploymentGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateDeploymentTargets(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateEnvironment(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateTaskGroup(arg0, arg1 any) *gomock.Call
- func (mr *MockTaskAgentClientMockRecorder) UpdateVariableGroup(arg0, arg1 any) *gomock.Call
- type MockWorkItemTrackingClient
- func (m *MockWorkItemTrackingClient) AddComment(arg0 context.Context, arg1 workitemtracking.AddCommentArgs) (*workitemtracking.Comment, error)
- func (m *MockWorkItemTrackingClient) AddWorkItemComment(arg0 context.Context, arg1 workitemtracking.AddWorkItemCommentArgs) (*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) CreateOrUpdateClassificationNode(arg0 context.Context, ...) (*workitemtracking.WorkItemClassificationNode, error)
- func (m *MockWorkItemTrackingClient) CreateQuery(arg0 context.Context, arg1 workitemtracking.CreateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkItemTrackingClient) CreateTempQuery(arg0 context.Context, arg1 workitemtracking.CreateTempQueryArgs) (*workitemtracking.TemporaryQueryResponseModel, 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) CreateWorkItemField(arg0 context.Context, arg1 workitemtracking.CreateWorkItemFieldArgs) (*workitemtracking.WorkItemField2, 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) DeleteQuery(arg0 context.Context, arg1 workitemtracking.DeleteQueryArgs) error
- func (m *MockWorkItemTrackingClient) DeleteTag(arg0 context.Context, arg1 workitemtracking.DeleteTagArgs) 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) DeleteWorkItemField(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemFieldArgs) error
- func (m *MockWorkItemTrackingClient) DeleteWorkItems(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemsArgs) (*workitemtracking.WorkItemDeleteBatch, 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) GetGithubConnectionRepositories(arg0 context.Context, ...) (*[]workitemtracking.GitHubConnectionRepoModel, error)
- func (m *MockWorkItemTrackingClient) GetGithubConnections(arg0 context.Context, arg1 workitemtracking.GetGithubConnectionsArgs) (*[]workitemtracking.GitHubConnectionModel, 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) GetTag(arg0 context.Context, arg1 workitemtracking.GetTagArgs) (*workitemtracking.WorkItemTagDefinition, error)
- func (m *MockWorkItemTrackingClient) GetTags(arg0 context.Context, arg1 workitemtracking.GetTagsArgs) (*[]workitemtracking.WorkItemTagDefinition, 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) GetWorkItemField(arg0 context.Context, arg1 workitemtracking.GetWorkItemFieldArgs) (*workitemtracking.WorkItemField2, error)
- func (m *MockWorkItemTrackingClient) GetWorkItemFields(arg0 context.Context, arg1 workitemtracking.GetWorkItemFieldsArgs) (*[]workitemtracking.WorkItemField2, 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) MigrateProjectsProcess(arg0 context.Context, arg1 workitemtracking.MigrateProjectsProcessArgs) (*workitemtracking.ProcessMigrationResultModel, 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) SendMail(arg0 context.Context, arg1 workitemtracking.SendMailArgs) 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) UpdateGithubConnectionRepos(arg0 context.Context, arg1 workitemtracking.UpdateGithubConnectionReposArgs) (*[]workitemtracking.GitHubConnectionRepoModel, error)
- func (m *MockWorkItemTrackingClient) UpdateQuery(arg0 context.Context, arg1 workitemtracking.UpdateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
- func (m *MockWorkItemTrackingClient) UpdateTag(arg0 context.Context, arg1 workitemtracking.UpdateTagArgs) (*workitemtracking.WorkItemTagDefinition, error)
- func (m *MockWorkItemTrackingClient) UpdateWorkItem(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemArgs) (*workitemtracking.WorkItem, error)
- func (m *MockWorkItemTrackingClient) UpdateWorkItemComment(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemCommentArgs) (*workitemtracking.Comment, error)
- func (m *MockWorkItemTrackingClient) UpdateWorkItemField(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemFieldArgs) (*workitemtracking.WorkItemField2, error)
- type MockWorkItemTrackingClientMockRecorder
- func (mr *MockWorkItemTrackingClientMockRecorder) AddComment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) AddWorkItemComment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateAttachment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateCommentReaction(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateOrUpdateClassificationNode(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateTempQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) CreateWorkItemField(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteClassificationNode(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteComment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteCommentReaction(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteTag(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteWorkItemField(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DeleteWorkItems(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) DestroyWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetAttachmentContent(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetAttachmentZip(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetClassificationNode(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetClassificationNodes(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetComment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentReactions(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentVersion(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentVersions(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetComments(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItemShallowReferences(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItems(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetEngagedUsers(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetGithubConnectionRepositories(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetGithubConnections(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetQueries(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetQueriesBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetQueryResultCount(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetRecentActivityData(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetRelationType(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetRelationTypes(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetReportingLinksByLinkType(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetRevision(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetRevisions(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetRootNodes(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetTag(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetTags(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetTemplates(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetUpdate(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetUpdates(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkArtifactLinkTypes(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemField(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemFields(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIconJson(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIconSvg(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIconXaml(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIcons(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemType(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeCategories(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeCategory(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeStates(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypes(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItems(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemsBatch(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) MigrateProjectsProcess(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) QueryById(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) QueryByWiql(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) QueryWorkItemsForArtifactUris(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) ReadReportingDiscussions(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) ReadReportingRevisionsGet(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) ReadReportingRevisionsPost(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) ReplaceTemplate(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) RestoreWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) SearchQueries(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) SendMail(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateClassificationNode(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateComment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateGithubConnectionRepos(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateQuery(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateTag(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateWorkItem(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateWorkItemComment(arg0, arg1 any) *gomock.Call
- func (mr *MockWorkItemTrackingClientMockRecorder) UpdateWorkItemField(arg0, arg1 any) *gomock.Call
- type MockerrWithExitCode
- type MockerrWithExitCodeMockRecorder
- type MockfileReader
- type MockfileReaderMockRecorder
- type MockfileWriter
- type MockfileWriterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAliasConfig ¶ added in v0.2.0
type MockAliasConfig struct {
// contains filtered or unexported fields
}
MockAliasConfig is a mock of AliasConfig interface.
func NewMockAliasConfig ¶ added in v0.2.0
func NewMockAliasConfig(ctrl *gomock.Controller) *MockAliasConfig
NewMockAliasConfig creates a new mock instance.
func (*MockAliasConfig) Add ¶ added in v0.2.0
func (m *MockAliasConfig) Add(arg0, arg1 string) error
Add mocks base method.
func (*MockAliasConfig) All ¶ added in v0.2.0
func (m *MockAliasConfig) All() map[string]string
All mocks base method.
func (*MockAliasConfig) Delete ¶ added in v0.2.0
func (m *MockAliasConfig) Delete(arg0 string) error
Delete mocks base method.
func (*MockAliasConfig) EXPECT ¶ added in v0.2.0
func (m *MockAliasConfig) EXPECT() *MockAliasConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAliasConfigMockRecorder ¶ added in v0.2.0
type MockAliasConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockAliasConfigMockRecorder is the mock recorder for MockAliasConfig.
func (*MockAliasConfigMockRecorder) Add ¶ added in v0.2.0
func (mr *MockAliasConfigMockRecorder) Add(arg0, arg1 any) *gomock.Call
Add indicates an expected call of Add.
func (*MockAliasConfigMockRecorder) All ¶ added in v0.2.0
func (mr *MockAliasConfigMockRecorder) All() *gomock.Call
All indicates an expected call of All.
type MockAuthConfig ¶ added in v0.2.0
type MockAuthConfig struct {
// contains filtered or unexported fields
}
MockAuthConfig is a mock of AuthConfig interface.
func NewMockAuthConfig ¶ added in v0.2.0
func NewMockAuthConfig(ctrl *gomock.Controller) *MockAuthConfig
NewMockAuthConfig creates a new mock instance.
func (*MockAuthConfig) EXPECT ¶ added in v0.2.0
func (m *MockAuthConfig) EXPECT() *MockAuthConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthConfig) GetDefaultOrganization ¶ added in v0.2.0
func (m *MockAuthConfig) GetDefaultOrganization() (string, error)
GetDefaultOrganization mocks base method.
func (*MockAuthConfig) GetGitProtocol ¶ added in v0.2.0
func (m *MockAuthConfig) GetGitProtocol(organizationName string) (string, error)
GetGitProtocol mocks base method.
func (*MockAuthConfig) GetOrganizations ¶ added in v0.2.0
func (m *MockAuthConfig) GetOrganizations() []string
GetOrganizations mocks base method.
func (*MockAuthConfig) GetToken ¶ added in v0.2.0
func (m *MockAuthConfig) GetToken(organizationName string) (string, error)
GetToken mocks base method.
func (*MockAuthConfig) GetURL ¶ added in v0.2.0
func (m *MockAuthConfig) GetURL(organizationName string) (string, error)
GetURL mocks base method.
func (*MockAuthConfig) Login ¶ added in v0.2.0
func (m *MockAuthConfig) Login(organizationName, organizationURL, token, gitProtocol string, secureStorage bool) error
Login mocks base method.
func (*MockAuthConfig) Logout ¶ added in v0.2.0
func (m *MockAuthConfig) Logout(organizationName string) error
Logout mocks base method.
func (*MockAuthConfig) SetDefaultOrganization ¶ added in v0.2.0
func (m *MockAuthConfig) SetDefaultOrganization(organizationName string) error
SetDefaultOrganization mocks base method.
type MockAuthConfigMockRecorder ¶ added in v0.2.0
type MockAuthConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthConfigMockRecorder is the mock recorder for MockAuthConfig.
func (*MockAuthConfigMockRecorder) GetDefaultOrganization ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetDefaultOrganization() *gomock.Call
GetDefaultOrganization indicates an expected call of GetDefaultOrganization.
func (*MockAuthConfigMockRecorder) GetGitProtocol ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetGitProtocol(organizationName any) *gomock.Call
GetGitProtocol indicates an expected call of GetGitProtocol.
func (*MockAuthConfigMockRecorder) GetOrganizations ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetOrganizations() *gomock.Call
GetOrganizations indicates an expected call of GetOrganizations.
func (*MockAuthConfigMockRecorder) GetToken ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetToken(organizationName any) *gomock.Call
GetToken indicates an expected call of GetToken.
func (*MockAuthConfigMockRecorder) GetURL ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) GetURL(organizationName any) *gomock.Call
GetURL indicates an expected call of GetURL.
func (*MockAuthConfigMockRecorder) Login ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) Login(organizationName, organizationURL, token, gitProtocol, secureStorage any) *gomock.Call
Login indicates an expected call of Login.
func (*MockAuthConfigMockRecorder) Logout ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) Logout(organizationName any) *gomock.Call
Logout indicates an expected call of Logout.
func (*MockAuthConfigMockRecorder) SetDefaultOrganization ¶ added in v0.2.0
func (mr *MockAuthConfigMockRecorder) SetDefaultOrganization(organizationName any) *gomock.Call
SetDefaultOrganization indicates an expected call of SetDefaultOrganization.
type MockAzDOExtension ¶
type MockAzDOExtension struct {
// contains filtered or unexported fields
}
MockAzDOExtension is a mock of Client interface.
func NewMockAzDOExtension ¶
func NewMockAzDOExtension(ctrl *gomock.Controller) *MockAzDOExtension
NewMockAzDOExtension creates a new mock instance.
func (*MockAzDOExtension) EXPECT ¶
func (m *MockAzDOExtension) EXPECT() *MockAzDOExtensionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzDOExtension) FindGroupsByDisplayName ¶ added in v0.4.0
func (m *MockAzDOExtension) FindGroupsByDisplayName(ctx context.Context, displayName string, scopeDescriptor *string) ([]*graph.GraphGroup, error)
FindGroupsByDisplayName mocks base method.
func (*MockAzDOExtension) GetSubjectID ¶
GetSubjectID mocks base method.
func (*MockAzDOExtension) GetVariableGroups ¶ added in v0.6.0
func (m *MockAzDOExtension) GetVariableGroups(ctx context.Context, args taskagent.GetVariableGroupsArgs) (*extensions.VariableGroupsResponse, error)
GetVariableGroups mocks base method.
func (*MockAzDOExtension) ResolveIdentity ¶ added in v0.5.0
func (m *MockAzDOExtension) ResolveIdentity(ctx context.Context, member string) (*identity.Identity, error)
ResolveIdentity mocks base method.
func (*MockAzDOExtension) ResolveSubject ¶ added in v0.5.0
func (m *MockAzDOExtension) ResolveSubject(ctx context.Context, member string) (*graph.GraphSubject, error)
ResolveSubject mocks base method.
type MockAzDOExtensionMockRecorder ¶
type MockAzDOExtensionMockRecorder struct {
// contains filtered or unexported fields
}
MockAzDOExtensionMockRecorder is the mock recorder for MockAzDOExtension.
func (*MockAzDOExtensionMockRecorder) FindGroupsByDisplayName ¶ added in v0.4.0
func (mr *MockAzDOExtensionMockRecorder) FindGroupsByDisplayName(ctx, displayName, scopeDescriptor any) *gomock.Call
FindGroupsByDisplayName indicates an expected call of FindGroupsByDisplayName.
func (*MockAzDOExtensionMockRecorder) GetSelfID ¶
func (mr *MockAzDOExtensionMockRecorder) GetSelfID(ctx any) *gomock.Call
GetSelfID indicates an expected call of GetSelfID.
func (*MockAzDOExtensionMockRecorder) GetSubjectID ¶
func (mr *MockAzDOExtensionMockRecorder) GetSubjectID(ctx, subject any) *gomock.Call
GetSubjectID indicates an expected call of GetSubjectID.
func (*MockAzDOExtensionMockRecorder) GetVariableGroups ¶ added in v0.6.0
func (mr *MockAzDOExtensionMockRecorder) GetVariableGroups(ctx, args any) *gomock.Call
GetVariableGroups indicates an expected call of GetVariableGroups.
func (*MockAzDOExtensionMockRecorder) ResolveIdentity ¶ added in v0.5.0
func (mr *MockAzDOExtensionMockRecorder) ResolveIdentity(ctx, member any) *gomock.Call
ResolveIdentity indicates an expected call of ResolveIdentity.
func (*MockAzDOExtensionMockRecorder) ResolveSubject ¶ added in v0.5.0
func (mr *MockAzDOExtensionMockRecorder) ResolveSubject(ctx, member any) *gomock.Call
ResolveSubject indicates an expected call of ResolveSubject.
type MockAzDOGitClient ¶
type MockAzDOGitClient struct {
// contains filtered or unexported fields
}
MockAzDOGitClient is a mock of Client interface.
func NewMockAzDOGitClient ¶
func NewMockAzDOGitClient(ctrl *gomock.Controller) *MockAzDOGitClient
NewMockAzDOGitClient creates a new mock instance.
func (*MockAzDOGitClient) CreateAnnotatedTag ¶
func (m *MockAzDOGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
CreateAnnotatedTag mocks base method.
func (*MockAzDOGitClient) CreateAttachment ¶
func (m *MockAzDOGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)
CreateAttachment mocks base method.
func (*MockAzDOGitClient) CreateCherryPick ¶
func (m *MockAzDOGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)
CreateCherryPick mocks base method.
func (*MockAzDOGitClient) CreateComment ¶
func (m *MockAzDOGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)
CreateComment mocks base method.
func (*MockAzDOGitClient) CreateCommitStatus ¶
func (m *MockAzDOGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)
CreateCommitStatus mocks base method.
func (*MockAzDOGitClient) CreateFavorite ¶
func (m *MockAzDOGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)
CreateFavorite mocks base method.
func (*MockAzDOGitClient) CreateForkSyncRequest ¶
func (m *MockAzDOGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
CreateForkSyncRequest mocks base method.
func (*MockAzDOGitClient) CreateImportRequest ¶
func (m *MockAzDOGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)
CreateImportRequest mocks base method.
func (*MockAzDOGitClient) CreateLike ¶
func (m *MockAzDOGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error
CreateLike mocks base method.
func (*MockAzDOGitClient) CreateMergeRequest ¶
func (m *MockAzDOGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)
CreateMergeRequest mocks base method.
func (*MockAzDOGitClient) CreatePullRequest ¶
func (m *MockAzDOGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)
CreatePullRequest mocks base method.
func (*MockAzDOGitClient) CreatePullRequestIterationStatus ¶
func (m *MockAzDOGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
CreatePullRequestIterationStatus mocks base method.
func (*MockAzDOGitClient) CreatePullRequestLabel ¶
func (m *MockAzDOGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)
CreatePullRequestLabel mocks base method.
func (*MockAzDOGitClient) CreatePullRequestReviewer ¶
func (m *MockAzDOGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
CreatePullRequestReviewer mocks base method.
func (*MockAzDOGitClient) CreatePullRequestReviewers ¶
func (m *MockAzDOGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
CreatePullRequestReviewers mocks base method.
func (*MockAzDOGitClient) CreatePullRequestStatus ¶
func (m *MockAzDOGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)
CreatePullRequestStatus mocks base method.
func (*MockAzDOGitClient) CreatePush ¶
func (m *MockAzDOGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)
CreatePush mocks base method.
func (*MockAzDOGitClient) CreateRepository ¶
func (m *MockAzDOGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)
CreateRepository mocks base method.
func (*MockAzDOGitClient) CreateRevert ¶
func (m *MockAzDOGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)
CreateRevert mocks base method.
func (*MockAzDOGitClient) CreateThread ¶
func (m *MockAzDOGitClient) CreateThread(arg0 context.Context, arg1 git.CreateThreadArgs) (*git.GitPullRequestCommentThread, error)
CreateThread mocks base method.
func (*MockAzDOGitClient) CreateUnmaterializedPullRequestReviewer ¶
func (m *MockAzDOGitClient) CreateUnmaterializedPullRequestReviewer(arg0 context.Context, arg1 git.CreateUnmaterializedPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
CreateUnmaterializedPullRequestReviewer mocks base method.
func (*MockAzDOGitClient) DeleteAttachment ¶
func (m *MockAzDOGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error
DeleteAttachment mocks base method.
func (*MockAzDOGitClient) DeleteComment ¶
func (m *MockAzDOGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error
DeleteComment mocks base method.
func (*MockAzDOGitClient) DeleteLike ¶
func (m *MockAzDOGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error
DeleteLike mocks base method.
func (*MockAzDOGitClient) DeletePullRequestIterationStatus ¶
func (m *MockAzDOGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error
DeletePullRequestIterationStatus mocks base method.
func (*MockAzDOGitClient) DeletePullRequestLabels ¶
func (m *MockAzDOGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error
DeletePullRequestLabels mocks base method.
func (*MockAzDOGitClient) DeletePullRequestReviewer ¶
func (m *MockAzDOGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error
DeletePullRequestReviewer mocks base method.
func (*MockAzDOGitClient) DeletePullRequestStatus ¶
func (m *MockAzDOGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error
DeletePullRequestStatus mocks base method.
func (*MockAzDOGitClient) DeleteRefFavorite ¶
func (m *MockAzDOGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error
DeleteRefFavorite mocks base method.
func (*MockAzDOGitClient) DeleteRepository ¶
func (m *MockAzDOGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error
DeleteRepository mocks base method.
func (*MockAzDOGitClient) DeleteRepositoryFromRecycleBin ¶
func (m *MockAzDOGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error
DeleteRepositoryFromRecycleBin mocks base method.
func (*MockAzDOGitClient) EXPECT ¶
func (m *MockAzDOGitClient) EXPECT() *MockAzDOGitClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzDOGitClient) GetAnnotatedTag ¶
func (m *MockAzDOGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)
GetAnnotatedTag mocks base method.
func (*MockAzDOGitClient) GetAttachmentContent ¶
func (m *MockAzDOGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)
GetAttachmentContent mocks base method.
func (*MockAzDOGitClient) GetAttachmentZip ¶
func (m *MockAzDOGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)
GetAttachmentZip mocks base method.
func (*MockAzDOGitClient) GetAttachments ¶
func (m *MockAzDOGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)
GetAttachments mocks base method.
func (*MockAzDOGitClient) GetBlob ¶
func (m *MockAzDOGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)
GetBlob mocks base method.
func (*MockAzDOGitClient) GetBlobContent ¶
func (m *MockAzDOGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)
GetBlobContent mocks base method.
func (*MockAzDOGitClient) GetBlobZip ¶
func (m *MockAzDOGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)
GetBlobZip mocks base method.
func (*MockAzDOGitClient) GetBlobsZip ¶
func (m *MockAzDOGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)
GetBlobsZip mocks base method.
func (*MockAzDOGitClient) GetBranch ¶
func (m *MockAzDOGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)
GetBranch mocks base method.
func (*MockAzDOGitClient) GetBranches ¶
func (m *MockAzDOGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)
GetBranches mocks base method.
func (*MockAzDOGitClient) GetChanges ¶
func (m *MockAzDOGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)
GetChanges mocks base method.
func (*MockAzDOGitClient) GetCherryPick ¶
func (m *MockAzDOGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)
GetCherryPick mocks base method.
func (*MockAzDOGitClient) GetCherryPickForRefName ¶
func (m *MockAzDOGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)
GetCherryPickForRefName mocks base method.
func (*MockAzDOGitClient) GetComment ¶
func (m *MockAzDOGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)
GetComment mocks base method.
func (*MockAzDOGitClient) GetComments ¶
func (m *MockAzDOGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)
GetComments mocks base method.
func (*MockAzDOGitClient) GetCommit ¶
func (m *MockAzDOGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)
GetCommit mocks base method.
func (*MockAzDOGitClient) GetCommitDiffs ¶
func (m *MockAzDOGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)
GetCommitDiffs mocks base method.
func (*MockAzDOGitClient) GetCommits ¶
func (m *MockAzDOGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)
GetCommits mocks base method.
func (*MockAzDOGitClient) GetCommitsBatch ¶
func (m *MockAzDOGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)
GetCommitsBatch mocks base method.
func (*MockAzDOGitClient) GetDeletedRepositories ¶
func (m *MockAzDOGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)
GetDeletedRepositories mocks base method.
func (*MockAzDOGitClient) GetForkSyncRequest ¶
func (m *MockAzDOGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)
GetForkSyncRequest mocks base method.
func (*MockAzDOGitClient) GetForkSyncRequests ¶
func (m *MockAzDOGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)
GetForkSyncRequests mocks base method.
func (*MockAzDOGitClient) GetForks ¶
func (m *MockAzDOGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)
GetForks mocks base method.
func (*MockAzDOGitClient) GetImportRequest ¶
func (m *MockAzDOGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)
GetImportRequest mocks base method.
func (*MockAzDOGitClient) GetItem ¶
func (m *MockAzDOGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)
GetItem mocks base method.
func (*MockAzDOGitClient) GetItemContent ¶
func (m *MockAzDOGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)
GetItemContent mocks base method.
func (*MockAzDOGitClient) GetItemText ¶
func (m *MockAzDOGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)
GetItemText mocks base method.
func (*MockAzDOGitClient) GetItemZip ¶
func (m *MockAzDOGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)
GetItemZip mocks base method.
func (*MockAzDOGitClient) GetItems ¶
func (m *MockAzDOGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)
GetItems mocks base method.
func (*MockAzDOGitClient) GetItemsBatch ¶
func (m *MockAzDOGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)
GetItemsBatch mocks base method.
func (*MockAzDOGitClient) GetLikes ¶
func (m *MockAzDOGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)
GetLikes mocks base method.
func (*MockAzDOGitClient) GetMergeBases ¶
func (m *MockAzDOGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)
GetMergeBases mocks base method.
func (*MockAzDOGitClient) GetMergeRequest ¶
func (m *MockAzDOGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)
GetMergeRequest mocks base method.
func (*MockAzDOGitClient) GetPermission ¶
func (m *MockAzDOGitClient) GetPermission(arg0 context.Context, arg1 git.GetPermissionArgs) (*bool, error)
GetPermission mocks base method.
func (*MockAzDOGitClient) GetPolicyConfigurations ¶
func (m *MockAzDOGitClient) GetPolicyConfigurations(arg0 context.Context, arg1 git.GetPolicyConfigurationsArgs) (*git.GitPolicyConfigurationResponse, error)
GetPolicyConfigurations mocks base method.
func (*MockAzDOGitClient) GetPullRequest ¶
func (m *MockAzDOGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)
GetPullRequest mocks base method.
func (*MockAzDOGitClient) GetPullRequestById ¶
func (m *MockAzDOGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)
GetPullRequestById mocks base method.
func (*MockAzDOGitClient) GetPullRequestCommits ¶
func (m *MockAzDOGitClient) GetPullRequestCommits(arg0 context.Context, arg1 git.GetPullRequestCommitsArgs) (*git.GetPullRequestCommitsResponseValue, error)
GetPullRequestCommits mocks base method.
func (*MockAzDOGitClient) GetPullRequestIteration ¶
func (m *MockAzDOGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)
GetPullRequestIteration mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationChanges ¶
func (m *MockAzDOGitClient) GetPullRequestIterationChanges(arg0 context.Context, arg1 git.GetPullRequestIterationChangesArgs) (*git.GitPullRequestIterationChanges, error)
GetPullRequestIterationChanges mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationCommits ¶
func (m *MockAzDOGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)
GetPullRequestIterationCommits mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationStatus ¶
func (m *MockAzDOGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)
GetPullRequestIterationStatus mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterationStatuses ¶
func (m *MockAzDOGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)
GetPullRequestIterationStatuses mocks base method.
func (*MockAzDOGitClient) GetPullRequestIterations ¶
func (m *MockAzDOGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)
GetPullRequestIterations mocks base method.
func (*MockAzDOGitClient) GetPullRequestLabel ¶
func (m *MockAzDOGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)
GetPullRequestLabel mocks base method.
func (*MockAzDOGitClient) GetPullRequestLabels ¶
func (m *MockAzDOGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)
GetPullRequestLabels mocks base method.
func (*MockAzDOGitClient) GetPullRequestProperties ¶
func (m *MockAzDOGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (any, error)
GetPullRequestProperties mocks base method.
func (*MockAzDOGitClient) GetPullRequestQuery ¶
func (m *MockAzDOGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)
GetPullRequestQuery mocks base method.
func (*MockAzDOGitClient) GetPullRequestReviewer ¶
func (m *MockAzDOGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
GetPullRequestReviewer mocks base method.
func (*MockAzDOGitClient) GetPullRequestReviewers ¶
func (m *MockAzDOGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)
GetPullRequestReviewers mocks base method.
func (*MockAzDOGitClient) GetPullRequestStatus ¶
func (m *MockAzDOGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)
GetPullRequestStatus mocks base method.
func (*MockAzDOGitClient) GetPullRequestStatuses ¶
func (m *MockAzDOGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)
GetPullRequestStatuses mocks base method.
func (*MockAzDOGitClient) GetPullRequestThread ¶
func (m *MockAzDOGitClient) GetPullRequestThread(arg0 context.Context, arg1 git.GetPullRequestThreadArgs) (*git.GitPullRequestCommentThread, error)
GetPullRequestThread mocks base method.
func (*MockAzDOGitClient) GetPullRequestWorkItemRefs ¶
func (m *MockAzDOGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)
GetPullRequestWorkItemRefs mocks base method.
func (*MockAzDOGitClient) GetPullRequests ¶
func (m *MockAzDOGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)
GetPullRequests mocks base method.
func (*MockAzDOGitClient) GetPullRequestsByProject ¶
func (m *MockAzDOGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)
GetPullRequestsByProject mocks base method.
func (*MockAzDOGitClient) GetPush ¶
func (m *MockAzDOGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)
GetPush mocks base method.
func (*MockAzDOGitClient) GetPushCommits ¶
func (m *MockAzDOGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)
GetPushCommits mocks base method.
func (*MockAzDOGitClient) GetPushes ¶
func (m *MockAzDOGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)
GetPushes mocks base method.
func (*MockAzDOGitClient) GetRecycleBinRepositories ¶
func (m *MockAzDOGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)
GetRecycleBinRepositories mocks base method.
func (*MockAzDOGitClient) GetRefFavorite ¶
func (m *MockAzDOGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)
GetRefFavorite mocks base method.
func (*MockAzDOGitClient) GetRefFavorites ¶
func (m *MockAzDOGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)
GetRefFavorites mocks base method.
func (*MockAzDOGitClient) GetRefs ¶
func (m *MockAzDOGitClient) GetRefs(arg0 context.Context, arg1 git.GetRefsArgs) (*git.GetRefsResponseValue, error)
GetRefs mocks base method.
func (*MockAzDOGitClient) GetRepositories ¶
func (m *MockAzDOGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)
GetRepositories mocks base method.
func (*MockAzDOGitClient) GetRepository ¶
func (m *MockAzDOGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)
GetRepository mocks base method.
func (*MockAzDOGitClient) GetRepositoryWithParent ¶
func (m *MockAzDOGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)
GetRepositoryWithParent mocks base method.
func (*MockAzDOGitClient) GetRevert ¶
func (m *MockAzDOGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)
GetRevert mocks base method.
func (*MockAzDOGitClient) GetRevertForRefName ¶
func (m *MockAzDOGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)
GetRevertForRefName mocks base method.
func (*MockAzDOGitClient) GetStatuses ¶
func (m *MockAzDOGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)
GetStatuses mocks base method.
func (*MockAzDOGitClient) GetSuggestions ¶
func (m *MockAzDOGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)
GetSuggestions mocks base method.
func (*MockAzDOGitClient) GetThreads ¶
func (m *MockAzDOGitClient) GetThreads(arg0 context.Context, arg1 git.GetThreadsArgs) (*[]git.GitPullRequestCommentThread, error)
GetThreads mocks base method.
func (*MockAzDOGitClient) GetTree ¶
func (m *MockAzDOGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)
GetTree mocks base method.
func (*MockAzDOGitClient) GetTreeZip ¶
func (m *MockAzDOGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)
GetTreeZip mocks base method.
func (*MockAzDOGitClient) QueryImportRequests ¶
func (m *MockAzDOGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)
QueryImportRequests mocks base method.
func (*MockAzDOGitClient) RestoreRepositoryFromRecycleBin ¶
func (m *MockAzDOGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)
RestoreRepositoryFromRecycleBin mocks base method.
func (*MockAzDOGitClient) SharePullRequest ¶
func (m *MockAzDOGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error
SharePullRequest mocks base method.
func (*MockAzDOGitClient) UpdateComment ¶
func (m *MockAzDOGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)
UpdateComment mocks base method.
func (*MockAzDOGitClient) UpdateImportRequest ¶
func (m *MockAzDOGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)
UpdateImportRequest mocks base method.
func (*MockAzDOGitClient) UpdatePullRequest ¶
func (m *MockAzDOGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)
UpdatePullRequest mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestIterationStatuses ¶
func (m *MockAzDOGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error
UpdatePullRequestIterationStatuses mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestProperties ¶
func (m *MockAzDOGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (any, error)
UpdatePullRequestProperties mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestReviewer ¶
func (m *MockAzDOGitClient) UpdatePullRequestReviewer(arg0 context.Context, arg1 git.UpdatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)
UpdatePullRequestReviewer mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestReviewers ¶
func (m *MockAzDOGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error
UpdatePullRequestReviewers mocks base method.
func (*MockAzDOGitClient) UpdatePullRequestStatuses ¶
func (m *MockAzDOGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error
UpdatePullRequestStatuses mocks base method.
func (*MockAzDOGitClient) UpdateRef ¶
func (m *MockAzDOGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)
UpdateRef mocks base method.
func (*MockAzDOGitClient) UpdateRefs ¶
func (m *MockAzDOGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)
UpdateRefs mocks base method.
func (*MockAzDOGitClient) UpdateRepository ¶
func (m *MockAzDOGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)
UpdateRepository mocks base method.
func (*MockAzDOGitClient) UpdateThread ¶
func (m *MockAzDOGitClient) UpdateThread(arg0 context.Context, arg1 git.UpdateThreadArgs) (*git.GitPullRequestCommentThread, error)
UpdateThread mocks base method.
type MockAzDOGitClientMockRecorder ¶
type MockAzDOGitClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAzDOGitClientMockRecorder is the mock recorder for MockAzDOGitClient.
func (*MockAzDOGitClientMockRecorder) CreateAnnotatedTag ¶
func (mr *MockAzDOGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 any) *gomock.Call
CreateAnnotatedTag indicates an expected call of CreateAnnotatedTag.
func (*MockAzDOGitClientMockRecorder) CreateAttachment ¶
func (mr *MockAzDOGitClientMockRecorder) CreateAttachment(arg0, arg1 any) *gomock.Call
CreateAttachment indicates an expected call of CreateAttachment.
func (*MockAzDOGitClientMockRecorder) CreateCherryPick ¶
func (mr *MockAzDOGitClientMockRecorder) CreateCherryPick(arg0, arg1 any) *gomock.Call
CreateCherryPick indicates an expected call of CreateCherryPick.
func (*MockAzDOGitClientMockRecorder) CreateComment ¶
func (mr *MockAzDOGitClientMockRecorder) CreateComment(arg0, arg1 any) *gomock.Call
CreateComment indicates an expected call of CreateComment.
func (*MockAzDOGitClientMockRecorder) CreateCommitStatus ¶
func (mr *MockAzDOGitClientMockRecorder) CreateCommitStatus(arg0, arg1 any) *gomock.Call
CreateCommitStatus indicates an expected call of CreateCommitStatus.
func (*MockAzDOGitClientMockRecorder) CreateFavorite ¶
func (mr *MockAzDOGitClientMockRecorder) CreateFavorite(arg0, arg1 any) *gomock.Call
CreateFavorite indicates an expected call of CreateFavorite.
func (*MockAzDOGitClientMockRecorder) CreateForkSyncRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 any) *gomock.Call
CreateForkSyncRequest indicates an expected call of CreateForkSyncRequest.
func (*MockAzDOGitClientMockRecorder) CreateImportRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreateImportRequest(arg0, arg1 any) *gomock.Call
CreateImportRequest indicates an expected call of CreateImportRequest.
func (*MockAzDOGitClientMockRecorder) CreateLike ¶
func (mr *MockAzDOGitClientMockRecorder) CreateLike(arg0, arg1 any) *gomock.Call
CreateLike indicates an expected call of CreateLike.
func (*MockAzDOGitClientMockRecorder) CreateMergeRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreateMergeRequest(arg0, arg1 any) *gomock.Call
CreateMergeRequest indicates an expected call of CreateMergeRequest.
func (*MockAzDOGitClientMockRecorder) CreatePullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequest(arg0, arg1 any) *gomock.Call
CreatePullRequest indicates an expected call of CreatePullRequest.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestIterationStatus ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
CreatePullRequestIterationStatus indicates an expected call of CreatePullRequestIterationStatus.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestLabel ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 any) *gomock.Call
CreatePullRequestLabel indicates an expected call of CreatePullRequestLabel.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 any) *gomock.Call
CreatePullRequestReviewer indicates an expected call of CreatePullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestReviewers ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 any) *gomock.Call
CreatePullRequestReviewers indicates an expected call of CreatePullRequestReviewers.
func (*MockAzDOGitClientMockRecorder) CreatePullRequestStatus ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 any) *gomock.Call
CreatePullRequestStatus indicates an expected call of CreatePullRequestStatus.
func (*MockAzDOGitClientMockRecorder) CreatePush ¶
func (mr *MockAzDOGitClientMockRecorder) CreatePush(arg0, arg1 any) *gomock.Call
CreatePush indicates an expected call of CreatePush.
func (*MockAzDOGitClientMockRecorder) CreateRepository ¶
func (mr *MockAzDOGitClientMockRecorder) CreateRepository(arg0, arg1 any) *gomock.Call
CreateRepository indicates an expected call of CreateRepository.
func (*MockAzDOGitClientMockRecorder) CreateRevert ¶
func (mr *MockAzDOGitClientMockRecorder) CreateRevert(arg0, arg1 any) *gomock.Call
CreateRevert indicates an expected call of CreateRevert.
func (*MockAzDOGitClientMockRecorder) CreateThread ¶
func (mr *MockAzDOGitClientMockRecorder) CreateThread(arg0, arg1 any) *gomock.Call
CreateThread indicates an expected call of CreateThread.
func (*MockAzDOGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer(arg0, arg1 any) *gomock.Call
CreateUnmaterializedPullRequestReviewer indicates an expected call of CreateUnmaterializedPullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) DeleteAttachment ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteAttachment(arg0, arg1 any) *gomock.Call
DeleteAttachment indicates an expected call of DeleteAttachment.
func (*MockAzDOGitClientMockRecorder) DeleteComment ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteComment(arg0, arg1 any) *gomock.Call
DeleteComment indicates an expected call of DeleteComment.
func (*MockAzDOGitClientMockRecorder) DeleteLike ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteLike(arg0, arg1 any) *gomock.Call
DeleteLike indicates an expected call of DeleteLike.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestIterationStatus ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 any) *gomock.Call
DeletePullRequestIterationStatus indicates an expected call of DeletePullRequestIterationStatus.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestLabels ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 any) *gomock.Call
DeletePullRequestLabels indicates an expected call of DeletePullRequestLabels.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 any) *gomock.Call
DeletePullRequestReviewer indicates an expected call of DeletePullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) DeletePullRequestStatus ¶
func (mr *MockAzDOGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 any) *gomock.Call
DeletePullRequestStatus indicates an expected call of DeletePullRequestStatus.
func (*MockAzDOGitClientMockRecorder) DeleteRefFavorite ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 any) *gomock.Call
DeleteRefFavorite indicates an expected call of DeleteRefFavorite.
func (*MockAzDOGitClientMockRecorder) DeleteRepository ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteRepository(arg0, arg1 any) *gomock.Call
DeleteRepository indicates an expected call of DeleteRepository.
func (*MockAzDOGitClientMockRecorder) DeleteRepositoryFromRecycleBin ¶
func (mr *MockAzDOGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
DeleteRepositoryFromRecycleBin indicates an expected call of DeleteRepositoryFromRecycleBin.
func (*MockAzDOGitClientMockRecorder) GetAnnotatedTag ¶
func (mr *MockAzDOGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 any) *gomock.Call
GetAnnotatedTag indicates an expected call of GetAnnotatedTag.
func (*MockAzDOGitClientMockRecorder) GetAttachmentContent ¶
func (mr *MockAzDOGitClientMockRecorder) GetAttachmentContent(arg0, arg1 any) *gomock.Call
GetAttachmentContent indicates an expected call of GetAttachmentContent.
func (*MockAzDOGitClientMockRecorder) GetAttachmentZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetAttachmentZip(arg0, arg1 any) *gomock.Call
GetAttachmentZip indicates an expected call of GetAttachmentZip.
func (*MockAzDOGitClientMockRecorder) GetAttachments ¶
func (mr *MockAzDOGitClientMockRecorder) GetAttachments(arg0, arg1 any) *gomock.Call
GetAttachments indicates an expected call of GetAttachments.
func (*MockAzDOGitClientMockRecorder) GetBlob ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlob(arg0, arg1 any) *gomock.Call
GetBlob indicates an expected call of GetBlob.
func (*MockAzDOGitClientMockRecorder) GetBlobContent ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlobContent(arg0, arg1 any) *gomock.Call
GetBlobContent indicates an expected call of GetBlobContent.
func (*MockAzDOGitClientMockRecorder) GetBlobZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlobZip(arg0, arg1 any) *gomock.Call
GetBlobZip indicates an expected call of GetBlobZip.
func (*MockAzDOGitClientMockRecorder) GetBlobsZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetBlobsZip(arg0, arg1 any) *gomock.Call
GetBlobsZip indicates an expected call of GetBlobsZip.
func (*MockAzDOGitClientMockRecorder) GetBranch ¶
func (mr *MockAzDOGitClientMockRecorder) GetBranch(arg0, arg1 any) *gomock.Call
GetBranch indicates an expected call of GetBranch.
func (*MockAzDOGitClientMockRecorder) GetBranches ¶
func (mr *MockAzDOGitClientMockRecorder) GetBranches(arg0, arg1 any) *gomock.Call
GetBranches indicates an expected call of GetBranches.
func (*MockAzDOGitClientMockRecorder) GetChanges ¶
func (mr *MockAzDOGitClientMockRecorder) GetChanges(arg0, arg1 any) *gomock.Call
GetChanges indicates an expected call of GetChanges.
func (*MockAzDOGitClientMockRecorder) GetCherryPick ¶
func (mr *MockAzDOGitClientMockRecorder) GetCherryPick(arg0, arg1 any) *gomock.Call
GetCherryPick indicates an expected call of GetCherryPick.
func (*MockAzDOGitClientMockRecorder) GetCherryPickForRefName ¶
func (mr *MockAzDOGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 any) *gomock.Call
GetCherryPickForRefName indicates an expected call of GetCherryPickForRefName.
func (*MockAzDOGitClientMockRecorder) GetComment ¶
func (mr *MockAzDOGitClientMockRecorder) GetComment(arg0, arg1 any) *gomock.Call
GetComment indicates an expected call of GetComment.
func (*MockAzDOGitClientMockRecorder) GetComments ¶
func (mr *MockAzDOGitClientMockRecorder) GetComments(arg0, arg1 any) *gomock.Call
GetComments indicates an expected call of GetComments.
func (*MockAzDOGitClientMockRecorder) GetCommit ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommit(arg0, arg1 any) *gomock.Call
GetCommit indicates an expected call of GetCommit.
func (*MockAzDOGitClientMockRecorder) GetCommitDiffs ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommitDiffs(arg0, arg1 any) *gomock.Call
GetCommitDiffs indicates an expected call of GetCommitDiffs.
func (*MockAzDOGitClientMockRecorder) GetCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommits(arg0, arg1 any) *gomock.Call
GetCommits indicates an expected call of GetCommits.
func (*MockAzDOGitClientMockRecorder) GetCommitsBatch ¶
func (mr *MockAzDOGitClientMockRecorder) GetCommitsBatch(arg0, arg1 any) *gomock.Call
GetCommitsBatch indicates an expected call of GetCommitsBatch.
func (*MockAzDOGitClientMockRecorder) GetDeletedRepositories ¶
func (mr *MockAzDOGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 any) *gomock.Call
GetDeletedRepositories indicates an expected call of GetDeletedRepositories.
func (*MockAzDOGitClientMockRecorder) GetForkSyncRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 any) *gomock.Call
GetForkSyncRequest indicates an expected call of GetForkSyncRequest.
func (*MockAzDOGitClientMockRecorder) GetForkSyncRequests ¶
func (mr *MockAzDOGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 any) *gomock.Call
GetForkSyncRequests indicates an expected call of GetForkSyncRequests.
func (*MockAzDOGitClientMockRecorder) GetForks ¶
func (mr *MockAzDOGitClientMockRecorder) GetForks(arg0, arg1 any) *gomock.Call
GetForks indicates an expected call of GetForks.
func (*MockAzDOGitClientMockRecorder) GetImportRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetImportRequest(arg0, arg1 any) *gomock.Call
GetImportRequest indicates an expected call of GetImportRequest.
func (*MockAzDOGitClientMockRecorder) GetItem ¶
func (mr *MockAzDOGitClientMockRecorder) GetItem(arg0, arg1 any) *gomock.Call
GetItem indicates an expected call of GetItem.
func (*MockAzDOGitClientMockRecorder) GetItemContent ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemContent(arg0, arg1 any) *gomock.Call
GetItemContent indicates an expected call of GetItemContent.
func (*MockAzDOGitClientMockRecorder) GetItemText ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemText(arg0, arg1 any) *gomock.Call
GetItemText indicates an expected call of GetItemText.
func (*MockAzDOGitClientMockRecorder) GetItemZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemZip(arg0, arg1 any) *gomock.Call
GetItemZip indicates an expected call of GetItemZip.
func (*MockAzDOGitClientMockRecorder) GetItems ¶
func (mr *MockAzDOGitClientMockRecorder) GetItems(arg0, arg1 any) *gomock.Call
GetItems indicates an expected call of GetItems.
func (*MockAzDOGitClientMockRecorder) GetItemsBatch ¶
func (mr *MockAzDOGitClientMockRecorder) GetItemsBatch(arg0, arg1 any) *gomock.Call
GetItemsBatch indicates an expected call of GetItemsBatch.
func (*MockAzDOGitClientMockRecorder) GetLikes ¶
func (mr *MockAzDOGitClientMockRecorder) GetLikes(arg0, arg1 any) *gomock.Call
GetLikes indicates an expected call of GetLikes.
func (*MockAzDOGitClientMockRecorder) GetMergeBases ¶
func (mr *MockAzDOGitClientMockRecorder) GetMergeBases(arg0, arg1 any) *gomock.Call
GetMergeBases indicates an expected call of GetMergeBases.
func (*MockAzDOGitClientMockRecorder) GetMergeRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetMergeRequest(arg0, arg1 any) *gomock.Call
GetMergeRequest indicates an expected call of GetMergeRequest.
func (*MockAzDOGitClientMockRecorder) GetPermission ¶
func (mr *MockAzDOGitClientMockRecorder) GetPermission(arg0, arg1 any) *gomock.Call
GetPermission indicates an expected call of GetPermission.
func (*MockAzDOGitClientMockRecorder) GetPolicyConfigurations ¶
func (mr *MockAzDOGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 any) *gomock.Call
GetPolicyConfigurations indicates an expected call of GetPolicyConfigurations.
func (*MockAzDOGitClientMockRecorder) GetPullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequest(arg0, arg1 any) *gomock.Call
GetPullRequest indicates an expected call of GetPullRequest.
func (*MockAzDOGitClientMockRecorder) GetPullRequestById ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestById(arg0, arg1 any) *gomock.Call
GetPullRequestById indicates an expected call of GetPullRequestById.
func (*MockAzDOGitClientMockRecorder) GetPullRequestCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 any) *gomock.Call
GetPullRequestCommits indicates an expected call of GetPullRequestCommits.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIteration ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 any) *gomock.Call
GetPullRequestIteration indicates an expected call of GetPullRequestIteration.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationChanges ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 any) *gomock.Call
GetPullRequestIterationChanges indicates an expected call of GetPullRequestIterationChanges.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 any) *gomock.Call
GetPullRequestIterationCommits indicates an expected call of GetPullRequestIterationCommits.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationStatus ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 any) *gomock.Call
GetPullRequestIterationStatus indicates an expected call of GetPullRequestIterationStatus.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterationStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
GetPullRequestIterationStatuses indicates an expected call of GetPullRequestIterationStatuses.
func (*MockAzDOGitClientMockRecorder) GetPullRequestIterations ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 any) *gomock.Call
GetPullRequestIterations indicates an expected call of GetPullRequestIterations.
func (*MockAzDOGitClientMockRecorder) GetPullRequestLabel ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 any) *gomock.Call
GetPullRequestLabel indicates an expected call of GetPullRequestLabel.
func (*MockAzDOGitClientMockRecorder) GetPullRequestLabels ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 any) *gomock.Call
GetPullRequestLabels indicates an expected call of GetPullRequestLabels.
func (*MockAzDOGitClientMockRecorder) GetPullRequestProperties ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 any) *gomock.Call
GetPullRequestProperties indicates an expected call of GetPullRequestProperties.
func (*MockAzDOGitClientMockRecorder) GetPullRequestQuery ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 any) *gomock.Call
GetPullRequestQuery indicates an expected call of GetPullRequestQuery.
func (*MockAzDOGitClientMockRecorder) GetPullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 any) *gomock.Call
GetPullRequestReviewer indicates an expected call of GetPullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) GetPullRequestReviewers ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 any) *gomock.Call
GetPullRequestReviewers indicates an expected call of GetPullRequestReviewers.
func (*MockAzDOGitClientMockRecorder) GetPullRequestStatus ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 any) *gomock.Call
GetPullRequestStatus indicates an expected call of GetPullRequestStatus.
func (*MockAzDOGitClientMockRecorder) GetPullRequestStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 any) *gomock.Call
GetPullRequestStatuses indicates an expected call of GetPullRequestStatuses.
func (*MockAzDOGitClientMockRecorder) GetPullRequestThread ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestThread(arg0, arg1 any) *gomock.Call
GetPullRequestThread indicates an expected call of GetPullRequestThread.
func (*MockAzDOGitClientMockRecorder) GetPullRequestWorkItemRefs ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 any) *gomock.Call
GetPullRequestWorkItemRefs indicates an expected call of GetPullRequestWorkItemRefs.
func (*MockAzDOGitClientMockRecorder) GetPullRequests ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequests(arg0, arg1 any) *gomock.Call
GetPullRequests indicates an expected call of GetPullRequests.
func (*MockAzDOGitClientMockRecorder) GetPullRequestsByProject ¶
func (mr *MockAzDOGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 any) *gomock.Call
GetPullRequestsByProject indicates an expected call of GetPullRequestsByProject.
func (*MockAzDOGitClientMockRecorder) GetPush ¶
func (mr *MockAzDOGitClientMockRecorder) GetPush(arg0, arg1 any) *gomock.Call
GetPush indicates an expected call of GetPush.
func (*MockAzDOGitClientMockRecorder) GetPushCommits ¶
func (mr *MockAzDOGitClientMockRecorder) GetPushCommits(arg0, arg1 any) *gomock.Call
GetPushCommits indicates an expected call of GetPushCommits.
func (*MockAzDOGitClientMockRecorder) GetPushes ¶
func (mr *MockAzDOGitClientMockRecorder) GetPushes(arg0, arg1 any) *gomock.Call
GetPushes indicates an expected call of GetPushes.
func (*MockAzDOGitClientMockRecorder) GetRecycleBinRepositories ¶
func (mr *MockAzDOGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 any) *gomock.Call
GetRecycleBinRepositories indicates an expected call of GetRecycleBinRepositories.
func (*MockAzDOGitClientMockRecorder) GetRefFavorite ¶
func (mr *MockAzDOGitClientMockRecorder) GetRefFavorite(arg0, arg1 any) *gomock.Call
GetRefFavorite indicates an expected call of GetRefFavorite.
func (*MockAzDOGitClientMockRecorder) GetRefFavorites ¶
func (mr *MockAzDOGitClientMockRecorder) GetRefFavorites(arg0, arg1 any) *gomock.Call
GetRefFavorites indicates an expected call of GetRefFavorites.
func (*MockAzDOGitClientMockRecorder) GetRefs ¶
func (mr *MockAzDOGitClientMockRecorder) GetRefs(arg0, arg1 any) *gomock.Call
GetRefs indicates an expected call of GetRefs.
func (*MockAzDOGitClientMockRecorder) GetRepositories ¶
func (mr *MockAzDOGitClientMockRecorder) GetRepositories(arg0, arg1 any) *gomock.Call
GetRepositories indicates an expected call of GetRepositories.
func (*MockAzDOGitClientMockRecorder) GetRepository ¶
func (mr *MockAzDOGitClientMockRecorder) GetRepository(arg0, arg1 any) *gomock.Call
GetRepository indicates an expected call of GetRepository.
func (*MockAzDOGitClientMockRecorder) GetRepositoryWithParent ¶
func (mr *MockAzDOGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 any) *gomock.Call
GetRepositoryWithParent indicates an expected call of GetRepositoryWithParent.
func (*MockAzDOGitClientMockRecorder) GetRevert ¶
func (mr *MockAzDOGitClientMockRecorder) GetRevert(arg0, arg1 any) *gomock.Call
GetRevert indicates an expected call of GetRevert.
func (*MockAzDOGitClientMockRecorder) GetRevertForRefName ¶
func (mr *MockAzDOGitClientMockRecorder) GetRevertForRefName(arg0, arg1 any) *gomock.Call
GetRevertForRefName indicates an expected call of GetRevertForRefName.
func (*MockAzDOGitClientMockRecorder) GetStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) GetStatuses(arg0, arg1 any) *gomock.Call
GetStatuses indicates an expected call of GetStatuses.
func (*MockAzDOGitClientMockRecorder) GetSuggestions ¶
func (mr *MockAzDOGitClientMockRecorder) GetSuggestions(arg0, arg1 any) *gomock.Call
GetSuggestions indicates an expected call of GetSuggestions.
func (*MockAzDOGitClientMockRecorder) GetThreads ¶
func (mr *MockAzDOGitClientMockRecorder) GetThreads(arg0, arg1 any) *gomock.Call
GetThreads indicates an expected call of GetThreads.
func (*MockAzDOGitClientMockRecorder) GetTree ¶
func (mr *MockAzDOGitClientMockRecorder) GetTree(arg0, arg1 any) *gomock.Call
GetTree indicates an expected call of GetTree.
func (*MockAzDOGitClientMockRecorder) GetTreeZip ¶
func (mr *MockAzDOGitClientMockRecorder) GetTreeZip(arg0, arg1 any) *gomock.Call
GetTreeZip indicates an expected call of GetTreeZip.
func (*MockAzDOGitClientMockRecorder) QueryImportRequests ¶
func (mr *MockAzDOGitClientMockRecorder) QueryImportRequests(arg0, arg1 any) *gomock.Call
QueryImportRequests indicates an expected call of QueryImportRequests.
func (*MockAzDOGitClientMockRecorder) RestoreRepositoryFromRecycleBin ¶
func (mr *MockAzDOGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 any) *gomock.Call
RestoreRepositoryFromRecycleBin indicates an expected call of RestoreRepositoryFromRecycleBin.
func (*MockAzDOGitClientMockRecorder) SharePullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) SharePullRequest(arg0, arg1 any) *gomock.Call
SharePullRequest indicates an expected call of SharePullRequest.
func (*MockAzDOGitClientMockRecorder) UpdateComment ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateComment(arg0, arg1 any) *gomock.Call
UpdateComment indicates an expected call of UpdateComment.
func (*MockAzDOGitClientMockRecorder) UpdateImportRequest ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateImportRequest(arg0, arg1 any) *gomock.Call
UpdateImportRequest indicates an expected call of UpdateImportRequest.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequest ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequest(arg0, arg1 any) *gomock.Call
UpdatePullRequest indicates an expected call of UpdatePullRequest.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestIterationStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 any) *gomock.Call
UpdatePullRequestIterationStatuses indicates an expected call of UpdatePullRequestIterationStatuses.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestProperties ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 any) *gomock.Call
UpdatePullRequestProperties indicates an expected call of UpdatePullRequestProperties.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestReviewer ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewer(arg0, arg1 any) *gomock.Call
UpdatePullRequestReviewer indicates an expected call of UpdatePullRequestReviewer.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestReviewers ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 any) *gomock.Call
UpdatePullRequestReviewers indicates an expected call of UpdatePullRequestReviewers.
func (*MockAzDOGitClientMockRecorder) UpdatePullRequestStatuses ¶
func (mr *MockAzDOGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 any) *gomock.Call
UpdatePullRequestStatuses indicates an expected call of UpdatePullRequestStatuses.
func (*MockAzDOGitClientMockRecorder) UpdateRef ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateRef(arg0, arg1 any) *gomock.Call
UpdateRef indicates an expected call of UpdateRef.
func (*MockAzDOGitClientMockRecorder) UpdateRefs ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateRefs(arg0, arg1 any) *gomock.Call
UpdateRefs indicates an expected call of UpdateRefs.
func (*MockAzDOGitClientMockRecorder) UpdateRepository ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateRepository(arg0, arg1 any) *gomock.Call
UpdateRepository indicates an expected call of UpdateRepository.
func (*MockAzDOGitClientMockRecorder) UpdateThread ¶
func (mr *MockAzDOGitClientMockRecorder) UpdateThread(arg0, arg1 any) *gomock.Call
UpdateThread indicates an expected call of UpdateThread.
type MockBuildClient ¶ added in v0.6.0
type MockBuildClient struct {
// contains filtered or unexported fields
}
MockBuildClient is a mock of Client interface.
func NewMockBuildClient ¶ added in v0.6.0
func NewMockBuildClient(ctrl *gomock.Controller) *MockBuildClient
NewMockBuildClient creates a new mock instance.
func (*MockBuildClient) AddBuildTag ¶ added in v0.6.0
func (m *MockBuildClient) AddBuildTag(arg0 context.Context, arg1 build.AddBuildTagArgs) (*[]string, error)
AddBuildTag mocks base method.
func (*MockBuildClient) AddBuildTags ¶ added in v0.6.0
func (m *MockBuildClient) AddBuildTags(arg0 context.Context, arg1 build.AddBuildTagsArgs) (*[]string, error)
AddBuildTags mocks base method.
func (*MockBuildClient) AddDefinitionTag ¶ added in v0.6.0
func (m *MockBuildClient) AddDefinitionTag(arg0 context.Context, arg1 build.AddDefinitionTagArgs) (*[]string, error)
AddDefinitionTag mocks base method.
func (*MockBuildClient) AddDefinitionTags ¶ added in v0.6.0
func (m *MockBuildClient) AddDefinitionTags(arg0 context.Context, arg1 build.AddDefinitionTagsArgs) (*[]string, error)
AddDefinitionTags mocks base method.
func (*MockBuildClient) AddRetentionLeases ¶ added in v0.6.0
func (m *MockBuildClient) AddRetentionLeases(arg0 context.Context, arg1 build.AddRetentionLeasesArgs) (*[]build.RetentionLease, error)
AddRetentionLeases mocks base method.
func (*MockBuildClient) AuthorizeDefinitionResources ¶ added in v0.6.0
func (m *MockBuildClient) AuthorizeDefinitionResources(arg0 context.Context, arg1 build.AuthorizeDefinitionResourcesArgs) (*[]build.DefinitionResourceReference, error)
AuthorizeDefinitionResources mocks base method.
func (*MockBuildClient) AuthorizeProjectResources ¶ added in v0.6.0
func (m *MockBuildClient) AuthorizeProjectResources(arg0 context.Context, arg1 build.AuthorizeProjectResourcesArgs) (*[]build.DefinitionResourceReference, error)
AuthorizeProjectResources mocks base method.
func (*MockBuildClient) CreateArtifact ¶ added in v0.6.0
func (m *MockBuildClient) CreateArtifact(arg0 context.Context, arg1 build.CreateArtifactArgs) (*build.BuildArtifact, error)
CreateArtifact mocks base method.
func (*MockBuildClient) CreateDefinition ¶ added in v0.6.0
func (m *MockBuildClient) CreateDefinition(arg0 context.Context, arg1 build.CreateDefinitionArgs) (*build.BuildDefinition, error)
CreateDefinition mocks base method.
func (*MockBuildClient) CreateFolder ¶ added in v0.6.0
func (m *MockBuildClient) CreateFolder(arg0 context.Context, arg1 build.CreateFolderArgs) (*build.Folder, error)
CreateFolder mocks base method.
func (*MockBuildClient) DeleteBuild ¶ added in v0.6.0
func (m *MockBuildClient) DeleteBuild(arg0 context.Context, arg1 build.DeleteBuildArgs) error
DeleteBuild mocks base method.
func (*MockBuildClient) DeleteBuildTag ¶ added in v0.6.0
func (m *MockBuildClient) DeleteBuildTag(arg0 context.Context, arg1 build.DeleteBuildTagArgs) (*[]string, error)
DeleteBuildTag mocks base method.
func (*MockBuildClient) DeleteDefinition ¶ added in v0.6.0
func (m *MockBuildClient) DeleteDefinition(arg0 context.Context, arg1 build.DeleteDefinitionArgs) error
DeleteDefinition mocks base method.
func (*MockBuildClient) DeleteDefinitionTag ¶ added in v0.6.0
func (m *MockBuildClient) DeleteDefinitionTag(arg0 context.Context, arg1 build.DeleteDefinitionTagArgs) (*[]string, error)
DeleteDefinitionTag mocks base method.
func (*MockBuildClient) DeleteFolder ¶ added in v0.6.0
func (m *MockBuildClient) DeleteFolder(arg0 context.Context, arg1 build.DeleteFolderArgs) error
DeleteFolder mocks base method.
func (*MockBuildClient) DeleteRetentionLeasesById ¶ added in v0.6.0
func (m *MockBuildClient) DeleteRetentionLeasesById(arg0 context.Context, arg1 build.DeleteRetentionLeasesByIdArgs) error
DeleteRetentionLeasesById mocks base method.
func (*MockBuildClient) DeleteTag ¶ added in v0.6.0
func (m *MockBuildClient) DeleteTag(arg0 context.Context, arg1 build.DeleteTagArgs) (*[]string, error)
DeleteTag mocks base method.
func (*MockBuildClient) DeleteTemplate ¶ added in v0.6.0
func (m *MockBuildClient) DeleteTemplate(arg0 context.Context, arg1 build.DeleteTemplateArgs) error
DeleteTemplate mocks base method.
func (*MockBuildClient) EXPECT ¶ added in v0.6.0
func (m *MockBuildClient) EXPECT() *MockBuildClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBuildClient) GetArtifact ¶ added in v0.6.0
func (m *MockBuildClient) GetArtifact(arg0 context.Context, arg1 build.GetArtifactArgs) (*build.BuildArtifact, error)
GetArtifact mocks base method.
func (*MockBuildClient) GetArtifactContentZip ¶ added in v0.6.0
func (m *MockBuildClient) GetArtifactContentZip(arg0 context.Context, arg1 build.GetArtifactContentZipArgs) (io.ReadCloser, error)
GetArtifactContentZip mocks base method.
func (*MockBuildClient) GetArtifacts ¶ added in v0.6.0
func (m *MockBuildClient) GetArtifacts(arg0 context.Context, arg1 build.GetArtifactsArgs) (*[]build.BuildArtifact, error)
GetArtifacts mocks base method.
func (*MockBuildClient) GetAttachment ¶ added in v0.6.0
func (m *MockBuildClient) GetAttachment(arg0 context.Context, arg1 build.GetAttachmentArgs) (io.ReadCloser, error)
GetAttachment mocks base method.
func (*MockBuildClient) GetAttachments ¶ added in v0.6.0
func (m *MockBuildClient) GetAttachments(arg0 context.Context, arg1 build.GetAttachmentsArgs) (*[]build.Attachment, error)
GetAttachments mocks base method.
func (*MockBuildClient) GetBuild ¶ added in v0.6.0
func (m *MockBuildClient) GetBuild(arg0 context.Context, arg1 build.GetBuildArgs) (*build.Build, error)
GetBuild mocks base method.
func (*MockBuildClient) GetBuildBadge ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildBadge(arg0 context.Context, arg1 build.GetBuildBadgeArgs) (*build.BuildBadge, error)
GetBuildBadge mocks base method.
func (*MockBuildClient) GetBuildBadgeData ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildBadgeData(arg0 context.Context, arg1 build.GetBuildBadgeDataArgs) (*string, error)
GetBuildBadgeData mocks base method.
func (*MockBuildClient) GetBuildChanges ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildChanges(arg0 context.Context, arg1 build.GetBuildChangesArgs) (*build.GetBuildChangesResponseValue, error)
GetBuildChanges mocks base method.
func (*MockBuildClient) GetBuildController ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildController(arg0 context.Context, arg1 build.GetBuildControllerArgs) (*build.BuildController, error)
GetBuildController mocks base method.
func (*MockBuildClient) GetBuildControllers ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildControllers(arg0 context.Context, arg1 build.GetBuildControllersArgs) (*[]build.BuildController, error)
GetBuildControllers mocks base method.
func (*MockBuildClient) GetBuildGeneralSettings ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildGeneralSettings(arg0 context.Context, arg1 build.GetBuildGeneralSettingsArgs) (*build.PipelineGeneralSettings, error)
GetBuildGeneralSettings mocks base method.
func (*MockBuildClient) GetBuildLog ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildLog(arg0 context.Context, arg1 build.GetBuildLogArgs) (io.ReadCloser, error)
GetBuildLog mocks base method.
func (*MockBuildClient) GetBuildLogLines ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildLogLines(arg0 context.Context, arg1 build.GetBuildLogLinesArgs) (*[]string, error)
GetBuildLogLines mocks base method.
func (*MockBuildClient) GetBuildLogZip ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildLogZip(arg0 context.Context, arg1 build.GetBuildLogZipArgs) (io.ReadCloser, error)
GetBuildLogZip mocks base method.
func (*MockBuildClient) GetBuildLogs ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildLogs(arg0 context.Context, arg1 build.GetBuildLogsArgs) (*[]build.BuildLog, error)
GetBuildLogs mocks base method.
func (*MockBuildClient) GetBuildLogsZip ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildLogsZip(arg0 context.Context, arg1 build.GetBuildLogsZipArgs) (io.ReadCloser, error)
GetBuildLogsZip mocks base method.
func (*MockBuildClient) GetBuildOptionDefinitions ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildOptionDefinitions(arg0 context.Context, arg1 build.GetBuildOptionDefinitionsArgs) (*[]build.BuildOptionDefinition, error)
GetBuildOptionDefinitions mocks base method.
func (*MockBuildClient) GetBuildProperties ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildProperties(arg0 context.Context, arg1 build.GetBuildPropertiesArgs) (any, error)
GetBuildProperties mocks base method.
func (*MockBuildClient) GetBuildReport ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildReport(arg0 context.Context, arg1 build.GetBuildReportArgs) (*build.BuildReportMetadata, error)
GetBuildReport mocks base method.
func (*MockBuildClient) GetBuildReportHtmlContent ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildReportHtmlContent(arg0 context.Context, arg1 build.GetBuildReportHtmlContentArgs) (io.ReadCloser, error)
GetBuildReportHtmlContent mocks base method.
func (*MockBuildClient) GetBuildSettings ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildSettings(arg0 context.Context, arg1 build.GetBuildSettingsArgs) (*build.BuildSettings, error)
GetBuildSettings mocks base method.
func (*MockBuildClient) GetBuildTags ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildTags(arg0 context.Context, arg1 build.GetBuildTagsArgs) (*[]string, error)
GetBuildTags mocks base method.
func (*MockBuildClient) GetBuildTimeline ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildTimeline(arg0 context.Context, arg1 build.GetBuildTimelineArgs) (*build.Timeline, error)
GetBuildTimeline mocks base method.
func (*MockBuildClient) GetBuildWorkItemsRefs ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildWorkItemsRefs(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsArgs) (*[]webapi.ResourceRef, error)
GetBuildWorkItemsRefs mocks base method.
func (*MockBuildClient) GetBuildWorkItemsRefsFromCommits ¶ added in v0.6.0
func (m *MockBuildClient) GetBuildWorkItemsRefsFromCommits(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsFromCommitsArgs) (*[]webapi.ResourceRef, error)
GetBuildWorkItemsRefsFromCommits mocks base method.
func (*MockBuildClient) GetBuilds ¶ added in v0.6.0
func (m *MockBuildClient) GetBuilds(arg0 context.Context, arg1 build.GetBuildsArgs) (*build.GetBuildsResponseValue, error)
GetBuilds mocks base method.
func (*MockBuildClient) GetChangesBetweenBuilds ¶ added in v0.6.0
func (m *MockBuildClient) GetChangesBetweenBuilds(arg0 context.Context, arg1 build.GetChangesBetweenBuildsArgs) (*[]build.Change, error)
GetChangesBetweenBuilds mocks base method.
func (*MockBuildClient) GetDefinition ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinition(arg0 context.Context, arg1 build.GetDefinitionArgs) (*build.BuildDefinition, error)
GetDefinition mocks base method.
func (*MockBuildClient) GetDefinitionMetrics ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitionMetrics(arg0 context.Context, arg1 build.GetDefinitionMetricsArgs) (*[]build.BuildMetric, error)
GetDefinitionMetrics mocks base method.
func (*MockBuildClient) GetDefinitionProperties ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitionProperties(arg0 context.Context, arg1 build.GetDefinitionPropertiesArgs) (any, error)
GetDefinitionProperties mocks base method.
func (*MockBuildClient) GetDefinitionResources ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitionResources(arg0 context.Context, arg1 build.GetDefinitionResourcesArgs) (*[]build.DefinitionResourceReference, error)
GetDefinitionResources mocks base method.
func (*MockBuildClient) GetDefinitionRevisions ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitionRevisions(arg0 context.Context, arg1 build.GetDefinitionRevisionsArgs) (*[]build.BuildDefinitionRevision, error)
GetDefinitionRevisions mocks base method.
func (*MockBuildClient) GetDefinitionTags ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitionTags(arg0 context.Context, arg1 build.GetDefinitionTagsArgs) (*[]string, error)
GetDefinitionTags mocks base method.
func (*MockBuildClient) GetDefinitionYaml ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitionYaml(arg0 context.Context, arg1 build.GetDefinitionYamlArgs) (*build.YamlBuild, error)
GetDefinitionYaml mocks base method.
func (*MockBuildClient) GetDefinitions ¶ added in v0.6.0
func (m *MockBuildClient) GetDefinitions(arg0 context.Context, arg1 build.GetDefinitionsArgs) (*build.GetDefinitionsResponseValue, error)
GetDefinitions mocks base method.
func (*MockBuildClient) GetFile ¶ added in v0.6.0
func (m *MockBuildClient) GetFile(arg0 context.Context, arg1 build.GetFileArgs) (io.ReadCloser, error)
GetFile mocks base method.
func (*MockBuildClient) GetFileContents ¶ added in v0.6.0
func (m *MockBuildClient) GetFileContents(arg0 context.Context, arg1 build.GetFileContentsArgs) (io.ReadCloser, error)
GetFileContents mocks base method.
func (*MockBuildClient) GetFolders ¶ added in v0.6.0
func (m *MockBuildClient) GetFolders(arg0 context.Context, arg1 build.GetFoldersArgs) (*[]build.Folder, error)
GetFolders mocks base method.
func (*MockBuildClient) GetLatestBuild ¶ added in v0.6.0
func (m *MockBuildClient) GetLatestBuild(arg0 context.Context, arg1 build.GetLatestBuildArgs) (*build.Build, error)
GetLatestBuild mocks base method.
func (*MockBuildClient) GetPathContents ¶ added in v0.6.0
func (m *MockBuildClient) GetPathContents(arg0 context.Context, arg1 build.GetPathContentsArgs) (*[]build.SourceRepositoryItem, error)
GetPathContents mocks base method.
func (*MockBuildClient) GetProjectMetrics ¶ added in v0.6.0
func (m *MockBuildClient) GetProjectMetrics(arg0 context.Context, arg1 build.GetProjectMetricsArgs) (*[]build.BuildMetric, error)
GetProjectMetrics mocks base method.
func (*MockBuildClient) GetProjectResources ¶ added in v0.6.0
func (m *MockBuildClient) GetProjectResources(arg0 context.Context, arg1 build.GetProjectResourcesArgs) (*[]build.DefinitionResourceReference, error)
GetProjectResources mocks base method.
func (*MockBuildClient) GetPullRequest ¶ added in v0.6.0
func (m *MockBuildClient) GetPullRequest(arg0 context.Context, arg1 build.GetPullRequestArgs) (*build.PullRequest, error)
GetPullRequest mocks base method.
func (*MockBuildClient) GetResourceUsage ¶ added in v0.6.0
func (m *MockBuildClient) GetResourceUsage(arg0 context.Context, arg1 build.GetResourceUsageArgs) (*build.BuildResourceUsage, error)
GetResourceUsage mocks base method.
func (*MockBuildClient) GetRetentionHistory ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionHistory(arg0 context.Context, arg1 build.GetRetentionHistoryArgs) (*build.BuildRetentionHistory, error)
GetRetentionHistory mocks base method.
func (*MockBuildClient) GetRetentionLease ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionLease(arg0 context.Context, arg1 build.GetRetentionLeaseArgs) (*build.RetentionLease, error)
GetRetentionLease mocks base method.
func (*MockBuildClient) GetRetentionLeasesByMinimalRetentionLeases ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionLeasesByMinimalRetentionLeases(arg0 context.Context, arg1 build.GetRetentionLeasesByMinimalRetentionLeasesArgs) (*[]build.RetentionLease, error)
GetRetentionLeasesByMinimalRetentionLeases mocks base method.
func (*MockBuildClient) GetRetentionLeasesByOwnerId ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionLeasesByOwnerId(arg0 context.Context, arg1 build.GetRetentionLeasesByOwnerIdArgs) (*[]build.RetentionLease, error)
GetRetentionLeasesByOwnerId mocks base method.
func (*MockBuildClient) GetRetentionLeasesByUserId ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionLeasesByUserId(arg0 context.Context, arg1 build.GetRetentionLeasesByUserIdArgs) (*[]build.RetentionLease, error)
GetRetentionLeasesByUserId mocks base method.
func (*MockBuildClient) GetRetentionLeasesForBuild ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionLeasesForBuild(arg0 context.Context, arg1 build.GetRetentionLeasesForBuildArgs) (*[]build.RetentionLease, error)
GetRetentionLeasesForBuild mocks base method.
func (*MockBuildClient) GetRetentionSettings ¶ added in v0.6.0
func (m *MockBuildClient) GetRetentionSettings(arg0 context.Context, arg1 build.GetRetentionSettingsArgs) (*build.ProjectRetentionSetting, error)
GetRetentionSettings mocks base method.
func (*MockBuildClient) GetStatusBadge ¶ added in v0.6.0
func (m *MockBuildClient) GetStatusBadge(arg0 context.Context, arg1 build.GetStatusBadgeArgs) (*string, error)
GetStatusBadge mocks base method.
func (*MockBuildClient) GetTags ¶ added in v0.6.0
func (m *MockBuildClient) GetTags(arg0 context.Context, arg1 build.GetTagsArgs) (*[]string, error)
GetTags mocks base method.
func (*MockBuildClient) GetTemplate ¶ added in v0.6.0
func (m *MockBuildClient) GetTemplate(arg0 context.Context, arg1 build.GetTemplateArgs) (*build.BuildDefinitionTemplate, error)
GetTemplate mocks base method.
func (*MockBuildClient) GetTemplates ¶ added in v0.6.0
func (m *MockBuildClient) GetTemplates(arg0 context.Context, arg1 build.GetTemplatesArgs) (*[]build.BuildDefinitionTemplate, error)
GetTemplates mocks base method.
func (*MockBuildClient) GetWorkItemsBetweenBuilds ¶ added in v0.6.0
func (m *MockBuildClient) GetWorkItemsBetweenBuilds(arg0 context.Context, arg1 build.GetWorkItemsBetweenBuildsArgs) (*[]webapi.ResourceRef, error)
GetWorkItemsBetweenBuilds mocks base method.
func (*MockBuildClient) ListBranches ¶ added in v0.6.0
func (m *MockBuildClient) ListBranches(arg0 context.Context, arg1 build.ListBranchesArgs) (*[]string, error)
ListBranches mocks base method.
func (*MockBuildClient) ListRepositories ¶ added in v0.6.0
func (m *MockBuildClient) ListRepositories(arg0 context.Context, arg1 build.ListRepositoriesArgs) (*build.SourceRepositories, error)
ListRepositories mocks base method.
func (*MockBuildClient) ListSourceProviders ¶ added in v0.6.0
func (m *MockBuildClient) ListSourceProviders(arg0 context.Context, arg1 build.ListSourceProvidersArgs) (*[]build.SourceProviderAttributes, error)
ListSourceProviders mocks base method.
func (*MockBuildClient) ListWebhooks ¶ added in v0.6.0
func (m *MockBuildClient) ListWebhooks(arg0 context.Context, arg1 build.ListWebhooksArgs) (*[]build.RepositoryWebhook, error)
ListWebhooks mocks base method.
func (*MockBuildClient) QueueBuild ¶ added in v0.6.0
func (m *MockBuildClient) QueueBuild(arg0 context.Context, arg1 build.QueueBuildArgs) (*build.Build, error)
QueueBuild mocks base method.
func (*MockBuildClient) RestoreDefinition ¶ added in v0.6.0
func (m *MockBuildClient) RestoreDefinition(arg0 context.Context, arg1 build.RestoreDefinitionArgs) (*build.BuildDefinition, error)
RestoreDefinition mocks base method.
func (*MockBuildClient) RestoreWebhooks ¶ added in v0.6.0
func (m *MockBuildClient) RestoreWebhooks(arg0 context.Context, arg1 build.RestoreWebhooksArgs) error
RestoreWebhooks mocks base method.
func (*MockBuildClient) SaveTemplate ¶ added in v0.6.0
func (m *MockBuildClient) SaveTemplate(arg0 context.Context, arg1 build.SaveTemplateArgs) (*build.BuildDefinitionTemplate, error)
SaveTemplate mocks base method.
func (*MockBuildClient) UpdateBuild ¶ added in v0.6.0
func (m *MockBuildClient) UpdateBuild(arg0 context.Context, arg1 build.UpdateBuildArgs) (*build.Build, error)
UpdateBuild mocks base method.
func (*MockBuildClient) UpdateBuildGeneralSettings ¶ added in v0.6.0
func (m *MockBuildClient) UpdateBuildGeneralSettings(arg0 context.Context, arg1 build.UpdateBuildGeneralSettingsArgs) (*build.PipelineGeneralSettings, error)
UpdateBuildGeneralSettings mocks base method.
func (*MockBuildClient) UpdateBuildProperties ¶ added in v0.6.0
func (m *MockBuildClient) UpdateBuildProperties(arg0 context.Context, arg1 build.UpdateBuildPropertiesArgs) (any, error)
UpdateBuildProperties mocks base method.
func (*MockBuildClient) UpdateBuildSettings ¶ added in v0.6.0
func (m *MockBuildClient) UpdateBuildSettings(arg0 context.Context, arg1 build.UpdateBuildSettingsArgs) (*build.BuildSettings, error)
UpdateBuildSettings mocks base method.
func (*MockBuildClient) UpdateBuildTags ¶ added in v0.6.0
func (m *MockBuildClient) UpdateBuildTags(arg0 context.Context, arg1 build.UpdateBuildTagsArgs) (*[]string, error)
UpdateBuildTags mocks base method.
func (*MockBuildClient) UpdateBuilds ¶ added in v0.6.0
func (m *MockBuildClient) UpdateBuilds(arg0 context.Context, arg1 build.UpdateBuildsArgs) (*[]build.Build, error)
UpdateBuilds mocks base method.
func (*MockBuildClient) UpdateDefinition ¶ added in v0.6.0
func (m *MockBuildClient) UpdateDefinition(arg0 context.Context, arg1 build.UpdateDefinitionArgs) (*build.BuildDefinition, error)
UpdateDefinition mocks base method.
func (*MockBuildClient) UpdateDefinitionProperties ¶ added in v0.6.0
func (m *MockBuildClient) UpdateDefinitionProperties(arg0 context.Context, arg1 build.UpdateDefinitionPropertiesArgs) (any, error)
UpdateDefinitionProperties mocks base method.
func (*MockBuildClient) UpdateDefinitionTags ¶ added in v0.6.0
func (m *MockBuildClient) UpdateDefinitionTags(arg0 context.Context, arg1 build.UpdateDefinitionTagsArgs) (*[]string, error)
UpdateDefinitionTags mocks base method.
func (*MockBuildClient) UpdateFolder ¶ added in v0.6.0
func (m *MockBuildClient) UpdateFolder(arg0 context.Context, arg1 build.UpdateFolderArgs) (*build.Folder, error)
UpdateFolder mocks base method.
func (*MockBuildClient) UpdateRetentionLease ¶ added in v0.6.0
func (m *MockBuildClient) UpdateRetentionLease(arg0 context.Context, arg1 build.UpdateRetentionLeaseArgs) (*build.RetentionLease, error)
UpdateRetentionLease mocks base method.
func (*MockBuildClient) UpdateRetentionSettings ¶ added in v0.6.0
func (m *MockBuildClient) UpdateRetentionSettings(arg0 context.Context, arg1 build.UpdateRetentionSettingsArgs) (*build.ProjectRetentionSetting, error)
UpdateRetentionSettings mocks base method.
func (*MockBuildClient) UpdateStage ¶ added in v0.6.0
func (m *MockBuildClient) UpdateStage(arg0 context.Context, arg1 build.UpdateStageArgs) error
UpdateStage mocks base method.
type MockBuildClientMockRecorder ¶ added in v0.6.0
type MockBuildClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBuildClientMockRecorder is the mock recorder for MockBuildClient.
func (*MockBuildClientMockRecorder) AddBuildTag ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AddBuildTag(arg0, arg1 any) *gomock.Call
AddBuildTag indicates an expected call of AddBuildTag.
func (*MockBuildClientMockRecorder) AddBuildTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AddBuildTags(arg0, arg1 any) *gomock.Call
AddBuildTags indicates an expected call of AddBuildTags.
func (*MockBuildClientMockRecorder) AddDefinitionTag ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AddDefinitionTag(arg0, arg1 any) *gomock.Call
AddDefinitionTag indicates an expected call of AddDefinitionTag.
func (*MockBuildClientMockRecorder) AddDefinitionTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AddDefinitionTags(arg0, arg1 any) *gomock.Call
AddDefinitionTags indicates an expected call of AddDefinitionTags.
func (*MockBuildClientMockRecorder) AddRetentionLeases ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AddRetentionLeases(arg0, arg1 any) *gomock.Call
AddRetentionLeases indicates an expected call of AddRetentionLeases.
func (*MockBuildClientMockRecorder) AuthorizeDefinitionResources ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AuthorizeDefinitionResources(arg0, arg1 any) *gomock.Call
AuthorizeDefinitionResources indicates an expected call of AuthorizeDefinitionResources.
func (*MockBuildClientMockRecorder) AuthorizeProjectResources ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) AuthorizeProjectResources(arg0, arg1 any) *gomock.Call
AuthorizeProjectResources indicates an expected call of AuthorizeProjectResources.
func (*MockBuildClientMockRecorder) CreateArtifact ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) CreateArtifact(arg0, arg1 any) *gomock.Call
CreateArtifact indicates an expected call of CreateArtifact.
func (*MockBuildClientMockRecorder) CreateDefinition ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) CreateDefinition(arg0, arg1 any) *gomock.Call
CreateDefinition indicates an expected call of CreateDefinition.
func (*MockBuildClientMockRecorder) CreateFolder ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) CreateFolder(arg0, arg1 any) *gomock.Call
CreateFolder indicates an expected call of CreateFolder.
func (*MockBuildClientMockRecorder) DeleteBuild ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteBuild(arg0, arg1 any) *gomock.Call
DeleteBuild indicates an expected call of DeleteBuild.
func (*MockBuildClientMockRecorder) DeleteBuildTag ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteBuildTag(arg0, arg1 any) *gomock.Call
DeleteBuildTag indicates an expected call of DeleteBuildTag.
func (*MockBuildClientMockRecorder) DeleteDefinition ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteDefinition(arg0, arg1 any) *gomock.Call
DeleteDefinition indicates an expected call of DeleteDefinition.
func (*MockBuildClientMockRecorder) DeleteDefinitionTag ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteDefinitionTag(arg0, arg1 any) *gomock.Call
DeleteDefinitionTag indicates an expected call of DeleteDefinitionTag.
func (*MockBuildClientMockRecorder) DeleteFolder ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteFolder(arg0, arg1 any) *gomock.Call
DeleteFolder indicates an expected call of DeleteFolder.
func (*MockBuildClientMockRecorder) DeleteRetentionLeasesById ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteRetentionLeasesById(arg0, arg1 any) *gomock.Call
DeleteRetentionLeasesById indicates an expected call of DeleteRetentionLeasesById.
func (*MockBuildClientMockRecorder) DeleteTag ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteTag(arg0, arg1 any) *gomock.Call
DeleteTag indicates an expected call of DeleteTag.
func (*MockBuildClientMockRecorder) DeleteTemplate ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) DeleteTemplate(arg0, arg1 any) *gomock.Call
DeleteTemplate indicates an expected call of DeleteTemplate.
func (*MockBuildClientMockRecorder) GetArtifact ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetArtifact(arg0, arg1 any) *gomock.Call
GetArtifact indicates an expected call of GetArtifact.
func (*MockBuildClientMockRecorder) GetArtifactContentZip ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetArtifactContentZip(arg0, arg1 any) *gomock.Call
GetArtifactContentZip indicates an expected call of GetArtifactContentZip.
func (*MockBuildClientMockRecorder) GetArtifacts ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetArtifacts(arg0, arg1 any) *gomock.Call
GetArtifacts indicates an expected call of GetArtifacts.
func (*MockBuildClientMockRecorder) GetAttachment ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetAttachment(arg0, arg1 any) *gomock.Call
GetAttachment indicates an expected call of GetAttachment.
func (*MockBuildClientMockRecorder) GetAttachments ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetAttachments(arg0, arg1 any) *gomock.Call
GetAttachments indicates an expected call of GetAttachments.
func (*MockBuildClientMockRecorder) GetBuild ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuild(arg0, arg1 any) *gomock.Call
GetBuild indicates an expected call of GetBuild.
func (*MockBuildClientMockRecorder) GetBuildBadge ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildBadge(arg0, arg1 any) *gomock.Call
GetBuildBadge indicates an expected call of GetBuildBadge.
func (*MockBuildClientMockRecorder) GetBuildBadgeData ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildBadgeData(arg0, arg1 any) *gomock.Call
GetBuildBadgeData indicates an expected call of GetBuildBadgeData.
func (*MockBuildClientMockRecorder) GetBuildChanges ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildChanges(arg0, arg1 any) *gomock.Call
GetBuildChanges indicates an expected call of GetBuildChanges.
func (*MockBuildClientMockRecorder) GetBuildController ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildController(arg0, arg1 any) *gomock.Call
GetBuildController indicates an expected call of GetBuildController.
func (*MockBuildClientMockRecorder) GetBuildControllers ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildControllers(arg0, arg1 any) *gomock.Call
GetBuildControllers indicates an expected call of GetBuildControllers.
func (*MockBuildClientMockRecorder) GetBuildGeneralSettings ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildGeneralSettings(arg0, arg1 any) *gomock.Call
GetBuildGeneralSettings indicates an expected call of GetBuildGeneralSettings.
func (*MockBuildClientMockRecorder) GetBuildLog ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildLog(arg0, arg1 any) *gomock.Call
GetBuildLog indicates an expected call of GetBuildLog.
func (*MockBuildClientMockRecorder) GetBuildLogLines ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildLogLines(arg0, arg1 any) *gomock.Call
GetBuildLogLines indicates an expected call of GetBuildLogLines.
func (*MockBuildClientMockRecorder) GetBuildLogZip ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildLogZip(arg0, arg1 any) *gomock.Call
GetBuildLogZip indicates an expected call of GetBuildLogZip.
func (*MockBuildClientMockRecorder) GetBuildLogs ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildLogs(arg0, arg1 any) *gomock.Call
GetBuildLogs indicates an expected call of GetBuildLogs.
func (*MockBuildClientMockRecorder) GetBuildLogsZip ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildLogsZip(arg0, arg1 any) *gomock.Call
GetBuildLogsZip indicates an expected call of GetBuildLogsZip.
func (*MockBuildClientMockRecorder) GetBuildOptionDefinitions ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildOptionDefinitions(arg0, arg1 any) *gomock.Call
GetBuildOptionDefinitions indicates an expected call of GetBuildOptionDefinitions.
func (*MockBuildClientMockRecorder) GetBuildProperties ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildProperties(arg0, arg1 any) *gomock.Call
GetBuildProperties indicates an expected call of GetBuildProperties.
func (*MockBuildClientMockRecorder) GetBuildReport ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildReport(arg0, arg1 any) *gomock.Call
GetBuildReport indicates an expected call of GetBuildReport.
func (*MockBuildClientMockRecorder) GetBuildReportHtmlContent ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildReportHtmlContent(arg0, arg1 any) *gomock.Call
GetBuildReportHtmlContent indicates an expected call of GetBuildReportHtmlContent.
func (*MockBuildClientMockRecorder) GetBuildSettings ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildSettings(arg0, arg1 any) *gomock.Call
GetBuildSettings indicates an expected call of GetBuildSettings.
func (*MockBuildClientMockRecorder) GetBuildTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildTags(arg0, arg1 any) *gomock.Call
GetBuildTags indicates an expected call of GetBuildTags.
func (*MockBuildClientMockRecorder) GetBuildTimeline ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildTimeline(arg0, arg1 any) *gomock.Call
GetBuildTimeline indicates an expected call of GetBuildTimeline.
func (*MockBuildClientMockRecorder) GetBuildWorkItemsRefs ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefs(arg0, arg1 any) *gomock.Call
GetBuildWorkItemsRefs indicates an expected call of GetBuildWorkItemsRefs.
func (*MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits(arg0, arg1 any) *gomock.Call
GetBuildWorkItemsRefsFromCommits indicates an expected call of GetBuildWorkItemsRefsFromCommits.
func (*MockBuildClientMockRecorder) GetBuilds ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetBuilds(arg0, arg1 any) *gomock.Call
GetBuilds indicates an expected call of GetBuilds.
func (*MockBuildClientMockRecorder) GetChangesBetweenBuilds ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetChangesBetweenBuilds(arg0, arg1 any) *gomock.Call
GetChangesBetweenBuilds indicates an expected call of GetChangesBetweenBuilds.
func (*MockBuildClientMockRecorder) GetDefinition ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinition(arg0, arg1 any) *gomock.Call
GetDefinition indicates an expected call of GetDefinition.
func (*MockBuildClientMockRecorder) GetDefinitionMetrics ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitionMetrics(arg0, arg1 any) *gomock.Call
GetDefinitionMetrics indicates an expected call of GetDefinitionMetrics.
func (*MockBuildClientMockRecorder) GetDefinitionProperties ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitionProperties(arg0, arg1 any) *gomock.Call
GetDefinitionProperties indicates an expected call of GetDefinitionProperties.
func (*MockBuildClientMockRecorder) GetDefinitionResources ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitionResources(arg0, arg1 any) *gomock.Call
GetDefinitionResources indicates an expected call of GetDefinitionResources.
func (*MockBuildClientMockRecorder) GetDefinitionRevisions ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitionRevisions(arg0, arg1 any) *gomock.Call
GetDefinitionRevisions indicates an expected call of GetDefinitionRevisions.
func (*MockBuildClientMockRecorder) GetDefinitionTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitionTags(arg0, arg1 any) *gomock.Call
GetDefinitionTags indicates an expected call of GetDefinitionTags.
func (*MockBuildClientMockRecorder) GetDefinitionYaml ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitionYaml(arg0, arg1 any) *gomock.Call
GetDefinitionYaml indicates an expected call of GetDefinitionYaml.
func (*MockBuildClientMockRecorder) GetDefinitions ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetDefinitions(arg0, arg1 any) *gomock.Call
GetDefinitions indicates an expected call of GetDefinitions.
func (*MockBuildClientMockRecorder) GetFile ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetFile(arg0, arg1 any) *gomock.Call
GetFile indicates an expected call of GetFile.
func (*MockBuildClientMockRecorder) GetFileContents ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetFileContents(arg0, arg1 any) *gomock.Call
GetFileContents indicates an expected call of GetFileContents.
func (*MockBuildClientMockRecorder) GetFolders ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetFolders(arg0, arg1 any) *gomock.Call
GetFolders indicates an expected call of GetFolders.
func (*MockBuildClientMockRecorder) GetLatestBuild ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetLatestBuild(arg0, arg1 any) *gomock.Call
GetLatestBuild indicates an expected call of GetLatestBuild.
func (*MockBuildClientMockRecorder) GetPathContents ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetPathContents(arg0, arg1 any) *gomock.Call
GetPathContents indicates an expected call of GetPathContents.
func (*MockBuildClientMockRecorder) GetProjectMetrics ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetProjectMetrics(arg0, arg1 any) *gomock.Call
GetProjectMetrics indicates an expected call of GetProjectMetrics.
func (*MockBuildClientMockRecorder) GetProjectResources ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetProjectResources(arg0, arg1 any) *gomock.Call
GetProjectResources indicates an expected call of GetProjectResources.
func (*MockBuildClientMockRecorder) GetPullRequest ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetPullRequest(arg0, arg1 any) *gomock.Call
GetPullRequest indicates an expected call of GetPullRequest.
func (*MockBuildClientMockRecorder) GetResourceUsage ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetResourceUsage(arg0, arg1 any) *gomock.Call
GetResourceUsage indicates an expected call of GetResourceUsage.
func (*MockBuildClientMockRecorder) GetRetentionHistory ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionHistory(arg0, arg1 any) *gomock.Call
GetRetentionHistory indicates an expected call of GetRetentionHistory.
func (*MockBuildClientMockRecorder) GetRetentionLease ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionLease(arg0, arg1 any) *gomock.Call
GetRetentionLease indicates an expected call of GetRetentionLease.
func (*MockBuildClientMockRecorder) GetRetentionLeasesByMinimalRetentionLeases ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByMinimalRetentionLeases(arg0, arg1 any) *gomock.Call
GetRetentionLeasesByMinimalRetentionLeases indicates an expected call of GetRetentionLeasesByMinimalRetentionLeases.
func (*MockBuildClientMockRecorder) GetRetentionLeasesByOwnerId ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByOwnerId(arg0, arg1 any) *gomock.Call
GetRetentionLeasesByOwnerId indicates an expected call of GetRetentionLeasesByOwnerId.
func (*MockBuildClientMockRecorder) GetRetentionLeasesByUserId ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByUserId(arg0, arg1 any) *gomock.Call
GetRetentionLeasesByUserId indicates an expected call of GetRetentionLeasesByUserId.
func (*MockBuildClientMockRecorder) GetRetentionLeasesForBuild ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionLeasesForBuild(arg0, arg1 any) *gomock.Call
GetRetentionLeasesForBuild indicates an expected call of GetRetentionLeasesForBuild.
func (*MockBuildClientMockRecorder) GetRetentionSettings ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetRetentionSettings(arg0, arg1 any) *gomock.Call
GetRetentionSettings indicates an expected call of GetRetentionSettings.
func (*MockBuildClientMockRecorder) GetStatusBadge ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetStatusBadge(arg0, arg1 any) *gomock.Call
GetStatusBadge indicates an expected call of GetStatusBadge.
func (*MockBuildClientMockRecorder) GetTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetTags(arg0, arg1 any) *gomock.Call
GetTags indicates an expected call of GetTags.
func (*MockBuildClientMockRecorder) GetTemplate ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetTemplate(arg0, arg1 any) *gomock.Call
GetTemplate indicates an expected call of GetTemplate.
func (*MockBuildClientMockRecorder) GetTemplates ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetTemplates(arg0, arg1 any) *gomock.Call
GetTemplates indicates an expected call of GetTemplates.
func (*MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds(arg0, arg1 any) *gomock.Call
GetWorkItemsBetweenBuilds indicates an expected call of GetWorkItemsBetweenBuilds.
func (*MockBuildClientMockRecorder) ListBranches ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) ListBranches(arg0, arg1 any) *gomock.Call
ListBranches indicates an expected call of ListBranches.
func (*MockBuildClientMockRecorder) ListRepositories ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) ListRepositories(arg0, arg1 any) *gomock.Call
ListRepositories indicates an expected call of ListRepositories.
func (*MockBuildClientMockRecorder) ListSourceProviders ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) ListSourceProviders(arg0, arg1 any) *gomock.Call
ListSourceProviders indicates an expected call of ListSourceProviders.
func (*MockBuildClientMockRecorder) ListWebhooks ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) ListWebhooks(arg0, arg1 any) *gomock.Call
ListWebhooks indicates an expected call of ListWebhooks.
func (*MockBuildClientMockRecorder) QueueBuild ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) QueueBuild(arg0, arg1 any) *gomock.Call
QueueBuild indicates an expected call of QueueBuild.
func (*MockBuildClientMockRecorder) RestoreDefinition ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) RestoreDefinition(arg0, arg1 any) *gomock.Call
RestoreDefinition indicates an expected call of RestoreDefinition.
func (*MockBuildClientMockRecorder) RestoreWebhooks ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) RestoreWebhooks(arg0, arg1 any) *gomock.Call
RestoreWebhooks indicates an expected call of RestoreWebhooks.
func (*MockBuildClientMockRecorder) SaveTemplate ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) SaveTemplate(arg0, arg1 any) *gomock.Call
SaveTemplate indicates an expected call of SaveTemplate.
func (*MockBuildClientMockRecorder) UpdateBuild ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateBuild(arg0, arg1 any) *gomock.Call
UpdateBuild indicates an expected call of UpdateBuild.
func (*MockBuildClientMockRecorder) UpdateBuildGeneralSettings ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateBuildGeneralSettings(arg0, arg1 any) *gomock.Call
UpdateBuildGeneralSettings indicates an expected call of UpdateBuildGeneralSettings.
func (*MockBuildClientMockRecorder) UpdateBuildProperties ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateBuildProperties(arg0, arg1 any) *gomock.Call
UpdateBuildProperties indicates an expected call of UpdateBuildProperties.
func (*MockBuildClientMockRecorder) UpdateBuildSettings ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateBuildSettings(arg0, arg1 any) *gomock.Call
UpdateBuildSettings indicates an expected call of UpdateBuildSettings.
func (*MockBuildClientMockRecorder) UpdateBuildTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateBuildTags(arg0, arg1 any) *gomock.Call
UpdateBuildTags indicates an expected call of UpdateBuildTags.
func (*MockBuildClientMockRecorder) UpdateBuilds ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateBuilds(arg0, arg1 any) *gomock.Call
UpdateBuilds indicates an expected call of UpdateBuilds.
func (*MockBuildClientMockRecorder) UpdateDefinition ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateDefinition(arg0, arg1 any) *gomock.Call
UpdateDefinition indicates an expected call of UpdateDefinition.
func (*MockBuildClientMockRecorder) UpdateDefinitionProperties ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateDefinitionProperties(arg0, arg1 any) *gomock.Call
UpdateDefinitionProperties indicates an expected call of UpdateDefinitionProperties.
func (*MockBuildClientMockRecorder) UpdateDefinitionTags ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateDefinitionTags(arg0, arg1 any) *gomock.Call
UpdateDefinitionTags indicates an expected call of UpdateDefinitionTags.
func (*MockBuildClientMockRecorder) UpdateFolder ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateFolder(arg0, arg1 any) *gomock.Call
UpdateFolder indicates an expected call of UpdateFolder.
func (*MockBuildClientMockRecorder) UpdateRetentionLease ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateRetentionLease(arg0, arg1 any) *gomock.Call
UpdateRetentionLease indicates an expected call of UpdateRetentionLease.
func (*MockBuildClientMockRecorder) UpdateRetentionSettings ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateRetentionSettings(arg0, arg1 any) *gomock.Call
UpdateRetentionSettings indicates an expected call of UpdateRetentionSettings.
func (*MockBuildClientMockRecorder) UpdateStage ¶ added in v0.6.0
func (mr *MockBuildClientMockRecorder) UpdateStage(arg0, arg1 any) *gomock.Call
UpdateStage indicates an expected call of UpdateStage.
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) CreateRequestMessage ¶
func (m *MockClient) CreateRequestMessage(ctx context.Context, httpMethod, arg2, apiVersion string, body io.Reader, mediaType, acceptMediaType string, additionalHeaders map[string]string) (*http.Request, error)
CreateRequestMessage mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) GenerateUrl ¶
func (m *MockClient) GenerateUrl(apiResourceLocation *azuredevops.ApiResourceLocation, routeValues map[string]string, queryParameters url.Values) string
GenerateUrl mocks base method.
func (*MockClient) GetResourceAreas ¶
func (m *MockClient) GetResourceAreas(ctx context.Context) (*[]azuredevops.ResourceAreaInfo, error)
GetResourceAreas mocks base method.
func (*MockClient) Send ¶
func (m *MockClient) Send(ctx context.Context, httpMethod string, locationId uuid.UUID, apiVersion string, routeValues map[string]string, queryParameters url.Values, body io.Reader, mediaType, acceptMediaType string, additionalHeaders map[string]string) (*http.Response, error)
Send mocks base method.
func (*MockClient) SendRequest ¶
SendRequest mocks base method.
func (*MockClient) UnmarshalBody ¶
func (m *MockClient) UnmarshalBody(response *http.Response, v any) error
UnmarshalBody mocks base method.
func (*MockClient) UnmarshalCollectionBody ¶
func (m *MockClient) UnmarshalCollectionBody(response *http.Response, v any) error
UnmarshalCollectionBody mocks base method.
func (*MockClient) UnmarshalCollectionJson ¶
func (m *MockClient) UnmarshalCollectionJson(jsonValue []byte, v any) error
UnmarshalCollectionJson mocks base method.
func (*MockClient) UnwrapError ¶
func (m *MockClient) UnwrapError(response *http.Response) error
UnwrapError mocks base method.
type MockClientFactory ¶
type MockClientFactory struct {
// contains filtered or unexported fields
}
MockClientFactory is a mock of ClientFactory interface.
func NewMockClientFactory ¶
func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory
NewMockClientFactory creates a new mock instance.
func (*MockClientFactory) EXPECT ¶
func (m *MockClientFactory) EXPECT() *MockClientFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientFactory) Extensions ¶
func (m *MockClientFactory) Extensions(ctx context.Context, organization string) (extensions.Client, error)
Extensions mocks base method.
func (*MockClientFactory) Identity ¶
func (m *MockClientFactory) Identity(ctx context.Context, organization string) (identity.Client, error)
Identity mocks base method.
func (*MockClientFactory) Operations ¶ added in v0.3.0
func (m *MockClientFactory) Operations(ctx context.Context, organization string) (operations.Client, error)
Operations mocks base method.
func (*MockClientFactory) PipelinePermissions ¶ added in v0.6.0
func (m *MockClientFactory) PipelinePermissions(ctx context.Context, organization string) (pipelinepermissions.Client, error)
PipelinePermissions mocks base method.
func (*MockClientFactory) Security ¶
func (m *MockClientFactory) Security(ctx context.Context, organization string) (security.Client, error)
Security mocks base method.
func (*MockClientFactory) ServiceEndpoint ¶ added in v0.6.0
func (m *MockClientFactory) ServiceEndpoint(ctx context.Context, organization string) (serviceendpoint.Client, error)
ServiceEndpoint mocks base method.
func (*MockClientFactory) TaskAgent ¶ added in v0.6.0
func (m *MockClientFactory) TaskAgent(ctx context.Context, organization string) (taskagent.Client, error)
TaskAgent mocks base method.
func (*MockClientFactory) WorkItemTracking ¶ added in v0.6.0
func (m *MockClientFactory) WorkItemTracking(ctx context.Context, organization string) (workitemtracking.Client, error)
WorkItemTracking mocks base method.
type MockClientFactoryMockRecorder ¶
type MockClientFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockClientFactoryMockRecorder is the mock recorder for MockClientFactory.
func (*MockClientFactoryMockRecorder) Build ¶ added in v0.6.0
func (mr *MockClientFactoryMockRecorder) Build(ctx, organization any) *gomock.Call
Build indicates an expected call of Build.
func (*MockClientFactoryMockRecorder) Core ¶
func (mr *MockClientFactoryMockRecorder) Core(ctx, organization any) *gomock.Call
Core indicates an expected call of Core.
func (*MockClientFactoryMockRecorder) Extensions ¶
func (mr *MockClientFactoryMockRecorder) Extensions(ctx, organization any) *gomock.Call
Extensions indicates an expected call of Extensions.
func (*MockClientFactoryMockRecorder) Git ¶
func (mr *MockClientFactoryMockRecorder) Git(ctx, organization any) *gomock.Call
Git indicates an expected call of Git.
func (*MockClientFactoryMockRecorder) Graph ¶
func (mr *MockClientFactoryMockRecorder) Graph(ctx, organization any) *gomock.Call
Graph indicates an expected call of Graph.
func (*MockClientFactoryMockRecorder) Identity ¶
func (mr *MockClientFactoryMockRecorder) Identity(ctx, organization any) *gomock.Call
Identity indicates an expected call of Identity.
func (*MockClientFactoryMockRecorder) Operations ¶ added in v0.3.0
func (mr *MockClientFactoryMockRecorder) Operations(ctx, organization any) *gomock.Call
Operations indicates an expected call of Operations.
func (*MockClientFactoryMockRecorder) PipelinePermissions ¶ added in v0.6.0
func (mr *MockClientFactoryMockRecorder) PipelinePermissions(ctx, organization any) *gomock.Call
PipelinePermissions indicates an expected call of PipelinePermissions.
func (*MockClientFactoryMockRecorder) Security ¶
func (mr *MockClientFactoryMockRecorder) Security(ctx, organization any) *gomock.Call
Security indicates an expected call of Security.
func (*MockClientFactoryMockRecorder) ServiceEndpoint ¶ added in v0.6.0
func (mr *MockClientFactoryMockRecorder) ServiceEndpoint(ctx, organization any) *gomock.Call
ServiceEndpoint indicates an expected call of ServiceEndpoint.
func (*MockClientFactoryMockRecorder) TaskAgent ¶ added in v0.6.0
func (mr *MockClientFactoryMockRecorder) TaskAgent(ctx, organization any) *gomock.Call
TaskAgent indicates an expected call of TaskAgent.
func (*MockClientFactoryMockRecorder) WorkItemTracking ¶ added in v0.6.0
func (mr *MockClientFactoryMockRecorder) WorkItemTracking(ctx, organization any) *gomock.Call
WorkItemTracking indicates an expected call of WorkItemTracking.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) CreateRequestMessage ¶
func (mr *MockClientMockRecorder) CreateRequestMessage(ctx, httpMethod, arg2, apiVersion, body, mediaType, acceptMediaType, additionalHeaders any) *gomock.Call
CreateRequestMessage indicates an expected call of CreateRequestMessage.
func (*MockClientMockRecorder) GenerateUrl ¶
func (mr *MockClientMockRecorder) GenerateUrl(apiResourceLocation, routeValues, queryParameters any) *gomock.Call
GenerateUrl indicates an expected call of GenerateUrl.
func (*MockClientMockRecorder) GetResourceAreas ¶
func (mr *MockClientMockRecorder) GetResourceAreas(ctx any) *gomock.Call
GetResourceAreas indicates an expected call of GetResourceAreas.
func (*MockClientMockRecorder) Send ¶
func (mr *MockClientMockRecorder) Send(ctx, httpMethod, locationId, apiVersion, routeValues, queryParameters, body, mediaType, acceptMediaType, additionalHeaders any) *gomock.Call
Send indicates an expected call of Send.
func (*MockClientMockRecorder) SendRequest ¶
func (mr *MockClientMockRecorder) SendRequest(request any) *gomock.Call
SendRequest indicates an expected call of SendRequest.
func (*MockClientMockRecorder) UnmarshalBody ¶
func (mr *MockClientMockRecorder) UnmarshalBody(response, v any) *gomock.Call
UnmarshalBody indicates an expected call of UnmarshalBody.
func (*MockClientMockRecorder) UnmarshalCollectionBody ¶
func (mr *MockClientMockRecorder) UnmarshalCollectionBody(response, v any) *gomock.Call
UnmarshalCollectionBody indicates an expected call of UnmarshalCollectionBody.
func (*MockClientMockRecorder) UnmarshalCollectionJson ¶
func (mr *MockClientMockRecorder) UnmarshalCollectionJson(jsonValue, v any) *gomock.Call
UnmarshalCollectionJson indicates an expected call of UnmarshalCollectionJson.
func (*MockClientMockRecorder) UnwrapError ¶
func (mr *MockClientMockRecorder) UnwrapError(response any) *gomock.Call
UnwrapError indicates an expected call of UnwrapError.
type MockCmdContext ¶
type MockCmdContext struct {
// contains filtered or unexported fields
}
MockCmdContext is a mock of CmdContext interface.
func NewMockCmdContext ¶
func NewMockCmdContext(ctrl *gomock.Controller) *MockCmdContext
NewMockCmdContext creates a new mock instance.
func (*MockCmdContext) ClientFactory ¶
func (m *MockCmdContext) ClientFactory() azdo.ClientFactory
ClientFactory mocks base method.
func (*MockCmdContext) Config ¶
func (m *MockCmdContext) Config() (config.Config, error)
Config mocks base method.
func (*MockCmdContext) ConnectionFactory ¶
func (m *MockCmdContext) ConnectionFactory() azdo.ConnectionFactory
ConnectionFactory mocks base method.
func (*MockCmdContext) Context ¶
func (m *MockCmdContext) Context() context.Context
Context mocks base method.
func (*MockCmdContext) EXPECT ¶
func (m *MockCmdContext) EXPECT() *MockCmdContextMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCmdContext) IOStreams ¶
func (m *MockCmdContext) IOStreams() (*iostreams.IOStreams, error)
IOStreams mocks base method.
func (*MockCmdContext) Printer ¶
func (m *MockCmdContext) Printer(arg0 string) (printer.Printer, error)
Printer mocks base method.
func (*MockCmdContext) Prompter ¶
func (m *MockCmdContext) Prompter() (prompter.Prompter, error)
Prompter mocks base method.
func (*MockCmdContext) RepoContext ¶
func (m *MockCmdContext) RepoContext() util.RepoContext
RepoContext mocks base method.
type MockCmdContextMockRecorder ¶
type MockCmdContextMockRecorder struct {
// contains filtered or unexported fields
}
MockCmdContextMockRecorder is the mock recorder for MockCmdContext.
func (*MockCmdContextMockRecorder) ClientFactory ¶
func (mr *MockCmdContextMockRecorder) ClientFactory() *gomock.Call
ClientFactory indicates an expected call of ClientFactory.
func (*MockCmdContextMockRecorder) Config ¶
func (mr *MockCmdContextMockRecorder) Config() *gomock.Call
Config indicates an expected call of Config.
func (*MockCmdContextMockRecorder) ConnectionFactory ¶
func (mr *MockCmdContextMockRecorder) ConnectionFactory() *gomock.Call
ConnectionFactory indicates an expected call of ConnectionFactory.
func (*MockCmdContextMockRecorder) Context ¶
func (mr *MockCmdContextMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockCmdContextMockRecorder) IOStreams ¶
func (mr *MockCmdContextMockRecorder) IOStreams() *gomock.Call
IOStreams indicates an expected call of IOStreams.
func (*MockCmdContextMockRecorder) Printer ¶
func (mr *MockCmdContextMockRecorder) Printer(arg0 any) *gomock.Call
Printer indicates an expected call of Printer.
func (*MockCmdContextMockRecorder) Prompter ¶
func (mr *MockCmdContextMockRecorder) Prompter() *gomock.Call
Prompter indicates an expected call of Prompter.
func (*MockCmdContextMockRecorder) RepoContext ¶
func (mr *MockCmdContextMockRecorder) RepoContext() *gomock.Call
RepoContext indicates an expected call of RepoContext.
type MockConfig ¶ added in v0.2.0
type MockConfig struct {
// contains filtered or unexported fields
}
MockConfig is a mock of Config interface.
func NewMockConfig ¶ added in v0.2.0
func NewMockConfig(ctrl *gomock.Controller) *MockConfig
NewMockConfig creates a new mock instance.
func (*MockConfig) Aliases ¶ added in v0.2.0
func (m *MockConfig) Aliases() config.AliasConfig
Aliases mocks base method.
func (*MockConfig) Authentication ¶ added in v0.2.0
func (m *MockConfig) Authentication() config.AuthConfig
Authentication mocks base method.
func (*MockConfig) EXPECT ¶ added in v0.2.0
func (m *MockConfig) EXPECT() *MockConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfig) Get ¶ added in v0.2.0
func (m *MockConfig) Get(arg0 []string) (string, error)
Get mocks base method.
func (*MockConfig) GetOrDefault ¶ added in v0.2.0
func (m *MockConfig) GetOrDefault(arg0 []string) (string, error)
GetOrDefault mocks base method.
func (*MockConfig) Keys ¶ added in v0.2.0
func (m *MockConfig) Keys(arg0 []string) ([]string, error)
Keys mocks base method.
func (*MockConfig) Remove ¶ added in v0.2.0
func (m *MockConfig) Remove(arg0 []string) error
Remove mocks base method.
func (*MockConfig) Set ¶ added in v0.2.0
func (m *MockConfig) Set(arg0 []string, arg1 string)
Set mocks base method.
func (*MockConfig) Write ¶ added in v0.2.0
func (m *MockConfig) Write() error
Write mocks base method.
type MockConfigMockRecorder ¶ added in v0.2.0
type MockConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigMockRecorder is the mock recorder for MockConfig.
func (*MockConfigMockRecorder) Aliases ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Aliases() *gomock.Call
Aliases indicates an expected call of Aliases.
func (*MockConfigMockRecorder) Authentication ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Authentication() *gomock.Call
Authentication indicates an expected call of Authentication.
func (*MockConfigMockRecorder) Get ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Get(arg0 any) *gomock.Call
Get indicates an expected call of Get.
func (*MockConfigMockRecorder) GetOrDefault ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) GetOrDefault(arg0 any) *gomock.Call
GetOrDefault indicates an expected call of GetOrDefault.
func (*MockConfigMockRecorder) Keys ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Keys(arg0 any) *gomock.Call
Keys indicates an expected call of Keys.
func (*MockConfigMockRecorder) Remove ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Remove(arg0 any) *gomock.Call
Remove indicates an expected call of Remove.
func (*MockConfigMockRecorder) Set ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Set(arg0, arg1 any) *gomock.Call
Set indicates an expected call of Set.
func (*MockConfigMockRecorder) Write ¶ added in v0.2.0
func (mr *MockConfigMockRecorder) Write() *gomock.Call
Write indicates an expected call of Write.
type MockConfigReader ¶ added in v0.5.0
type MockConfigReader struct {
// contains filtered or unexported fields
}
MockConfigReader is a mock of ConfigReader interface.
func NewMockConfigReader ¶ added in v0.5.0
func NewMockConfigReader(ctrl *gomock.Controller) *MockConfigReader
NewMockConfigReader creates a new mock instance.
func (*MockConfigReader) EXPECT ¶ added in v0.5.0
func (m *MockConfigReader) EXPECT() *MockConfigReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockConfigReaderMockRecorder ¶ added in v0.5.0
type MockConfigReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigReaderMockRecorder is the mock recorder for MockConfigReader.
func (*MockConfigReaderMockRecorder) Read ¶ added in v0.5.0
func (mr *MockConfigReaderMockRecorder) Read() *gomock.Call
Read indicates an expected call of Read.
type MockConnection ¶
type MockConnection struct {
// contains filtered or unexported fields
}
MockConnection is a mock of Connection interface.
func NewMockConnection ¶
func NewMockConnection(ctrl *gomock.Controller) *MockConnection
NewMockConnection creates a new mock instance.
func (*MockConnection) EXPECT ¶
func (m *MockConnection) EXPECT() *MockConnectionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConnection) GetClientByResourceAreaId ¶
func (m *MockConnection) GetClientByResourceAreaId(ctx context.Context, resourceAreaID uuid.UUID) (azdo.Client, error)
GetClientByResourceAreaId mocks base method.
func (*MockConnection) GetClientByUrl ¶
func (m *MockConnection) GetClientByUrl(baseUrl string) azdo.Client
GetClientByUrl mocks base method.
func (*MockConnection) Organization ¶
func (m *MockConnection) Organization() string
Organization mocks base method.
type MockConnectionFactory ¶
type MockConnectionFactory struct {
// contains filtered or unexported fields
}
MockConnectionFactory is a mock of ConnectionFactory interface.
func NewMockConnectionFactory ¶
func NewMockConnectionFactory(ctrl *gomock.Controller) *MockConnectionFactory
NewMockConnectionFactory creates a new mock instance.
func (*MockConnectionFactory) Connection ¶
func (m *MockConnectionFactory) Connection(organization string) (azdo.Connection, error)
Connection mocks base method.
func (*MockConnectionFactory) EXPECT ¶
func (m *MockConnectionFactory) EXPECT() *MockConnectionFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockConnectionFactoryMockRecorder ¶
type MockConnectionFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectionFactoryMockRecorder is the mock recorder for MockConnectionFactory.
func (*MockConnectionFactoryMockRecorder) Connection ¶
func (mr *MockConnectionFactoryMockRecorder) Connection(organization any) *gomock.Call
Connection indicates an expected call of Connection.
type MockConnectionMockRecorder ¶
type MockConnectionMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectionMockRecorder is the mock recorder for MockConnection.
func (*MockConnectionMockRecorder) GetClientByResourceAreaId ¶
func (mr *MockConnectionMockRecorder) GetClientByResourceAreaId(ctx, resourceAreaID any) *gomock.Call
GetClientByResourceAreaId indicates an expected call of GetClientByResourceAreaId.
func (*MockConnectionMockRecorder) GetClientByUrl ¶
func (mr *MockConnectionMockRecorder) GetClientByUrl(baseUrl any) *gomock.Call
GetClientByUrl indicates an expected call of GetClientByUrl.
func (*MockConnectionMockRecorder) Organization ¶
func (mr *MockConnectionMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
type MockCoreClient ¶ added in v0.2.0
type MockCoreClient struct {
// contains filtered or unexported fields
}
MockCoreClient is a mock of Client interface.
func NewMockCoreClient ¶ added in v0.2.0
func NewMockCoreClient(ctrl *gomock.Controller) *MockCoreClient
NewMockCoreClient creates a new mock instance.
func (*MockCoreClient) CreateConnectedService ¶ added in v0.2.0
func (m *MockCoreClient) CreateConnectedService(arg0 context.Context, arg1 core.CreateConnectedServiceArgs) (*core.WebApiConnectedService, error)
CreateConnectedService mocks base method.
func (*MockCoreClient) CreateOrUpdateProxy ¶ added in v0.2.0
func (m *MockCoreClient) CreateOrUpdateProxy(arg0 context.Context, arg1 core.CreateOrUpdateProxyArgs) (*core.Proxy, error)
CreateOrUpdateProxy mocks base method.
func (*MockCoreClient) CreateTeam ¶ added in v0.2.0
func (m *MockCoreClient) CreateTeam(arg0 context.Context, arg1 core.CreateTeamArgs) (*core.WebApiTeam, error)
CreateTeam mocks base method.
func (*MockCoreClient) DeleteProxy ¶ added in v0.2.0
func (m *MockCoreClient) DeleteProxy(arg0 context.Context, arg1 core.DeleteProxyArgs) error
DeleteProxy mocks base method.
func (*MockCoreClient) DeleteTeam ¶ added in v0.2.0
func (m *MockCoreClient) DeleteTeam(arg0 context.Context, arg1 core.DeleteTeamArgs) error
DeleteTeam mocks base method.
func (*MockCoreClient) EXPECT ¶ added in v0.2.0
func (m *MockCoreClient) EXPECT() *MockCoreClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCoreClient) GetAllTeams ¶ added in v0.2.0
func (m *MockCoreClient) GetAllTeams(arg0 context.Context, arg1 core.GetAllTeamsArgs) (*[]core.WebApiTeam, error)
GetAllTeams mocks base method.
func (*MockCoreClient) GetConnectedServiceDetails ¶ added in v0.2.0
func (m *MockCoreClient) GetConnectedServiceDetails(arg0 context.Context, arg1 core.GetConnectedServiceDetailsArgs) (*core.WebApiConnectedServiceDetails, error)
GetConnectedServiceDetails mocks base method.
func (*MockCoreClient) GetConnectedServices ¶ added in v0.2.0
func (m *MockCoreClient) GetConnectedServices(arg0 context.Context, arg1 core.GetConnectedServicesArgs) (*[]core.WebApiConnectedService, error)
GetConnectedServices mocks base method.
func (*MockCoreClient) GetProcessById ¶ added in v0.2.0
func (m *MockCoreClient) GetProcessById(arg0 context.Context, arg1 core.GetProcessByIdArgs) (*core.Process, error)
GetProcessById mocks base method.
func (*MockCoreClient) GetProcesses ¶ added in v0.2.0
func (m *MockCoreClient) GetProcesses(arg0 context.Context, arg1 core.GetProcessesArgs) (*[]core.Process, error)
GetProcesses mocks base method.
func (*MockCoreClient) GetProject ¶ added in v0.2.0
func (m *MockCoreClient) GetProject(arg0 context.Context, arg1 core.GetProjectArgs) (*core.TeamProject, error)
GetProject mocks base method.
func (*MockCoreClient) GetProjectCollection ¶ added in v0.2.0
func (m *MockCoreClient) GetProjectCollection(arg0 context.Context, arg1 core.GetProjectCollectionArgs) (*core.TeamProjectCollection, error)
GetProjectCollection mocks base method.
func (*MockCoreClient) GetProjectCollections ¶ added in v0.2.0
func (m *MockCoreClient) GetProjectCollections(arg0 context.Context, arg1 core.GetProjectCollectionsArgs) (*[]core.TeamProjectCollectionReference, error)
GetProjectCollections mocks base method.
func (*MockCoreClient) GetProjectProperties ¶ added in v0.2.0
func (m *MockCoreClient) GetProjectProperties(arg0 context.Context, arg1 core.GetProjectPropertiesArgs) (*[]core.ProjectProperty, error)
GetProjectProperties mocks base method.
func (*MockCoreClient) GetProjects ¶ added in v0.2.0
func (m *MockCoreClient) GetProjects(arg0 context.Context, arg1 core.GetProjectsArgs) (*core.GetProjectsResponseValue, error)
GetProjects mocks base method.
func (*MockCoreClient) GetProxies ¶ added in v0.2.0
func (m *MockCoreClient) GetProxies(arg0 context.Context, arg1 core.GetProxiesArgs) (*[]core.Proxy, error)
GetProxies mocks base method.
func (*MockCoreClient) GetTeam ¶ added in v0.2.0
func (m *MockCoreClient) GetTeam(arg0 context.Context, arg1 core.GetTeamArgs) (*core.WebApiTeam, error)
GetTeam mocks base method.
func (*MockCoreClient) GetTeamMembersWithExtendedProperties ¶ added in v0.2.0
func (m *MockCoreClient) GetTeamMembersWithExtendedProperties(arg0 context.Context, arg1 core.GetTeamMembersWithExtendedPropertiesArgs) (*[]webapi.TeamMember, error)
GetTeamMembersWithExtendedProperties mocks base method.
func (*MockCoreClient) GetTeams ¶ added in v0.2.0
func (m *MockCoreClient) GetTeams(arg0 context.Context, arg1 core.GetTeamsArgs) (*[]core.WebApiTeam, error)
GetTeams mocks base method.
func (*MockCoreClient) QueueCreateProject ¶ added in v0.2.0
func (m *MockCoreClient) QueueCreateProject(arg0 context.Context, arg1 core.QueueCreateProjectArgs) (*operations.OperationReference, error)
QueueCreateProject mocks base method.
func (*MockCoreClient) QueueDeleteProject ¶ added in v0.2.0
func (m *MockCoreClient) QueueDeleteProject(arg0 context.Context, arg1 core.QueueDeleteProjectArgs) (*operations.OperationReference, error)
QueueDeleteProject mocks base method.
func (*MockCoreClient) RemoveProjectAvatar ¶ added in v0.2.0
func (m *MockCoreClient) RemoveProjectAvatar(arg0 context.Context, arg1 core.RemoveProjectAvatarArgs) error
RemoveProjectAvatar mocks base method.
func (*MockCoreClient) SetProjectAvatar ¶ added in v0.2.0
func (m *MockCoreClient) SetProjectAvatar(arg0 context.Context, arg1 core.SetProjectAvatarArgs) error
SetProjectAvatar mocks base method.
func (*MockCoreClient) SetProjectProperties ¶ added in v0.2.0
func (m *MockCoreClient) SetProjectProperties(arg0 context.Context, arg1 core.SetProjectPropertiesArgs) error
SetProjectProperties mocks base method.
func (*MockCoreClient) UpdateProject ¶ added in v0.2.0
func (m *MockCoreClient) UpdateProject(arg0 context.Context, arg1 core.UpdateProjectArgs) (*operations.OperationReference, error)
UpdateProject mocks base method.
func (*MockCoreClient) UpdateTeam ¶ added in v0.2.0
func (m *MockCoreClient) UpdateTeam(arg0 context.Context, arg1 core.UpdateTeamArgs) (*core.WebApiTeam, error)
UpdateTeam mocks base method.
type MockCoreClientMockRecorder ¶ added in v0.2.0
type MockCoreClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCoreClientMockRecorder is the mock recorder for MockCoreClient.
func (*MockCoreClientMockRecorder) CreateConnectedService ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) CreateConnectedService(arg0, arg1 any) *gomock.Call
CreateConnectedService indicates an expected call of CreateConnectedService.
func (*MockCoreClientMockRecorder) CreateOrUpdateProxy ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 any) *gomock.Call
CreateOrUpdateProxy indicates an expected call of CreateOrUpdateProxy.
func (*MockCoreClientMockRecorder) CreateTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 any) *gomock.Call
CreateTeam indicates an expected call of CreateTeam.
func (*MockCoreClientMockRecorder) DeleteProxy ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 any) *gomock.Call
DeleteProxy indicates an expected call of DeleteProxy.
func (*MockCoreClientMockRecorder) DeleteTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 any) *gomock.Call
DeleteTeam indicates an expected call of DeleteTeam.
func (*MockCoreClientMockRecorder) GetAllTeams ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 any) *gomock.Call
GetAllTeams indicates an expected call of GetAllTeams.
func (*MockCoreClientMockRecorder) GetConnectedServiceDetails ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 any) *gomock.Call
GetConnectedServiceDetails indicates an expected call of GetConnectedServiceDetails.
func (*MockCoreClientMockRecorder) GetConnectedServices ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 any) *gomock.Call
GetConnectedServices indicates an expected call of GetConnectedServices.
func (*MockCoreClientMockRecorder) GetProcessById ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 any) *gomock.Call
GetProcessById indicates an expected call of GetProcessById.
func (*MockCoreClientMockRecorder) GetProcesses ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 any) *gomock.Call
GetProcesses indicates an expected call of GetProcesses.
func (*MockCoreClientMockRecorder) GetProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 any) *gomock.Call
GetProject indicates an expected call of GetProject.
func (*MockCoreClientMockRecorder) GetProjectCollection ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 any) *gomock.Call
GetProjectCollection indicates an expected call of GetProjectCollection.
func (*MockCoreClientMockRecorder) GetProjectCollections ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 any) *gomock.Call
GetProjectCollections indicates an expected call of GetProjectCollections.
func (*MockCoreClientMockRecorder) GetProjectProperties ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 any) *gomock.Call
GetProjectProperties indicates an expected call of GetProjectProperties.
func (*MockCoreClientMockRecorder) GetProjects ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 any) *gomock.Call
GetProjects indicates an expected call of GetProjects.
func (*MockCoreClientMockRecorder) GetProxies ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 any) *gomock.Call
GetProxies indicates an expected call of GetProxies.
func (*MockCoreClientMockRecorder) GetTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 any) *gomock.Call
GetTeam indicates an expected call of GetTeam.
func (*MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 any) *gomock.Call
GetTeamMembersWithExtendedProperties indicates an expected call of GetTeamMembersWithExtendedProperties.
func (*MockCoreClientMockRecorder) GetTeams ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 any) *gomock.Call
GetTeams indicates an expected call of GetTeams.
func (*MockCoreClientMockRecorder) QueueCreateProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 any) *gomock.Call
QueueCreateProject indicates an expected call of QueueCreateProject.
func (*MockCoreClientMockRecorder) QueueDeleteProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 any) *gomock.Call
QueueDeleteProject indicates an expected call of QueueDeleteProject.
func (*MockCoreClientMockRecorder) RemoveProjectAvatar ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 any) *gomock.Call
RemoveProjectAvatar indicates an expected call of RemoveProjectAvatar.
func (*MockCoreClientMockRecorder) SetProjectAvatar ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 any) *gomock.Call
SetProjectAvatar indicates an expected call of SetProjectAvatar.
func (*MockCoreClientMockRecorder) SetProjectProperties ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 any) *gomock.Call
SetProjectProperties indicates an expected call of SetProjectProperties.
func (*MockCoreClientMockRecorder) UpdateProject ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 any) *gomock.Call
UpdateProject indicates an expected call of UpdateProject.
func (*MockCoreClientMockRecorder) UpdateTeam ¶ added in v0.2.0
func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 any) *gomock.Call
UpdateTeam indicates an expected call of UpdateTeam.
type MockGitCommand ¶
type MockGitCommand struct {
// contains filtered or unexported fields
}
MockGitCommand is a mock of GitCommand interface.
func NewMockGitCommand ¶
func NewMockGitCommand(ctrl *gomock.Controller) *MockGitCommand
NewMockGitCommand creates a new mock instance.
func (*MockGitCommand) AddRemote ¶
func (m *MockGitCommand) AddRemote(ctx context.Context, name, urlStr string, trackingBranches []string) (*git.Remote, error)
AddRemote mocks base method.
func (*MockGitCommand) AuthenticatedCommand ¶
func (m *MockGitCommand) AuthenticatedCommand(ctx context.Context, args ...string) (*git.Command, error)
AuthenticatedCommand mocks base method.
func (*MockGitCommand) CheckoutBranch ¶
func (m *MockGitCommand) CheckoutBranch(ctx context.Context, branch string) error
CheckoutBranch mocks base method.
func (*MockGitCommand) CheckoutNewBranch ¶
func (m *MockGitCommand) CheckoutNewBranch(ctx context.Context, remoteName, branch string) error
CheckoutNewBranch mocks base method.
func (*MockGitCommand) Clone ¶
func (m *MockGitCommand) Clone(ctx context.Context, cloneURL string, args []string, mods ...git.CommandModifier) (string, error)
Clone mocks base method.
func (*MockGitCommand) CommitBody ¶
CommitBody mocks base method.
func (*MockGitCommand) Commits ¶
func (m *MockGitCommand) Commits(ctx context.Context, baseRef, headRef string) ([]*git.Commit, error)
Commits mocks base method.
func (*MockGitCommand) CurrentBranch ¶
func (m *MockGitCommand) CurrentBranch(ctx context.Context) (string, error)
CurrentBranch mocks base method.
func (*MockGitCommand) DeleteLocalBranch ¶
func (m *MockGitCommand) DeleteLocalBranch(ctx context.Context, branch string) error
DeleteLocalBranch mocks base method.
func (*MockGitCommand) DeleteLocalTag ¶
func (m *MockGitCommand) DeleteLocalTag(ctx context.Context, tag string) error
DeleteLocalTag mocks base method.
func (*MockGitCommand) EXPECT ¶
func (m *MockGitCommand) EXPECT() *MockGitCommandMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGitCommand) Fetch ¶
func (m *MockGitCommand) Fetch(ctx context.Context, remote, refspec string, mods ...git.CommandModifier) error
Fetch mocks base method.
func (*MockGitCommand) GetAuthConfig ¶
func (m *MockGitCommand) GetAuthConfig(ctx context.Context) ([]string, error)
GetAuthConfig mocks base method.
func (*MockGitCommand) GetAzDoPath ¶
func (m *MockGitCommand) GetAzDoPath() string
GetAzDoPath mocks base method.
func (*MockGitCommand) GetGitPath ¶
func (m *MockGitCommand) GetGitPath() string
GetGitPath mocks base method.
func (*MockGitCommand) GetRepoDir ¶
func (m *MockGitCommand) GetRepoDir() string
GetRepoDir mocks base method.
func (*MockGitCommand) GitDir ¶
func (m *MockGitCommand) GitDir(ctx context.Context) (string, error)
GitDir mocks base method.
func (*MockGitCommand) HasLocalBranch ¶
func (m *MockGitCommand) HasLocalBranch(ctx context.Context, branch string) bool
HasLocalBranch mocks base method.
func (*MockGitCommand) HasRemoteBranch ¶
func (m *MockGitCommand) HasRemoteBranch(ctx context.Context, remote, branch string) bool
HasRemoteBranch mocks base method.
func (*MockGitCommand) IsLocalGitRepo ¶
func (m *MockGitCommand) IsLocalGitRepo(ctx context.Context) (bool, error)
IsLocalGitRepo mocks base method.
func (*MockGitCommand) LastCommit ¶
LastCommit mocks base method.
func (*MockGitCommand) ParentBranch ¶
ParentBranch mocks base method.
func (*MockGitCommand) PathFromRoot ¶
func (m *MockGitCommand) PathFromRoot(ctx context.Context) string
PathFromRoot mocks base method.
func (*MockGitCommand) Pull ¶
func (m *MockGitCommand) Pull(ctx context.Context, remote, branch string, mods ...git.CommandModifier) error
Pull mocks base method.
func (*MockGitCommand) Push ¶
func (m *MockGitCommand) Push(ctx context.Context, remote, ref string, mods ...git.CommandModifier) error
Push mocks base method.
func (*MockGitCommand) ReadBranchConfig ¶
func (m *MockGitCommand) ReadBranchConfig(ctx context.Context, branch string) git.BranchConfig
ReadBranchConfig mocks base method.
func (*MockGitCommand) SetConfig ¶
func (m *MockGitCommand) SetConfig(ctx context.Context, configItems ...string) error
SetConfig mocks base method.
func (*MockGitCommand) SetRemoteBranches ¶
func (m *MockGitCommand) SetRemoteBranches(ctx context.Context, remote, refspec string) error
SetRemoteBranches mocks base method.
func (*MockGitCommand) SetRemoteResolution ¶
func (m *MockGitCommand) SetRemoteResolution(ctx context.Context, name, resolution string) error
SetRemoteResolution mocks base method.
func (*MockGitCommand) SetRepoDir ¶
func (m *MockGitCommand) SetRepoDir(arg0 string) error
SetRepoDir mocks base method.
func (*MockGitCommand) ToplevelDir ¶
func (m *MockGitCommand) ToplevelDir(ctx context.Context) (string, error)
ToplevelDir mocks base method.
func (*MockGitCommand) TrackingBranchNames ¶
func (m *MockGitCommand) TrackingBranchNames(ctx context.Context, prefix string) []string
TrackingBranchNames mocks base method.
func (*MockGitCommand) UncommittedChangeCount ¶
func (m *MockGitCommand) UncommittedChangeCount(ctx context.Context) (int, error)
UncommittedChangeCount mocks base method.
func (*MockGitCommand) UnsetRemoteResolution ¶
func (m *MockGitCommand) UnsetRemoteResolution(ctx context.Context, name string) error
UnsetRemoteResolution mocks base method.
func (*MockGitCommand) UpdateRemoteURL ¶
func (m *MockGitCommand) UpdateRemoteURL(ctx context.Context, name, url string) error
UpdateRemoteURL mocks base method.
type MockGitCommandMockRecorder ¶
type MockGitCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockGitCommandMockRecorder is the mock recorder for MockGitCommand.
func (*MockGitCommandMockRecorder) AddRemote ¶
func (mr *MockGitCommandMockRecorder) AddRemote(ctx, name, urlStr, trackingBranches any) *gomock.Call
AddRemote indicates an expected call of AddRemote.
func (*MockGitCommandMockRecorder) AuthenticatedCommand ¶
func (mr *MockGitCommandMockRecorder) AuthenticatedCommand(ctx any, args ...any) *gomock.Call
AuthenticatedCommand indicates an expected call of AuthenticatedCommand.
func (*MockGitCommandMockRecorder) CheckoutBranch ¶
func (mr *MockGitCommandMockRecorder) CheckoutBranch(ctx, branch any) *gomock.Call
CheckoutBranch indicates an expected call of CheckoutBranch.
func (*MockGitCommandMockRecorder) CheckoutNewBranch ¶
func (mr *MockGitCommandMockRecorder) CheckoutNewBranch(ctx, remoteName, branch any) *gomock.Call
CheckoutNewBranch indicates an expected call of CheckoutNewBranch.
func (*MockGitCommandMockRecorder) Clone ¶
func (mr *MockGitCommandMockRecorder) Clone(ctx, cloneURL, args any, mods ...any) *gomock.Call
Clone indicates an expected call of Clone.
func (*MockGitCommandMockRecorder) Command ¶
func (mr *MockGitCommandMockRecorder) Command(ctx any, args ...any) *gomock.Call
Command indicates an expected call of Command.
func (*MockGitCommandMockRecorder) CommitBody ¶
func (mr *MockGitCommandMockRecorder) CommitBody(ctx, sha any) *gomock.Call
CommitBody indicates an expected call of CommitBody.
func (*MockGitCommandMockRecorder) Commits ¶
func (mr *MockGitCommandMockRecorder) Commits(ctx, baseRef, headRef any) *gomock.Call
Commits indicates an expected call of Commits.
func (*MockGitCommandMockRecorder) CurrentBranch ¶
func (mr *MockGitCommandMockRecorder) CurrentBranch(ctx any) *gomock.Call
CurrentBranch indicates an expected call of CurrentBranch.
func (*MockGitCommandMockRecorder) DeleteLocalBranch ¶
func (mr *MockGitCommandMockRecorder) DeleteLocalBranch(ctx, branch any) *gomock.Call
DeleteLocalBranch indicates an expected call of DeleteLocalBranch.
func (*MockGitCommandMockRecorder) DeleteLocalTag ¶
func (mr *MockGitCommandMockRecorder) DeleteLocalTag(ctx, tag any) *gomock.Call
DeleteLocalTag indicates an expected call of DeleteLocalTag.
func (*MockGitCommandMockRecorder) Fetch ¶
func (mr *MockGitCommandMockRecorder) Fetch(ctx, remote, refspec any, mods ...any) *gomock.Call
Fetch indicates an expected call of Fetch.
func (*MockGitCommandMockRecorder) GetAuthConfig ¶
func (mr *MockGitCommandMockRecorder) GetAuthConfig(ctx any) *gomock.Call
GetAuthConfig indicates an expected call of GetAuthConfig.
func (*MockGitCommandMockRecorder) GetAzDoPath ¶
func (mr *MockGitCommandMockRecorder) GetAzDoPath() *gomock.Call
GetAzDoPath indicates an expected call of GetAzDoPath.
func (*MockGitCommandMockRecorder) GetConfig ¶
func (mr *MockGitCommandMockRecorder) GetConfig(ctx, name any) *gomock.Call
GetConfig indicates an expected call of GetConfig.
func (*MockGitCommandMockRecorder) GetGitPath ¶
func (mr *MockGitCommandMockRecorder) GetGitPath() *gomock.Call
GetGitPath indicates an expected call of GetGitPath.
func (*MockGitCommandMockRecorder) GetRepoDir ¶
func (mr *MockGitCommandMockRecorder) GetRepoDir() *gomock.Call
GetRepoDir indicates an expected call of GetRepoDir.
func (*MockGitCommandMockRecorder) GitDir ¶
func (mr *MockGitCommandMockRecorder) GitDir(ctx any) *gomock.Call
GitDir indicates an expected call of GitDir.
func (*MockGitCommandMockRecorder) HasLocalBranch ¶
func (mr *MockGitCommandMockRecorder) HasLocalBranch(ctx, branch any) *gomock.Call
HasLocalBranch indicates an expected call of HasLocalBranch.
func (*MockGitCommandMockRecorder) HasRemoteBranch ¶
func (mr *MockGitCommandMockRecorder) HasRemoteBranch(ctx, remote, branch any) *gomock.Call
HasRemoteBranch indicates an expected call of HasRemoteBranch.
func (*MockGitCommandMockRecorder) IsLocalGitRepo ¶
func (mr *MockGitCommandMockRecorder) IsLocalGitRepo(ctx any) *gomock.Call
IsLocalGitRepo indicates an expected call of IsLocalGitRepo.
func (*MockGitCommandMockRecorder) LastCommit ¶
func (mr *MockGitCommandMockRecorder) LastCommit(ctx any) *gomock.Call
LastCommit indicates an expected call of LastCommit.
func (*MockGitCommandMockRecorder) ParentBranch ¶
func (mr *MockGitCommandMockRecorder) ParentBranch(ctx, branch any) *gomock.Call
ParentBranch indicates an expected call of ParentBranch.
func (*MockGitCommandMockRecorder) PathFromRoot ¶
func (mr *MockGitCommandMockRecorder) PathFromRoot(ctx any) *gomock.Call
PathFromRoot indicates an expected call of PathFromRoot.
func (*MockGitCommandMockRecorder) Pull ¶
func (mr *MockGitCommandMockRecorder) Pull(ctx, remote, branch any, mods ...any) *gomock.Call
Pull indicates an expected call of Pull.
func (*MockGitCommandMockRecorder) Push ¶
func (mr *MockGitCommandMockRecorder) Push(ctx, remote, ref any, mods ...any) *gomock.Call
Push indicates an expected call of Push.
func (*MockGitCommandMockRecorder) ReadBranchConfig ¶
func (mr *MockGitCommandMockRecorder) ReadBranchConfig(ctx, branch any) *gomock.Call
ReadBranchConfig indicates an expected call of ReadBranchConfig.
func (*MockGitCommandMockRecorder) Remotes ¶
func (mr *MockGitCommandMockRecorder) Remotes(ctx any) *gomock.Call
Remotes indicates an expected call of Remotes.
func (*MockGitCommandMockRecorder) SetConfig ¶
func (mr *MockGitCommandMockRecorder) SetConfig(ctx any, configItems ...any) *gomock.Call
SetConfig indicates an expected call of SetConfig.
func (*MockGitCommandMockRecorder) SetRemoteBranches ¶
func (mr *MockGitCommandMockRecorder) SetRemoteBranches(ctx, remote, refspec any) *gomock.Call
SetRemoteBranches indicates an expected call of SetRemoteBranches.
func (*MockGitCommandMockRecorder) SetRemoteResolution ¶
func (mr *MockGitCommandMockRecorder) SetRemoteResolution(ctx, name, resolution any) *gomock.Call
SetRemoteResolution indicates an expected call of SetRemoteResolution.
func (*MockGitCommandMockRecorder) SetRepoDir ¶
func (mr *MockGitCommandMockRecorder) SetRepoDir(arg0 any) *gomock.Call
SetRepoDir indicates an expected call of SetRepoDir.
func (*MockGitCommandMockRecorder) ShowRefs ¶
func (mr *MockGitCommandMockRecorder) ShowRefs(ctx, refs any) *gomock.Call
ShowRefs indicates an expected call of ShowRefs.
func (*MockGitCommandMockRecorder) ToplevelDir ¶
func (mr *MockGitCommandMockRecorder) ToplevelDir(ctx any) *gomock.Call
ToplevelDir indicates an expected call of ToplevelDir.
func (*MockGitCommandMockRecorder) TrackingBranchNames ¶
func (mr *MockGitCommandMockRecorder) TrackingBranchNames(ctx, prefix any) *gomock.Call
TrackingBranchNames indicates an expected call of TrackingBranchNames.
func (*MockGitCommandMockRecorder) UncommittedChangeCount ¶
func (mr *MockGitCommandMockRecorder) UncommittedChangeCount(ctx any) *gomock.Call
UncommittedChangeCount indicates an expected call of UncommittedChangeCount.
func (*MockGitCommandMockRecorder) UnsetRemoteResolution ¶
func (mr *MockGitCommandMockRecorder) UnsetRemoteResolution(ctx, name any) *gomock.Call
UnsetRemoteResolution indicates an expected call of UnsetRemoteResolution.
func (*MockGitCommandMockRecorder) UpdateRemoteURL ¶
func (mr *MockGitCommandMockRecorder) UpdateRemoteURL(ctx, name, url any) *gomock.Call
UpdateRemoteURL indicates an expected call of UpdateRemoteURL.
type MockGraphClient ¶ added in v0.4.0
type MockGraphClient struct {
// contains filtered or unexported fields
}
MockGraphClient is a mock of Client interface.
func NewMockGraphClient ¶ added in v0.4.0
func NewMockGraphClient(ctrl *gomock.Controller) *MockGraphClient
NewMockGraphClient creates a new mock instance.
func (*MockGraphClient) AddMembership ¶ added in v0.4.0
func (m *MockGraphClient) AddMembership(arg0 context.Context, arg1 graph.AddMembershipArgs) (*graph.GraphMembership, error)
AddMembership mocks base method.
func (*MockGraphClient) CheckMembershipExistence ¶ added in v0.4.0
func (m *MockGraphClient) CheckMembershipExistence(arg0 context.Context, arg1 graph.CheckMembershipExistenceArgs) error
CheckMembershipExistence mocks base method.
func (*MockGraphClient) CreateGroupMailAddress ¶ added in v0.4.0
func (m *MockGraphClient) CreateGroupMailAddress(arg0 context.Context, arg1 graph.CreateGroupMailAddressArgs) (*graph.GraphGroup, error)
CreateGroupMailAddress mocks base method.
func (*MockGraphClient) CreateGroupOriginId ¶ added in v0.4.0
func (m *MockGraphClient) CreateGroupOriginId(arg0 context.Context, arg1 graph.CreateGroupOriginIdArgs) (*graph.GraphGroup, error)
CreateGroupOriginId mocks base method.
func (*MockGraphClient) CreateGroupVsts ¶ added in v0.4.0
func (m *MockGraphClient) CreateGroupVsts(arg0 context.Context, arg1 graph.CreateGroupVstsArgs) (*graph.GraphGroup, error)
CreateGroupVsts mocks base method.
func (*MockGraphClient) CreateServicePrincipal ¶ added in v0.4.0
func (m *MockGraphClient) CreateServicePrincipal(arg0 context.Context, arg1 graph.CreateServicePrincipalArgs) (*graph.GraphServicePrincipal, error)
CreateServicePrincipal mocks base method.
func (*MockGraphClient) CreateUserMailAddress ¶ added in v0.4.0
func (m *MockGraphClient) CreateUserMailAddress(ctx context.Context, args graph.CreateUserMailAddressArgs) (*graph.GraphUser, error)
CreateUserMailAddress mocks base method.
func (*MockGraphClient) CreateUserOriginId ¶ added in v0.4.0
func (m *MockGraphClient) CreateUserOriginId(ctx context.Context, args graph.CreateUserOriginIdArgs) (*graph.GraphUser, error)
CreateUserOriginId mocks base method.
func (*MockGraphClient) CreateUserUserPrincipalName ¶ added in v0.4.0
func (m *MockGraphClient) CreateUserUserPrincipalName(ctx context.Context, args graph.CreateUserUserPrincipalNameArgs) (*graph.GraphUser, error)
CreateUserUserPrincipalName mocks base method.
func (*MockGraphClient) DeleteAvatar ¶ added in v0.4.0
func (m *MockGraphClient) DeleteAvatar(arg0 context.Context, arg1 graph.DeleteAvatarArgs) error
DeleteAvatar mocks base method.
func (*MockGraphClient) DeleteGroup ¶ added in v0.4.0
func (m *MockGraphClient) DeleteGroup(arg0 context.Context, arg1 graph.DeleteGroupArgs) error
DeleteGroup mocks base method.
func (*MockGraphClient) DeleteServicePrincipal ¶ added in v0.4.0
func (m *MockGraphClient) DeleteServicePrincipal(arg0 context.Context, arg1 graph.DeleteServicePrincipalArgs) error
DeleteServicePrincipal mocks base method.
func (*MockGraphClient) DeleteUser ¶ added in v0.4.0
func (m *MockGraphClient) DeleteUser(arg0 context.Context, arg1 graph.DeleteUserArgs) error
DeleteUser mocks base method.
func (*MockGraphClient) EXPECT ¶ added in v0.4.0
func (m *MockGraphClient) EXPECT() *MockGraphClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGraphClient) GetAvatar ¶ added in v0.4.0
func (m *MockGraphClient) GetAvatar(arg0 context.Context, arg1 graph.GetAvatarArgs) (*profile.Avatar, error)
GetAvatar mocks base method.
func (*MockGraphClient) GetDescriptor ¶ added in v0.4.0
func (m *MockGraphClient) GetDescriptor(arg0 context.Context, arg1 graph.GetDescriptorArgs) (*graph.GraphDescriptorResult, error)
GetDescriptor mocks base method.
func (*MockGraphClient) GetGroup ¶ added in v0.4.0
func (m *MockGraphClient) GetGroup(arg0 context.Context, arg1 graph.GetGroupArgs) (*graph.GraphGroup, error)
GetGroup mocks base method.
func (*MockGraphClient) GetMembership ¶ added in v0.4.0
func (m *MockGraphClient) GetMembership(arg0 context.Context, arg1 graph.GetMembershipArgs) (*graph.GraphMembership, error)
GetMembership mocks base method.
func (*MockGraphClient) GetMembershipState ¶ added in v0.4.0
func (m *MockGraphClient) GetMembershipState(arg0 context.Context, arg1 graph.GetMembershipStateArgs) (*graph.GraphMembershipState, error)
GetMembershipState mocks base method.
func (*MockGraphClient) GetProviderInfo ¶ added in v0.4.0
func (m *MockGraphClient) GetProviderInfo(arg0 context.Context, arg1 graph.GetProviderInfoArgs) (*graph.GraphProviderInfo, error)
GetProviderInfo mocks base method.
func (*MockGraphClient) GetServicePrincipal ¶ added in v0.4.0
func (m *MockGraphClient) GetServicePrincipal(arg0 context.Context, arg1 graph.GetServicePrincipalArgs) (*graph.GraphServicePrincipal, error)
GetServicePrincipal mocks base method.
func (*MockGraphClient) GetStorageKey ¶ added in v0.4.0
func (m *MockGraphClient) GetStorageKey(arg0 context.Context, arg1 graph.GetStorageKeyArgs) (*graph.GraphStorageKeyResult, error)
GetStorageKey mocks base method.
func (*MockGraphClient) GetUser ¶ added in v0.4.0
func (m *MockGraphClient) GetUser(arg0 context.Context, arg1 graph.GetUserArgs) (*graph.GraphUser, error)
GetUser mocks base method.
func (*MockGraphClient) ListGroups ¶ added in v0.4.0
func (m *MockGraphClient) ListGroups(arg0 context.Context, arg1 graph.ListGroupsArgs) (*graph.PagedGraphGroups, error)
ListGroups mocks base method.
func (*MockGraphClient) ListMemberships ¶ added in v0.4.0
func (m *MockGraphClient) ListMemberships(arg0 context.Context, arg1 graph.ListMembershipsArgs) (*[]graph.GraphMembership, error)
ListMemberships mocks base method.
func (*MockGraphClient) ListServicePrincipals ¶ added in v0.4.0
func (m *MockGraphClient) ListServicePrincipals(arg0 context.Context, arg1 graph.ListServicePrincipalsArgs) (*graph.PagedGraphServicePrincipals, error)
ListServicePrincipals mocks base method.
func (*MockGraphClient) ListUsers ¶ added in v0.4.0
func (m *MockGraphClient) ListUsers(arg0 context.Context, arg1 graph.ListUsersArgs) (*graph.PagedGraphUsers, error)
ListUsers mocks base method.
func (*MockGraphClient) LookupSubjects ¶ added in v0.4.0
func (m *MockGraphClient) LookupSubjects(arg0 context.Context, arg1 graph.LookupSubjectsArgs) (*map[string]graph.GraphSubject, error)
LookupSubjects mocks base method.
func (*MockGraphClient) QuerySubjects ¶ added in v0.4.0
func (m *MockGraphClient) QuerySubjects(arg0 context.Context, arg1 graph.QuerySubjectsArgs) (*[]graph.GraphSubject, error)
QuerySubjects mocks base method.
func (*MockGraphClient) RemoveMembership ¶ added in v0.4.0
func (m *MockGraphClient) RemoveMembership(arg0 context.Context, arg1 graph.RemoveMembershipArgs) error
RemoveMembership mocks base method.
func (*MockGraphClient) RequestAccess ¶ added in v0.4.0
func (m *MockGraphClient) RequestAccess(arg0 context.Context, arg1 graph.RequestAccessArgs) error
RequestAccess mocks base method.
func (*MockGraphClient) SetAvatar ¶ added in v0.4.0
func (m *MockGraphClient) SetAvatar(arg0 context.Context, arg1 graph.SetAvatarArgs) error
SetAvatar mocks base method.
func (*MockGraphClient) UpdateGroup ¶ added in v0.4.0
func (m *MockGraphClient) UpdateGroup(arg0 context.Context, arg1 graph.UpdateGroupArgs) (*graph.GraphGroup, error)
UpdateGroup mocks base method.
func (*MockGraphClient) UpdateUser ¶ added in v0.4.0
func (m *MockGraphClient) UpdateUser(arg0 context.Context, arg1 graph.UpdateUserArgs) (*graph.GraphUser, error)
UpdateUser mocks base method.
type MockGraphClientMockRecorder ¶ added in v0.4.0
type MockGraphClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGraphClientMockRecorder is the mock recorder for MockGraphClient.
func (*MockGraphClientMockRecorder) AddMembership ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) AddMembership(arg0, arg1 any) *gomock.Call
AddMembership indicates an expected call of AddMembership.
func (*MockGraphClientMockRecorder) CheckMembershipExistence ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CheckMembershipExistence(arg0, arg1 any) *gomock.Call
CheckMembershipExistence indicates an expected call of CheckMembershipExistence.
func (*MockGraphClientMockRecorder) CreateGroupMailAddress ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateGroupMailAddress(arg0, arg1 any) *gomock.Call
CreateGroupMailAddress indicates an expected call of CreateGroupMailAddress.
func (*MockGraphClientMockRecorder) CreateGroupOriginId ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateGroupOriginId(arg0, arg1 any) *gomock.Call
CreateGroupOriginId indicates an expected call of CreateGroupOriginId.
func (*MockGraphClientMockRecorder) CreateGroupVsts ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateGroupVsts(arg0, arg1 any) *gomock.Call
CreateGroupVsts indicates an expected call of CreateGroupVsts.
func (*MockGraphClientMockRecorder) CreateServicePrincipal ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateServicePrincipal(arg0, arg1 any) *gomock.Call
CreateServicePrincipal indicates an expected call of CreateServicePrincipal.
func (*MockGraphClientMockRecorder) CreateUserMailAddress ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateUserMailAddress(ctx, args any) *gomock.Call
CreateUserMailAddress indicates an expected call of CreateUserMailAddress.
func (*MockGraphClientMockRecorder) CreateUserOriginId ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateUserOriginId(ctx, args any) *gomock.Call
CreateUserOriginId indicates an expected call of CreateUserOriginId.
func (*MockGraphClientMockRecorder) CreateUserUserPrincipalName ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) CreateUserUserPrincipalName(ctx, args any) *gomock.Call
CreateUserUserPrincipalName indicates an expected call of CreateUserUserPrincipalName.
func (*MockGraphClientMockRecorder) DeleteAvatar ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) DeleteAvatar(arg0, arg1 any) *gomock.Call
DeleteAvatar indicates an expected call of DeleteAvatar.
func (*MockGraphClientMockRecorder) DeleteGroup ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) DeleteGroup(arg0, arg1 any) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup.
func (*MockGraphClientMockRecorder) DeleteServicePrincipal ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) DeleteServicePrincipal(arg0, arg1 any) *gomock.Call
DeleteServicePrincipal indicates an expected call of DeleteServicePrincipal.
func (*MockGraphClientMockRecorder) DeleteUser ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) DeleteUser(arg0, arg1 any) *gomock.Call
DeleteUser indicates an expected call of DeleteUser.
func (*MockGraphClientMockRecorder) GetAvatar ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetAvatar(arg0, arg1 any) *gomock.Call
GetAvatar indicates an expected call of GetAvatar.
func (*MockGraphClientMockRecorder) GetDescriptor ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetDescriptor(arg0, arg1 any) *gomock.Call
GetDescriptor indicates an expected call of GetDescriptor.
func (*MockGraphClientMockRecorder) GetGroup ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetGroup(arg0, arg1 any) *gomock.Call
GetGroup indicates an expected call of GetGroup.
func (*MockGraphClientMockRecorder) GetMembership ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetMembership(arg0, arg1 any) *gomock.Call
GetMembership indicates an expected call of GetMembership.
func (*MockGraphClientMockRecorder) GetMembershipState ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetMembershipState(arg0, arg1 any) *gomock.Call
GetMembershipState indicates an expected call of GetMembershipState.
func (*MockGraphClientMockRecorder) GetProviderInfo ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetProviderInfo(arg0, arg1 any) *gomock.Call
GetProviderInfo indicates an expected call of GetProviderInfo.
func (*MockGraphClientMockRecorder) GetServicePrincipal ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetServicePrincipal(arg0, arg1 any) *gomock.Call
GetServicePrincipal indicates an expected call of GetServicePrincipal.
func (*MockGraphClientMockRecorder) GetStorageKey ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetStorageKey(arg0, arg1 any) *gomock.Call
GetStorageKey indicates an expected call of GetStorageKey.
func (*MockGraphClientMockRecorder) GetUser ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) GetUser(arg0, arg1 any) *gomock.Call
GetUser indicates an expected call of GetUser.
func (*MockGraphClientMockRecorder) ListGroups ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) ListGroups(arg0, arg1 any) *gomock.Call
ListGroups indicates an expected call of ListGroups.
func (*MockGraphClientMockRecorder) ListMemberships ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) ListMemberships(arg0, arg1 any) *gomock.Call
ListMemberships indicates an expected call of ListMemberships.
func (*MockGraphClientMockRecorder) ListServicePrincipals ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) ListServicePrincipals(arg0, arg1 any) *gomock.Call
ListServicePrincipals indicates an expected call of ListServicePrincipals.
func (*MockGraphClientMockRecorder) ListUsers ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) ListUsers(arg0, arg1 any) *gomock.Call
ListUsers indicates an expected call of ListUsers.
func (*MockGraphClientMockRecorder) LookupSubjects ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) LookupSubjects(arg0, arg1 any) *gomock.Call
LookupSubjects indicates an expected call of LookupSubjects.
func (*MockGraphClientMockRecorder) QuerySubjects ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) QuerySubjects(arg0, arg1 any) *gomock.Call
QuerySubjects indicates an expected call of QuerySubjects.
func (*MockGraphClientMockRecorder) RemoveMembership ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) RemoveMembership(arg0, arg1 any) *gomock.Call
RemoveMembership indicates an expected call of RemoveMembership.
func (*MockGraphClientMockRecorder) RequestAccess ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) RequestAccess(arg0, arg1 any) *gomock.Call
RequestAccess indicates an expected call of RequestAccess.
func (*MockGraphClientMockRecorder) SetAvatar ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) SetAvatar(arg0, arg1 any) *gomock.Call
SetAvatar indicates an expected call of SetAvatar.
func (*MockGraphClientMockRecorder) UpdateGroup ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) UpdateGroup(arg0, arg1 any) *gomock.Call
UpdateGroup indicates an expected call of UpdateGroup.
func (*MockGraphClientMockRecorder) UpdateUser ¶ added in v0.4.0
func (mr *MockGraphClientMockRecorder) UpdateUser(arg0, arg1 any) *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) ForceRemoveMember ¶
func (m *MockIdentityClient) ForceRemoveMember(arg0 context.Context, arg1 identity.ForceRemoveMemberArgs) (*bool, error)
ForceRemoveMember mocks base method.
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) RefreshMembersOf ¶
func (m *MockIdentityClient) RefreshMembersOf(arg0 context.Context, arg1 identity.RefreshMembersOfArgs) (*[]string, error)
RefreshMembersOf 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 any) *gomock.Call
AddMember indicates an expected call of AddMember.
func (*MockIdentityClientMockRecorder) CreateGroups ¶
func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 any) *gomock.Call
CreateGroups indicates an expected call of CreateGroups.
func (*MockIdentityClientMockRecorder) CreateIdentity ¶
func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 any) *gomock.Call
CreateIdentity indicates an expected call of CreateIdentity.
func (*MockIdentityClientMockRecorder) CreateOrBindWithClaims ¶
func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 any) *gomock.Call
CreateOrBindWithClaims indicates an expected call of CreateOrBindWithClaims.
func (*MockIdentityClientMockRecorder) CreateScope ¶
func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 any) *gomock.Call
CreateScope indicates an expected call of CreateScope.
func (*MockIdentityClientMockRecorder) DeleteGroup ¶
func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 any) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup.
func (*MockIdentityClientMockRecorder) DeleteScope ¶
func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 any) *gomock.Call
DeleteScope indicates an expected call of DeleteScope.
func (*MockIdentityClientMockRecorder) ForceRemoveMember ¶
func (mr *MockIdentityClientMockRecorder) ForceRemoveMember(arg0, arg1 any) *gomock.Call
ForceRemoveMember indicates an expected call of ForceRemoveMember.
func (*MockIdentityClientMockRecorder) GetDescriptorById ¶
func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 any) *gomock.Call
GetDescriptorById indicates an expected call of GetDescriptorById.
func (*MockIdentityClientMockRecorder) GetIdentityChanges ¶
func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 any) *gomock.Call
GetIdentityChanges indicates an expected call of GetIdentityChanges.
func (*MockIdentityClientMockRecorder) GetIdentitySnapshot ¶
func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 any) *gomock.Call
GetIdentitySnapshot indicates an expected call of GetIdentitySnapshot.
func (*MockIdentityClientMockRecorder) GetMaxSequenceId ¶
func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 any) *gomock.Call
GetMaxSequenceId indicates an expected call of GetMaxSequenceId.
func (*MockIdentityClientMockRecorder) GetScopeById ¶
func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 any) *gomock.Call
GetScopeById indicates an expected call of GetScopeById.
func (*MockIdentityClientMockRecorder) GetScopeByName ¶
func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 any) *gomock.Call
GetScopeByName indicates an expected call of GetScopeByName.
func (*MockIdentityClientMockRecorder) GetSelf ¶
func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 any) *gomock.Call
GetSelf indicates an expected call of GetSelf.
func (*MockIdentityClientMockRecorder) GetSignedInToken ¶
func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 any) *gomock.Call
GetSignedInToken indicates an expected call of GetSignedInToken.
func (*MockIdentityClientMockRecorder) GetSignoutToken ¶
func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 any) *gomock.Call
GetSignoutToken indicates an expected call of GetSignoutToken.
func (*MockIdentityClientMockRecorder) GetTenant ¶
func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 any) *gomock.Call
GetTenant indicates an expected call of GetTenant.
func (*MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId ¶
func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 any) *gomock.Call
GetUserIdentityIdsByDomainId indicates an expected call of GetUserIdentityIdsByDomainId.
func (*MockIdentityClientMockRecorder) ListGroups ¶
func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 any) *gomock.Call
ListGroups indicates an expected call of ListGroups.
func (*MockIdentityClientMockRecorder) ReadIdentities ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 any) *gomock.Call
ReadIdentities indicates an expected call of ReadIdentities.
func (*MockIdentityClientMockRecorder) ReadIdentitiesByScope ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 any) *gomock.Call
ReadIdentitiesByScope indicates an expected call of ReadIdentitiesByScope.
func (*MockIdentityClientMockRecorder) ReadIdentity ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 any) *gomock.Call
ReadIdentity indicates an expected call of ReadIdentity.
func (*MockIdentityClientMockRecorder) ReadIdentityBatch ¶
func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 any) *gomock.Call
ReadIdentityBatch indicates an expected call of ReadIdentityBatch.
func (*MockIdentityClientMockRecorder) ReadMember ¶
func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 any) *gomock.Call
ReadMember indicates an expected call of ReadMember.
func (*MockIdentityClientMockRecorder) ReadMemberOf ¶
func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 any) *gomock.Call
ReadMemberOf indicates an expected call of ReadMemberOf.
func (*MockIdentityClientMockRecorder) ReadMembers ¶
func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 any) *gomock.Call
ReadMembers indicates an expected call of ReadMembers.
func (*MockIdentityClientMockRecorder) ReadMembersOf ¶
func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 any) *gomock.Call
ReadMembersOf indicates an expected call of ReadMembersOf.
func (*MockIdentityClientMockRecorder) RefreshMembersOf ¶
func (mr *MockIdentityClientMockRecorder) RefreshMembersOf(arg0, arg1 any) *gomock.Call
RefreshMembersOf indicates an expected call of RefreshMembersOf.
func (*MockIdentityClientMockRecorder) RemoveMember ¶
func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 any) *gomock.Call
RemoveMember indicates an expected call of RemoveMember.
func (*MockIdentityClientMockRecorder) UpdateIdentities ¶
func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 any) *gomock.Call
UpdateIdentities indicates an expected call of UpdateIdentities.
func (*MockIdentityClientMockRecorder) UpdateIdentity ¶
func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 any) *gomock.Call
UpdateIdentity indicates an expected call of UpdateIdentity.
func (*MockIdentityClientMockRecorder) UpdateScope ¶
func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 any) *gomock.Call
UpdateScope indicates an expected call of UpdateScope.
type MockOperationsClient ¶ added in v0.3.0
type MockOperationsClient struct {
// contains filtered or unexported fields
}
MockOperationsClient is a mock of Client interface.
func NewMockOperationsClient ¶ added in v0.3.0
func NewMockOperationsClient(ctrl *gomock.Controller) *MockOperationsClient
NewMockOperationsClient creates a new mock instance.
func (*MockOperationsClient) EXPECT ¶ added in v0.3.0
func (m *MockOperationsClient) EXPECT() *MockOperationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOperationsClient) GetOperation ¶ added in v0.3.0
func (m *MockOperationsClient) GetOperation(arg0 context.Context, arg1 operations.GetOperationArgs) (*operations.Operation, error)
GetOperation mocks base method.
type MockOperationsClientMockRecorder ¶ added in v0.3.0
type MockOperationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOperationsClientMockRecorder is the mock recorder for MockOperationsClient.
func (*MockOperationsClientMockRecorder) GetOperation ¶ added in v0.3.0
func (mr *MockOperationsClientMockRecorder) GetOperation(arg0, arg1 any) *gomock.Call
GetOperation indicates an expected call of GetOperation.
type MockOrganizationName ¶
type MockOrganizationName struct {
// contains filtered or unexported fields
}
MockOrganizationName is a mock of OrganizationName interface.
func NewMockOrganizationName ¶
func NewMockOrganizationName(ctrl *gomock.Controller) *MockOrganizationName
NewMockOrganizationName creates a new mock instance.
func (*MockOrganizationName) EXPECT ¶
func (m *MockOrganizationName) EXPECT() *MockOrganizationNameMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOrganizationName) FullName ¶
func (m *MockOrganizationName) FullName() string
FullName mocks base method.
func (*MockOrganizationName) Organization ¶
func (m *MockOrganizationName) Organization() string
Organization mocks base method.
type MockOrganizationNameMockRecorder ¶
type MockOrganizationNameMockRecorder struct {
// contains filtered or unexported fields
}
MockOrganizationNameMockRecorder is the mock recorder for MockOrganizationName.
func (*MockOrganizationNameMockRecorder) FullName ¶
func (mr *MockOrganizationNameMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockOrganizationNameMockRecorder) Organization ¶
func (mr *MockOrganizationNameMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
type MockPipelinePermissionsClient ¶ added in v0.6.0
type MockPipelinePermissionsClient struct {
// contains filtered or unexported fields
}
MockPipelinePermissionsClient is a mock of Client interface.
func NewMockPipelinePermissionsClient ¶ added in v0.6.0
func NewMockPipelinePermissionsClient(ctrl *gomock.Controller) *MockPipelinePermissionsClient
NewMockPipelinePermissionsClient creates a new mock instance.
func (*MockPipelinePermissionsClient) EXPECT ¶ added in v0.6.0
func (m *MockPipelinePermissionsClient) EXPECT() *MockPipelinePermissionsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPipelinePermissionsClient) GetPipelinePermissionsForResource ¶ added in v0.6.0
func (m *MockPipelinePermissionsClient) GetPipelinePermissionsForResource(arg0 context.Context, arg1 pipelinepermissions.GetPipelinePermissionsForResourceArgs) (*pipelinepermissions.ResourcePipelinePermissions, error)
GetPipelinePermissionsForResource mocks base method.
func (*MockPipelinePermissionsClient) UpdatePipelinePermisionsForResource ¶ added in v0.6.0
func (m *MockPipelinePermissionsClient) UpdatePipelinePermisionsForResource(arg0 context.Context, arg1 pipelinepermissions.UpdatePipelinePermisionsForResourceArgs) (*pipelinepermissions.ResourcePipelinePermissions, error)
UpdatePipelinePermisionsForResource mocks base method.
func (*MockPipelinePermissionsClient) UpdatePipelinePermisionsForResources ¶ added in v0.6.0
func (m *MockPipelinePermissionsClient) UpdatePipelinePermisionsForResources(arg0 context.Context, arg1 pipelinepermissions.UpdatePipelinePermisionsForResourcesArgs) (*[]pipelinepermissions.ResourcePipelinePermissions, error)
UpdatePipelinePermisionsForResources mocks base method.
type MockPipelinePermissionsClientMockRecorder ¶ added in v0.6.0
type MockPipelinePermissionsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPipelinePermissionsClientMockRecorder is the mock recorder for MockPipelinePermissionsClient.
func (*MockPipelinePermissionsClientMockRecorder) GetPipelinePermissionsForResource ¶ added in v0.6.0
func (mr *MockPipelinePermissionsClientMockRecorder) GetPipelinePermissionsForResource(arg0, arg1 any) *gomock.Call
GetPipelinePermissionsForResource indicates an expected call of GetPipelinePermissionsForResource.
func (*MockPipelinePermissionsClientMockRecorder) UpdatePipelinePermisionsForResource ¶ added in v0.6.0
func (mr *MockPipelinePermissionsClientMockRecorder) UpdatePipelinePermisionsForResource(arg0, arg1 any) *gomock.Call
UpdatePipelinePermisionsForResource indicates an expected call of UpdatePipelinePermisionsForResource.
func (*MockPipelinePermissionsClientMockRecorder) UpdatePipelinePermisionsForResources ¶ added in v0.6.0
func (mr *MockPipelinePermissionsClientMockRecorder) UpdatePipelinePermisionsForResources(arg0, arg1 any) *gomock.Call
UpdatePipelinePermisionsForResources indicates an expected call of UpdatePipelinePermisionsForResources.
type MockPrinter ¶ added in v0.2.0
type MockPrinter struct {
// contains filtered or unexported fields
}
MockPrinter is a mock of Printer interface.
func NewMockPrinter ¶ added in v0.2.0
func NewMockPrinter(ctrl *gomock.Controller) *MockPrinter
NewMockPrinter creates a new mock instance.
func (*MockPrinter) AddColumns ¶ added in v0.2.0
func (m *MockPrinter) AddColumns(columns ...string)
AddColumns mocks base method.
func (*MockPrinter) AddField ¶ added in v0.2.0
func (m *MockPrinter) AddField(arg0 string, arg1 ...printer.FieldOption)
AddField mocks base method.
func (*MockPrinter) AddTimeField ¶ added in v0.2.0
func (m *MockPrinter) AddTimeField(now, t time.Time, c func(string) string)
AddTimeField mocks base method.
func (*MockPrinter) EXPECT ¶ added in v0.2.0
func (m *MockPrinter) EXPECT() *MockPrinterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrinter) EndRow ¶ added in v0.2.0
func (m *MockPrinter) EndRow()
EndRow mocks base method.
func (*MockPrinter) Render ¶ added in v0.2.0
func (m *MockPrinter) Render() error
Render mocks base method.
type MockPrinterMockRecorder ¶ added in v0.2.0
type MockPrinterMockRecorder struct {
// contains filtered or unexported fields
}
MockPrinterMockRecorder is the mock recorder for MockPrinter.
func (*MockPrinterMockRecorder) AddColumns ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) AddColumns(columns ...any) *gomock.Call
AddColumns indicates an expected call of AddColumns.
func (*MockPrinterMockRecorder) AddField ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) AddField(arg0 any, arg1 ...any) *gomock.Call
AddField indicates an expected call of AddField.
func (*MockPrinterMockRecorder) AddTimeField ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) AddTimeField(now, t, c any) *gomock.Call
AddTimeField indicates an expected call of AddTimeField.
func (*MockPrinterMockRecorder) EndRow ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) EndRow() *gomock.Call
EndRow indicates an expected call of EndRow.
func (*MockPrinterMockRecorder) Render ¶ added in v0.2.0
func (mr *MockPrinterMockRecorder) Render() *gomock.Call
Render indicates an expected call of Render.
type MockProjectName ¶
type MockProjectName struct {
// contains filtered or unexported fields
}
MockProjectName is a mock of ProjectName interface.
func NewMockProjectName ¶
func NewMockProjectName(ctrl *gomock.Controller) *MockProjectName
NewMockProjectName creates a new mock instance.
func (*MockProjectName) EXPECT ¶
func (m *MockProjectName) EXPECT() *MockProjectNameMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProjectName) FullName ¶
func (m *MockProjectName) FullName() string
FullName mocks base method.
func (*MockProjectName) Organization ¶
func (m *MockProjectName) Organization() string
Organization mocks base method.
func (*MockProjectName) Project ¶
func (m *MockProjectName) Project() string
Project mocks base method.
type MockProjectNameMockRecorder ¶
type MockProjectNameMockRecorder struct {
// contains filtered or unexported fields
}
MockProjectNameMockRecorder is the mock recorder for MockProjectName.
func (*MockProjectNameMockRecorder) FullName ¶
func (mr *MockProjectNameMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockProjectNameMockRecorder) Organization ¶
func (mr *MockProjectNameMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
func (*MockProjectNameMockRecorder) Project ¶
func (mr *MockProjectNameMockRecorder) Project() *gomock.Call
Project indicates an expected call of Project.
type MockPrompter ¶ added in v0.3.0
type MockPrompter struct {
// contains filtered or unexported fields
}
MockPrompter is a mock of Prompter interface.
func NewMockPrompter ¶ added in v0.3.0
func NewMockPrompter(ctrl *gomock.Controller) *MockPrompter
NewMockPrompter creates a new mock instance.
func (*MockPrompter) AuthToken ¶ added in v0.3.0
func (m *MockPrompter) AuthToken() (string, error)
AuthToken mocks base method.
func (*MockPrompter) Confirm ¶ added in v0.3.0
func (m *MockPrompter) Confirm(arg0 string, arg1 bool) (bool, error)
Confirm mocks base method.
func (*MockPrompter) ConfirmDeletion ¶ added in v0.3.0
func (m *MockPrompter) ConfirmDeletion(arg0 string) error
ConfirmDeletion mocks base method.
func (*MockPrompter) EXPECT ¶ added in v0.3.0
func (m *MockPrompter) EXPECT() *MockPrompterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrompter) Input ¶ added in v0.3.0
func (m *MockPrompter) Input(arg0, arg1 string) (string, error)
Input mocks base method.
func (*MockPrompter) InputOrganizationName ¶ added in v0.3.0
func (m *MockPrompter) InputOrganizationName() (string, error)
InputOrganizationName mocks base method.
func (*MockPrompter) MultiSelect ¶ added in v0.3.0
func (m *MockPrompter) MultiSelect(arg0 string, arg1, arg2 []string) ([]int, error)
MultiSelect mocks base method.
func (*MockPrompter) Password ¶ added in v0.3.0
func (m *MockPrompter) Password(arg0 string) (string, error)
Password mocks base method.
type MockPrompterMockRecorder ¶ added in v0.3.0
type MockPrompterMockRecorder struct {
// contains filtered or unexported fields
}
MockPrompterMockRecorder is the mock recorder for MockPrompter.
func (*MockPrompterMockRecorder) AuthToken ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) AuthToken() *gomock.Call
AuthToken indicates an expected call of AuthToken.
func (*MockPrompterMockRecorder) Confirm ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) Confirm(arg0, arg1 any) *gomock.Call
Confirm indicates an expected call of Confirm.
func (*MockPrompterMockRecorder) ConfirmDeletion ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) ConfirmDeletion(arg0 any) *gomock.Call
ConfirmDeletion indicates an expected call of ConfirmDeletion.
func (*MockPrompterMockRecorder) Input ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) Input(arg0, arg1 any) *gomock.Call
Input indicates an expected call of Input.
func (*MockPrompterMockRecorder) InputOrganizationName ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) InputOrganizationName() *gomock.Call
InputOrganizationName indicates an expected call of InputOrganizationName.
func (*MockPrompterMockRecorder) MultiSelect ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) MultiSelect(arg0, arg1, arg2 any) *gomock.Call
MultiSelect indicates an expected call of MultiSelect.
func (*MockPrompterMockRecorder) Password ¶ added in v0.3.0
func (mr *MockPrompterMockRecorder) Password(arg0 any) *gomock.Call
Password indicates an expected call of Password.
type MockRepoContext ¶
type MockRepoContext struct {
// contains filtered or unexported fields
}
MockRepoContext is a mock of RepoContext interface.
func NewMockRepoContext ¶
func NewMockRepoContext(ctrl *gomock.Controller) *MockRepoContext
NewMockRepoContext creates a new mock instance.
func (*MockRepoContext) Context ¶
func (m *MockRepoContext) Context() context.Context
Context mocks base method.
func (*MockRepoContext) EXPECT ¶
func (m *MockRepoContext) EXPECT() *MockRepoContextMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepoContext) GitClient ¶
func (m *MockRepoContext) GitClient() (git.Client, error)
GitClient mocks base method.
func (*MockRepoContext) GitCommand ¶
func (m *MockRepoContext) GitCommand() (git0.GitCommand, error)
GitCommand mocks base method.
func (*MockRepoContext) GitRepository ¶
func (m *MockRepoContext) GitRepository() (*git.GitRepository, error)
GitRepository mocks base method.
func (*MockRepoContext) Remote ¶
func (m *MockRepoContext) Remote(arg0 *git.GitRepository) (*azdo.Remote, error)
Remote mocks base method.
func (*MockRepoContext) Remotes ¶
func (m *MockRepoContext) Remotes() (azdo.RemoteSet, error)
Remotes mocks base method.
func (*MockRepoContext) Repo ¶
func (m *MockRepoContext) Repo() (azdo.Repository, error)
Repo mocks base method.
func (*MockRepoContext) WithRepo ¶
func (m *MockRepoContext) WithRepo(arg0 func() (azdo.Repository, error)) util.RepoContext
WithRepo mocks base method.
type MockRepoContextMockRecorder ¶
type MockRepoContextMockRecorder struct {
// contains filtered or unexported fields
}
MockRepoContextMockRecorder is the mock recorder for MockRepoContext.
func (*MockRepoContextMockRecorder) Context ¶
func (mr *MockRepoContextMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockRepoContextMockRecorder) GitClient ¶
func (mr *MockRepoContextMockRecorder) GitClient() *gomock.Call
GitClient indicates an expected call of GitClient.
func (*MockRepoContextMockRecorder) GitCommand ¶
func (mr *MockRepoContextMockRecorder) GitCommand() *gomock.Call
GitCommand indicates an expected call of GitCommand.
func (*MockRepoContextMockRecorder) GitRepository ¶
func (mr *MockRepoContextMockRecorder) GitRepository() *gomock.Call
GitRepository indicates an expected call of GitRepository.
func (*MockRepoContextMockRecorder) Remote ¶
func (mr *MockRepoContextMockRecorder) Remote(arg0 any) *gomock.Call
Remote indicates an expected call of Remote.
func (*MockRepoContextMockRecorder) Remotes ¶
func (mr *MockRepoContextMockRecorder) Remotes() *gomock.Call
Remotes indicates an expected call of Remotes.
func (*MockRepoContextMockRecorder) Repo ¶
func (mr *MockRepoContextMockRecorder) Repo() *gomock.Call
Repo indicates an expected call of Repo.
type MockRepository ¶
type MockRepository struct {
// contains filtered or unexported fields
}
MockRepository is a mock of Repository interface.
func NewMockRepository ¶
func NewMockRepository(ctrl *gomock.Controller) *MockRepository
NewMockRepository creates a new mock instance.
func (*MockRepository) EXPECT ¶
func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepository) Equals ¶
func (m *MockRepository) Equals(other azdo.Repository) bool
Equals mocks base method.
func (*MockRepository) FullName ¶
func (m *MockRepository) FullName() string
FullName mocks base method.
func (*MockRepository) GitClient ¶
func (m *MockRepository) GitClient(ctx context.Context, connectionFactory azdo.ConnectionFactory) (git.Client, error)
GitClient mocks base method.
func (*MockRepository) GitRepository ¶
func (m *MockRepository) GitRepository(ctx context.Context, repoClient git.Client) (*git.GitRepository, error)
GitRepository mocks base method.
func (*MockRepository) Hostname ¶
func (m *MockRepository) Hostname() string
Hostname mocks base method.
func (*MockRepository) Organization ¶
func (m *MockRepository) Organization() string
Organization mocks base method.
func (*MockRepository) OrganizationUrl ¶
func (m *MockRepository) OrganizationUrl() (string, error)
OrganizationUrl mocks base method.
func (*MockRepository) Project ¶
func (m *MockRepository) Project() string
Project mocks base method.
func (*MockRepository) ProjectUrl ¶
func (m *MockRepository) ProjectUrl() (string, error)
ProjectUrl mocks base method.
type MockRepositoryMockRecorder ¶
type MockRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryMockRecorder is the mock recorder for MockRepository.
func (*MockRepositoryMockRecorder) Equals ¶
func (mr *MockRepositoryMockRecorder) Equals(other any) *gomock.Call
Equals indicates an expected call of Equals.
func (*MockRepositoryMockRecorder) FullName ¶
func (mr *MockRepositoryMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockRepositoryMockRecorder) GitClient ¶
func (mr *MockRepositoryMockRecorder) GitClient(ctx, connectionFactory any) *gomock.Call
GitClient indicates an expected call of GitClient.
func (*MockRepositoryMockRecorder) GitRepository ¶
func (mr *MockRepositoryMockRecorder) GitRepository(ctx, repoClient any) *gomock.Call
GitRepository indicates an expected call of GitRepository.
func (*MockRepositoryMockRecorder) Hostname ¶
func (mr *MockRepositoryMockRecorder) Hostname() *gomock.Call
Hostname indicates an expected call of Hostname.
func (*MockRepositoryMockRecorder) Name ¶
func (mr *MockRepositoryMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockRepositoryMockRecorder) Organization ¶
func (mr *MockRepositoryMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
func (*MockRepositoryMockRecorder) OrganizationUrl ¶
func (mr *MockRepositoryMockRecorder) OrganizationUrl() *gomock.Call
OrganizationUrl indicates an expected call of OrganizationUrl.
func (*MockRepositoryMockRecorder) Project ¶
func (mr *MockRepositoryMockRecorder) Project() *gomock.Call
Project indicates an expected call of Project.
func (*MockRepositoryMockRecorder) ProjectUrl ¶
func (mr *MockRepositoryMockRecorder) ProjectUrl() *gomock.Call
ProjectUrl indicates an expected call of ProjectUrl.
func (*MockRepositoryMockRecorder) RemoteUrl ¶
func (mr *MockRepositoryMockRecorder) RemoteUrl(protocol any) *gomock.Call
RemoteUrl indicates an expected call of RemoteUrl.
func (*MockRepositoryMockRecorder) String ¶
func (mr *MockRepositoryMockRecorder) String() *gomock.Call
String indicates an expected call of String.
type MockRepositoryName ¶
type MockRepositoryName struct {
// contains filtered or unexported fields
}
MockRepositoryName is a mock of RepositoryName interface.
func NewMockRepositoryName ¶
func NewMockRepositoryName(ctrl *gomock.Controller) *MockRepositoryName
NewMockRepositoryName creates a new mock instance.
func (*MockRepositoryName) EXPECT ¶
func (m *MockRepositoryName) EXPECT() *MockRepositoryNameMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepositoryName) FullName ¶
func (m *MockRepositoryName) FullName() string
FullName mocks base method.
func (*MockRepositoryName) Name ¶
func (m *MockRepositoryName) Name() string
Name mocks base method.
func (*MockRepositoryName) Organization ¶
func (m *MockRepositoryName) Organization() string
Organization mocks base method.
func (*MockRepositoryName) Project ¶
func (m *MockRepositoryName) Project() string
Project mocks base method.
type MockRepositoryNameMockRecorder ¶
type MockRepositoryNameMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryNameMockRecorder is the mock recorder for MockRepositoryName.
func (*MockRepositoryNameMockRecorder) FullName ¶
func (mr *MockRepositoryNameMockRecorder) FullName() *gomock.Call
FullName indicates an expected call of FullName.
func (*MockRepositoryNameMockRecorder) Name ¶
func (mr *MockRepositoryNameMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockRepositoryNameMockRecorder) Organization ¶
func (mr *MockRepositoryNameMockRecorder) Organization() *gomock.Call
Organization indicates an expected call of Organization.
func (*MockRepositoryNameMockRecorder) Project ¶
func (mr *MockRepositoryNameMockRecorder) Project() *gomock.Call
Project indicates an expected call of Project.
type MockSecurityClient ¶ added in v0.5.0
type MockSecurityClient struct {
// contains filtered or unexported fields
}
MockSecurityClient is a mock of Client interface.
func NewMockSecurityClient ¶ added in v0.5.0
func NewMockSecurityClient(ctrl *gomock.Controller) *MockSecurityClient
NewMockSecurityClient creates a new mock instance.
func (*MockSecurityClient) EXPECT ¶ added in v0.5.0
func (m *MockSecurityClient) EXPECT() *MockSecurityClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecurityClient) HasPermissions ¶ added in v0.5.0
func (m *MockSecurityClient) HasPermissions(arg0 context.Context, arg1 security.HasPermissionsArgs) (*[]bool, error)
HasPermissions mocks base method.
func (*MockSecurityClient) HasPermissionsBatch ¶ added in v0.5.0
func (m *MockSecurityClient) HasPermissionsBatch(arg0 context.Context, arg1 security.HasPermissionsBatchArgs) (*security.PermissionEvaluationBatch, error)
HasPermissionsBatch mocks base method.
func (*MockSecurityClient) QueryAccessControlLists ¶ added in v0.5.0
func (m *MockSecurityClient) QueryAccessControlLists(arg0 context.Context, arg1 security.QueryAccessControlListsArgs) (*[]security.AccessControlList, error)
QueryAccessControlLists mocks base method.
func (*MockSecurityClient) QuerySecurityNamespaces ¶ added in v0.5.0
func (m *MockSecurityClient) QuerySecurityNamespaces(arg0 context.Context, arg1 security.QuerySecurityNamespacesArgs) (*[]security.SecurityNamespaceDescription, error)
QuerySecurityNamespaces mocks base method.
func (*MockSecurityClient) RemoveAccessControlEntries ¶ added in v0.5.0
func (m *MockSecurityClient) RemoveAccessControlEntries(arg0 context.Context, arg1 security.RemoveAccessControlEntriesArgs) (*bool, error)
RemoveAccessControlEntries mocks base method.
func (*MockSecurityClient) RemoveAccessControlLists ¶ added in v0.5.0
func (m *MockSecurityClient) RemoveAccessControlLists(arg0 context.Context, arg1 security.RemoveAccessControlListsArgs) (*bool, error)
RemoveAccessControlLists mocks base method.
func (*MockSecurityClient) RemovePermission ¶ added in v0.5.0
func (m *MockSecurityClient) RemovePermission(arg0 context.Context, arg1 security.RemovePermissionArgs) (*security.AccessControlEntry, error)
RemovePermission mocks base method.
func (*MockSecurityClient) SetAccessControlEntries ¶ added in v0.5.0
func (m *MockSecurityClient) SetAccessControlEntries(arg0 context.Context, arg1 security.SetAccessControlEntriesArgs) (*[]security.AccessControlEntry, error)
SetAccessControlEntries mocks base method.
func (*MockSecurityClient) SetAccessControlLists ¶ added in v0.5.0
func (m *MockSecurityClient) SetAccessControlLists(arg0 context.Context, arg1 security.SetAccessControlListsArgs) error
SetAccessControlLists mocks base method.
type MockSecurityClientMockRecorder ¶ added in v0.5.0
type MockSecurityClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSecurityClientMockRecorder is the mock recorder for MockSecurityClient.
func (*MockSecurityClientMockRecorder) HasPermissions ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) HasPermissions(arg0, arg1 any) *gomock.Call
HasPermissions indicates an expected call of HasPermissions.
func (*MockSecurityClientMockRecorder) HasPermissionsBatch ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) HasPermissionsBatch(arg0, arg1 any) *gomock.Call
HasPermissionsBatch indicates an expected call of HasPermissionsBatch.
func (*MockSecurityClientMockRecorder) QueryAccessControlLists ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) QueryAccessControlLists(arg0, arg1 any) *gomock.Call
QueryAccessControlLists indicates an expected call of QueryAccessControlLists.
func (*MockSecurityClientMockRecorder) QuerySecurityNamespaces ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) QuerySecurityNamespaces(arg0, arg1 any) *gomock.Call
QuerySecurityNamespaces indicates an expected call of QuerySecurityNamespaces.
func (*MockSecurityClientMockRecorder) RemoveAccessControlEntries ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) RemoveAccessControlEntries(arg0, arg1 any) *gomock.Call
RemoveAccessControlEntries indicates an expected call of RemoveAccessControlEntries.
func (*MockSecurityClientMockRecorder) RemoveAccessControlLists ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) RemoveAccessControlLists(arg0, arg1 any) *gomock.Call
RemoveAccessControlLists indicates an expected call of RemoveAccessControlLists.
func (*MockSecurityClientMockRecorder) RemovePermission ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) RemovePermission(arg0, arg1 any) *gomock.Call
RemovePermission indicates an expected call of RemovePermission.
func (*MockSecurityClientMockRecorder) SetAccessControlEntries ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) SetAccessControlEntries(arg0, arg1 any) *gomock.Call
SetAccessControlEntries indicates an expected call of SetAccessControlEntries.
func (*MockSecurityClientMockRecorder) SetAccessControlLists ¶ added in v0.5.0
func (mr *MockSecurityClientMockRecorder) SetAccessControlLists(arg0, arg1 any) *gomock.Call
SetAccessControlLists indicates an expected call of SetAccessControlLists.
type MockServiceEndpointClient ¶ added in v0.6.0
type MockServiceEndpointClient struct {
// contains filtered or unexported fields
}
MockServiceEndpointClient is a mock of Client interface.
func NewMockServiceEndpointClient ¶ added in v0.6.0
func NewMockServiceEndpointClient(ctrl *gomock.Controller) *MockServiceEndpointClient
NewMockServiceEndpointClient creates a new mock instance.
func (*MockServiceEndpointClient) CreateServiceEndpoint ¶ added in v0.6.0
func (m *MockServiceEndpointClient) CreateServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.CreateServiceEndpointArgs) (*serviceendpoint.ServiceEndpoint, error)
CreateServiceEndpoint mocks base method.
func (*MockServiceEndpointClient) DeleteServiceEndpoint ¶ added in v0.6.0
func (m *MockServiceEndpointClient) DeleteServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.DeleteServiceEndpointArgs) error
DeleteServiceEndpoint mocks base method.
func (*MockServiceEndpointClient) EXPECT ¶ added in v0.6.0
func (m *MockServiceEndpointClient) EXPECT() *MockServiceEndpointClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceEndpointClient) ExecuteServiceEndpointRequest ¶ added in v0.6.0
func (m *MockServiceEndpointClient) ExecuteServiceEndpointRequest(arg0 context.Context, arg1 serviceendpoint.ExecuteServiceEndpointRequestArgs) (*serviceendpoint.ServiceEndpointRequestResult, error)
ExecuteServiceEndpointRequest mocks base method.
func (*MockServiceEndpointClient) GetServiceEndpointDetails ¶ added in v0.6.0
func (m *MockServiceEndpointClient) GetServiceEndpointDetails(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointDetailsArgs) (*serviceendpoint.ServiceEndpoint, error)
GetServiceEndpointDetails mocks base method.
func (*MockServiceEndpointClient) GetServiceEndpointExecutionRecords ¶ added in v0.6.0
func (m *MockServiceEndpointClient) GetServiceEndpointExecutionRecords(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointExecutionRecordsArgs) (*serviceendpoint.GetServiceEndpointExecutionRecordsResponseValue, error)
GetServiceEndpointExecutionRecords mocks base method.
func (*MockServiceEndpointClient) GetServiceEndpointTypes ¶ added in v0.6.0
func (m *MockServiceEndpointClient) GetServiceEndpointTypes(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointTypesArgs) (*[]serviceendpoint.ServiceEndpointType, error)
GetServiceEndpointTypes mocks base method.
func (*MockServiceEndpointClient) GetServiceEndpoints ¶ added in v0.6.0
func (m *MockServiceEndpointClient) GetServiceEndpoints(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsArgs) (*[]serviceendpoint.ServiceEndpoint, error)
GetServiceEndpoints mocks base method.
func (*MockServiceEndpointClient) GetServiceEndpointsByNames ¶ added in v0.6.0
func (m *MockServiceEndpointClient) GetServiceEndpointsByNames(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsByNamesArgs) (*[]serviceendpoint.ServiceEndpoint, error)
GetServiceEndpointsByNames mocks base method.
func (*MockServiceEndpointClient) GetServiceEndpointsWithRefreshedAuthentication ¶ added in v0.6.0
func (m *MockServiceEndpointClient) GetServiceEndpointsWithRefreshedAuthentication(arg0 context.Context, arg1 serviceendpoint.GetServiceEndpointsWithRefreshedAuthenticationArgs) (*[]serviceendpoint.ServiceEndpoint, error)
GetServiceEndpointsWithRefreshedAuthentication mocks base method.
func (*MockServiceEndpointClient) ShareServiceEndpoint ¶ added in v0.6.0
func (m *MockServiceEndpointClient) ShareServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.ShareServiceEndpointArgs) error
ShareServiceEndpoint mocks base method.
func (*MockServiceEndpointClient) UpdateServiceEndpoint ¶ added in v0.6.0
func (m *MockServiceEndpointClient) UpdateServiceEndpoint(arg0 context.Context, arg1 serviceendpoint.UpdateServiceEndpointArgs) (*serviceendpoint.ServiceEndpoint, error)
UpdateServiceEndpoint mocks base method.
func (*MockServiceEndpointClient) UpdateServiceEndpoints ¶ added in v0.6.0
func (m *MockServiceEndpointClient) UpdateServiceEndpoints(arg0 context.Context, arg1 serviceendpoint.UpdateServiceEndpointsArgs) (*[]serviceendpoint.ServiceEndpoint, error)
UpdateServiceEndpoints mocks base method.
type MockServiceEndpointClientMockRecorder ¶ added in v0.6.0
type MockServiceEndpointClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceEndpointClientMockRecorder is the mock recorder for MockServiceEndpointClient.
func (*MockServiceEndpointClientMockRecorder) CreateServiceEndpoint ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) CreateServiceEndpoint(arg0, arg1 any) *gomock.Call
CreateServiceEndpoint indicates an expected call of CreateServiceEndpoint.
func (*MockServiceEndpointClientMockRecorder) DeleteServiceEndpoint ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) DeleteServiceEndpoint(arg0, arg1 any) *gomock.Call
DeleteServiceEndpoint indicates an expected call of DeleteServiceEndpoint.
func (*MockServiceEndpointClientMockRecorder) ExecuteServiceEndpointRequest ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) ExecuteServiceEndpointRequest(arg0, arg1 any) *gomock.Call
ExecuteServiceEndpointRequest indicates an expected call of ExecuteServiceEndpointRequest.
func (*MockServiceEndpointClientMockRecorder) GetServiceEndpointDetails ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointDetails(arg0, arg1 any) *gomock.Call
GetServiceEndpointDetails indicates an expected call of GetServiceEndpointDetails.
func (*MockServiceEndpointClientMockRecorder) GetServiceEndpointExecutionRecords ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointExecutionRecords(arg0, arg1 any) *gomock.Call
GetServiceEndpointExecutionRecords indicates an expected call of GetServiceEndpointExecutionRecords.
func (*MockServiceEndpointClientMockRecorder) GetServiceEndpointTypes ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointTypes(arg0, arg1 any) *gomock.Call
GetServiceEndpointTypes indicates an expected call of GetServiceEndpointTypes.
func (*MockServiceEndpointClientMockRecorder) GetServiceEndpoints ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpoints(arg0, arg1 any) *gomock.Call
GetServiceEndpoints indicates an expected call of GetServiceEndpoints.
func (*MockServiceEndpointClientMockRecorder) GetServiceEndpointsByNames ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointsByNames(arg0, arg1 any) *gomock.Call
GetServiceEndpointsByNames indicates an expected call of GetServiceEndpointsByNames.
func (*MockServiceEndpointClientMockRecorder) GetServiceEndpointsWithRefreshedAuthentication ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) GetServiceEndpointsWithRefreshedAuthentication(arg0, arg1 any) *gomock.Call
GetServiceEndpointsWithRefreshedAuthentication indicates an expected call of GetServiceEndpointsWithRefreshedAuthentication.
func (*MockServiceEndpointClientMockRecorder) ShareServiceEndpoint ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) ShareServiceEndpoint(arg0, arg1 any) *gomock.Call
ShareServiceEndpoint indicates an expected call of ShareServiceEndpoint.
func (*MockServiceEndpointClientMockRecorder) UpdateServiceEndpoint ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) UpdateServiceEndpoint(arg0, arg1 any) *gomock.Call
UpdateServiceEndpoint indicates an expected call of UpdateServiceEndpoint.
func (*MockServiceEndpointClientMockRecorder) UpdateServiceEndpoints ¶ added in v0.6.0
func (mr *MockServiceEndpointClientMockRecorder) UpdateServiceEndpoints(arg0, arg1 any) *gomock.Call
UpdateServiceEndpoints indicates an expected call of UpdateServiceEndpoints.
type MockTaskAgentClient ¶ added in v0.6.0
type MockTaskAgentClient struct {
// contains filtered or unexported fields
}
MockTaskAgentClient is a mock of Client interface.
func NewMockTaskAgentClient ¶ added in v0.6.0
func NewMockTaskAgentClient(ctrl *gomock.Controller) *MockTaskAgentClient
NewMockTaskAgentClient creates a new mock instance.
func (*MockTaskAgentClient) AddAgent ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddAgent(arg0 context.Context, arg1 taskagent.AddAgentArgs) (*taskagent.TaskAgent, error)
AddAgent mocks base method.
func (*MockTaskAgentClient) AddAgentCloud ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddAgentCloud(arg0 context.Context, arg1 taskagent.AddAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
AddAgentCloud mocks base method.
func (*MockTaskAgentClient) AddAgentPool ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddAgentPool(arg0 context.Context, arg1 taskagent.AddAgentPoolArgs) (*taskagent.TaskAgentPool, error)
AddAgentPool mocks base method.
func (*MockTaskAgentClient) AddAgentQueue ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddAgentQueue(arg0 context.Context, arg1 taskagent.AddAgentQueueArgs) (*taskagent.TaskAgentQueue, error)
AddAgentQueue mocks base method.
func (*MockTaskAgentClient) AddDeploymentGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddDeploymentGroup(arg0 context.Context, arg1 taskagent.AddDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
AddDeploymentGroup mocks base method.
func (*MockTaskAgentClient) AddEnvironment ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddEnvironment(arg0 context.Context, arg1 taskagent.AddEnvironmentArgs) (*taskagent.EnvironmentInstance, error)
AddEnvironment mocks base method.
func (*MockTaskAgentClient) AddKubernetesResourcExistingEndpoint ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddKubernetesResourcExistingEndpoint(ctx context.Context, args taskagent.AddKubernetesResourceArgsExistingEndpoint) (*taskagent.KubernetesResource, error)
AddKubernetesResourcExistingEndpoint mocks base method.
func (*MockTaskAgentClient) AddKubernetesResourceNewEndpoint ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddKubernetesResourceNewEndpoint(ctx context.Context, args taskagent.AddKubernetesResourceArgsNewEndpoint) (*taskagent.KubernetesResource, error)
AddKubernetesResourceNewEndpoint mocks base method.
func (*MockTaskAgentClient) AddTaskGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddTaskGroup(arg0 context.Context, arg1 taskagent.AddTaskGroupArgs) (*taskagent.TaskGroup, error)
AddTaskGroup mocks base method.
func (*MockTaskAgentClient) AddVariableGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) AddVariableGroup(arg0 context.Context, arg1 taskagent.AddVariableGroupArgs) (*taskagent.VariableGroup, error)
AddVariableGroup mocks base method.
func (*MockTaskAgentClient) DeleteAgent ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteAgent(arg0 context.Context, arg1 taskagent.DeleteAgentArgs) error
DeleteAgent mocks base method.
func (*MockTaskAgentClient) DeleteAgentCloud ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteAgentCloud(arg0 context.Context, arg1 taskagent.DeleteAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
DeleteAgentCloud mocks base method.
func (*MockTaskAgentClient) DeleteAgentPool ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteAgentPool(arg0 context.Context, arg1 taskagent.DeleteAgentPoolArgs) error
DeleteAgentPool mocks base method.
func (*MockTaskAgentClient) DeleteAgentQueue ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteAgentQueue(arg0 context.Context, arg1 taskagent.DeleteAgentQueueArgs) error
DeleteAgentQueue mocks base method.
func (*MockTaskAgentClient) DeleteDeploymentGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteDeploymentGroup(arg0 context.Context, arg1 taskagent.DeleteDeploymentGroupArgs) error
DeleteDeploymentGroup mocks base method.
func (*MockTaskAgentClient) DeleteDeploymentTarget ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteDeploymentTarget(arg0 context.Context, arg1 taskagent.DeleteDeploymentTargetArgs) error
DeleteDeploymentTarget mocks base method.
func (*MockTaskAgentClient) DeleteEnvironment ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteEnvironment(arg0 context.Context, arg1 taskagent.DeleteEnvironmentArgs) error
DeleteEnvironment mocks base method.
func (*MockTaskAgentClient) DeleteKubernetesResource ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteKubernetesResource(arg0 context.Context, arg1 taskagent.DeleteKubernetesResourceArgs) error
DeleteKubernetesResource mocks base method.
func (*MockTaskAgentClient) DeleteTaskGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteTaskGroup(arg0 context.Context, arg1 taskagent.DeleteTaskGroupArgs) error
DeleteTaskGroup mocks base method.
func (*MockTaskAgentClient) DeleteVariableGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) DeleteVariableGroup(arg0 context.Context, arg1 taskagent.DeleteVariableGroupArgs) error
DeleteVariableGroup mocks base method.
func (*MockTaskAgentClient) EXPECT ¶ added in v0.6.0
func (m *MockTaskAgentClient) EXPECT() *MockTaskAgentClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTaskAgentClient) GetAgent ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgent(arg0 context.Context, arg1 taskagent.GetAgentArgs) (*taskagent.TaskAgent, error)
GetAgent mocks base method.
func (*MockTaskAgentClient) GetAgentCloud ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentCloud(arg0 context.Context, arg1 taskagent.GetAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
GetAgentCloud mocks base method.
func (*MockTaskAgentClient) GetAgentCloudRequests ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentCloudRequests(arg0 context.Context, arg1 taskagent.GetAgentCloudRequestsArgs) (*[]taskagent.TaskAgentCloudRequest, error)
GetAgentCloudRequests mocks base method.
func (*MockTaskAgentClient) GetAgentCloudTypes ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentCloudTypes(arg0 context.Context, arg1 taskagent.GetAgentCloudTypesArgs) (*[]taskagent.TaskAgentCloudType, error)
GetAgentCloudTypes mocks base method.
func (*MockTaskAgentClient) GetAgentClouds ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentClouds(arg0 context.Context, arg1 taskagent.GetAgentCloudsArgs) (*[]taskagent.TaskAgentCloud, error)
GetAgentClouds mocks base method.
func (*MockTaskAgentClient) GetAgentPool ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentPool(arg0 context.Context, arg1 taskagent.GetAgentPoolArgs) (*taskagent.TaskAgentPool, error)
GetAgentPool mocks base method.
func (*MockTaskAgentClient) GetAgentPools ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentPools(arg0 context.Context, arg1 taskagent.GetAgentPoolsArgs) (*[]taskagent.TaskAgentPool, error)
GetAgentPools mocks base method.
func (*MockTaskAgentClient) GetAgentPoolsByIds ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentPoolsByIds(arg0 context.Context, arg1 taskagent.GetAgentPoolsByIdsArgs) (*[]taskagent.TaskAgentPool, error)
GetAgentPoolsByIds mocks base method.
func (*MockTaskAgentClient) GetAgentQueue ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentQueue(arg0 context.Context, arg1 taskagent.GetAgentQueueArgs) (*taskagent.TaskAgentQueue, error)
GetAgentQueue mocks base method.
func (*MockTaskAgentClient) GetAgentQueues ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentQueues(arg0 context.Context, arg1 taskagent.GetAgentQueuesArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueues mocks base method.
func (*MockTaskAgentClient) GetAgentQueuesByIds ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentQueuesByIds(arg0 context.Context, arg1 taskagent.GetAgentQueuesByIdsArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueuesByIds mocks base method.
func (*MockTaskAgentClient) GetAgentQueuesByNames ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentQueuesByNames(arg0 context.Context, arg1 taskagent.GetAgentQueuesByNamesArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueuesByNames mocks base method.
func (*MockTaskAgentClient) GetAgentQueuesForPools ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgentQueuesForPools(arg0 context.Context, arg1 taskagent.GetAgentQueuesForPoolsArgs) (*[]taskagent.TaskAgentQueue, error)
GetAgentQueuesForPools mocks base method.
func (*MockTaskAgentClient) GetAgents ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetAgents(arg0 context.Context, arg1 taskagent.GetAgentsArgs) (*[]taskagent.TaskAgent, error)
GetAgents mocks base method.
func (*MockTaskAgentClient) GetDeploymentGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetDeploymentGroup(arg0 context.Context, arg1 taskagent.GetDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
GetDeploymentGroup mocks base method.
func (*MockTaskAgentClient) GetDeploymentGroups ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetDeploymentGroups(arg0 context.Context, arg1 taskagent.GetDeploymentGroupsArgs) (*taskagent.GetDeploymentGroupsResponseValue, error)
GetDeploymentGroups mocks base method.
func (*MockTaskAgentClient) GetDeploymentTarget ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetDeploymentTarget(arg0 context.Context, arg1 taskagent.GetDeploymentTargetArgs) (*taskagent.DeploymentMachine, error)
GetDeploymentTarget mocks base method.
func (*MockTaskAgentClient) GetDeploymentTargets ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetDeploymentTargets(arg0 context.Context, arg1 taskagent.GetDeploymentTargetsArgs) (*taskagent.GetDeploymentTargetsResponseValue, error)
GetDeploymentTargets mocks base method.
func (*MockTaskAgentClient) GetEnvironmentById ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetEnvironmentById(arg0 context.Context, arg1 taskagent.GetEnvironmentByIdArgs) (*taskagent.EnvironmentInstance, error)
GetEnvironmentById mocks base method.
func (*MockTaskAgentClient) GetEnvironmentDeploymentExecutionRecords ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetEnvironmentDeploymentExecutionRecords(arg0 context.Context, arg1 taskagent.GetEnvironmentDeploymentExecutionRecordsArgs) (*taskagent.GetEnvironmentDeploymentExecutionRecordsResponseValue, error)
GetEnvironmentDeploymentExecutionRecords mocks base method.
func (*MockTaskAgentClient) GetEnvironments ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetEnvironments(arg0 context.Context, arg1 taskagent.GetEnvironmentsArgs) (*taskagent.GetEnvironmentsResponseValue, error)
GetEnvironments mocks base method.
func (*MockTaskAgentClient) GetKubernetesResource ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetKubernetesResource(arg0 context.Context, arg1 taskagent.GetKubernetesResourceArgs) (*taskagent.KubernetesResource, error)
GetKubernetesResource mocks base method.
func (*MockTaskAgentClient) GetTaskGroups ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetTaskGroups(arg0 context.Context, arg1 taskagent.GetTaskGroupsArgs) (*[]taskagent.TaskGroup, error)
GetTaskGroups mocks base method.
func (*MockTaskAgentClient) GetVariableGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetVariableGroup(arg0 context.Context, arg1 taskagent.GetVariableGroupArgs) (*taskagent.VariableGroup, error)
GetVariableGroup mocks base method.
func (*MockTaskAgentClient) GetVariableGroups ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetVariableGroups(arg0 context.Context, arg1 taskagent.GetVariableGroupsArgs) (*[]taskagent.VariableGroup, error)
GetVariableGroups mocks base method.
func (*MockTaskAgentClient) GetVariableGroupsById ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetVariableGroupsById(arg0 context.Context, arg1 taskagent.GetVariableGroupsByIdArgs) (*[]taskagent.VariableGroup, error)
GetVariableGroupsById mocks base method.
func (*MockTaskAgentClient) GetYamlSchema ¶ added in v0.6.0
func (m *MockTaskAgentClient) GetYamlSchema(arg0 context.Context, arg1 taskagent.GetYamlSchemaArgs) (any, error)
GetYamlSchema mocks base method.
func (*MockTaskAgentClient) ReplaceAgent ¶ added in v0.6.0
func (m *MockTaskAgentClient) ReplaceAgent(arg0 context.Context, arg1 taskagent.ReplaceAgentArgs) (*taskagent.TaskAgent, error)
ReplaceAgent mocks base method.
func (*MockTaskAgentClient) ShareVariableGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) ShareVariableGroup(arg0 context.Context, arg1 taskagent.ShareVariableGroupArgs) error
ShareVariableGroup mocks base method.
func (*MockTaskAgentClient) UpdateAgent ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateAgent(arg0 context.Context, arg1 taskagent.UpdateAgentArgs) (*taskagent.TaskAgent, error)
UpdateAgent mocks base method.
func (*MockTaskAgentClient) UpdateAgentCloud ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateAgentCloud(arg0 context.Context, arg1 taskagent.UpdateAgentCloudArgs) (*taskagent.TaskAgentCloud, error)
UpdateAgentCloud mocks base method.
func (*MockTaskAgentClient) UpdateAgentPool ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateAgentPool(arg0 context.Context, arg1 taskagent.UpdateAgentPoolArgs) (*taskagent.TaskAgentPool, error)
UpdateAgentPool mocks base method.
func (*MockTaskAgentClient) UpdateDeploymentGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateDeploymentGroup(arg0 context.Context, arg1 taskagent.UpdateDeploymentGroupArgs) (*taskagent.DeploymentGroup, error)
UpdateDeploymentGroup mocks base method.
func (*MockTaskAgentClient) UpdateDeploymentTargets ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateDeploymentTargets(arg0 context.Context, arg1 taskagent.UpdateDeploymentTargetsArgs) (*[]taskagent.DeploymentMachine, error)
UpdateDeploymentTargets mocks base method.
func (*MockTaskAgentClient) UpdateEnvironment ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateEnvironment(arg0 context.Context, arg1 taskagent.UpdateEnvironmentArgs) (*taskagent.EnvironmentInstance, error)
UpdateEnvironment mocks base method.
func (*MockTaskAgentClient) UpdateTaskGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateTaskGroup(arg0 context.Context, arg1 taskagent.UpdateTaskGroupArgs) (*taskagent.TaskGroup, error)
UpdateTaskGroup mocks base method.
func (*MockTaskAgentClient) UpdateVariableGroup ¶ added in v0.6.0
func (m *MockTaskAgentClient) UpdateVariableGroup(arg0 context.Context, arg1 taskagent.UpdateVariableGroupArgs) (*taskagent.VariableGroup, error)
UpdateVariableGroup mocks base method.
type MockTaskAgentClientMockRecorder ¶ added in v0.6.0
type MockTaskAgentClientMockRecorder struct {
// contains filtered or unexported fields
}
MockTaskAgentClientMockRecorder is the mock recorder for MockTaskAgentClient.
func (*MockTaskAgentClientMockRecorder) AddAgent ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddAgent(arg0, arg1 any) *gomock.Call
AddAgent indicates an expected call of AddAgent.
func (*MockTaskAgentClientMockRecorder) AddAgentCloud ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddAgentCloud(arg0, arg1 any) *gomock.Call
AddAgentCloud indicates an expected call of AddAgentCloud.
func (*MockTaskAgentClientMockRecorder) AddAgentPool ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddAgentPool(arg0, arg1 any) *gomock.Call
AddAgentPool indicates an expected call of AddAgentPool.
func (*MockTaskAgentClientMockRecorder) AddAgentQueue ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddAgentQueue(arg0, arg1 any) *gomock.Call
AddAgentQueue indicates an expected call of AddAgentQueue.
func (*MockTaskAgentClientMockRecorder) AddDeploymentGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddDeploymentGroup(arg0, arg1 any) *gomock.Call
AddDeploymentGroup indicates an expected call of AddDeploymentGroup.
func (*MockTaskAgentClientMockRecorder) AddEnvironment ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddEnvironment(arg0, arg1 any) *gomock.Call
AddEnvironment indicates an expected call of AddEnvironment.
func (*MockTaskAgentClientMockRecorder) AddKubernetesResourcExistingEndpoint ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddKubernetesResourcExistingEndpoint(ctx, args any) *gomock.Call
AddKubernetesResourcExistingEndpoint indicates an expected call of AddKubernetesResourcExistingEndpoint.
func (*MockTaskAgentClientMockRecorder) AddKubernetesResourceNewEndpoint ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddKubernetesResourceNewEndpoint(ctx, args any) *gomock.Call
AddKubernetesResourceNewEndpoint indicates an expected call of AddKubernetesResourceNewEndpoint.
func (*MockTaskAgentClientMockRecorder) AddTaskGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddTaskGroup(arg0, arg1 any) *gomock.Call
AddTaskGroup indicates an expected call of AddTaskGroup.
func (*MockTaskAgentClientMockRecorder) AddVariableGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) AddVariableGroup(arg0, arg1 any) *gomock.Call
AddVariableGroup indicates an expected call of AddVariableGroup.
func (*MockTaskAgentClientMockRecorder) DeleteAgent ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteAgent(arg0, arg1 any) *gomock.Call
DeleteAgent indicates an expected call of DeleteAgent.
func (*MockTaskAgentClientMockRecorder) DeleteAgentCloud ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteAgentCloud(arg0, arg1 any) *gomock.Call
DeleteAgentCloud indicates an expected call of DeleteAgentCloud.
func (*MockTaskAgentClientMockRecorder) DeleteAgentPool ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteAgentPool(arg0, arg1 any) *gomock.Call
DeleteAgentPool indicates an expected call of DeleteAgentPool.
func (*MockTaskAgentClientMockRecorder) DeleteAgentQueue ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteAgentQueue(arg0, arg1 any) *gomock.Call
DeleteAgentQueue indicates an expected call of DeleteAgentQueue.
func (*MockTaskAgentClientMockRecorder) DeleteDeploymentGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteDeploymentGroup(arg0, arg1 any) *gomock.Call
DeleteDeploymentGroup indicates an expected call of DeleteDeploymentGroup.
func (*MockTaskAgentClientMockRecorder) DeleteDeploymentTarget ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteDeploymentTarget(arg0, arg1 any) *gomock.Call
DeleteDeploymentTarget indicates an expected call of DeleteDeploymentTarget.
func (*MockTaskAgentClientMockRecorder) DeleteEnvironment ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteEnvironment(arg0, arg1 any) *gomock.Call
DeleteEnvironment indicates an expected call of DeleteEnvironment.
func (*MockTaskAgentClientMockRecorder) DeleteKubernetesResource ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteKubernetesResource(arg0, arg1 any) *gomock.Call
DeleteKubernetesResource indicates an expected call of DeleteKubernetesResource.
func (*MockTaskAgentClientMockRecorder) DeleteTaskGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteTaskGroup(arg0, arg1 any) *gomock.Call
DeleteTaskGroup indicates an expected call of DeleteTaskGroup.
func (*MockTaskAgentClientMockRecorder) DeleteVariableGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) DeleteVariableGroup(arg0, arg1 any) *gomock.Call
DeleteVariableGroup indicates an expected call of DeleteVariableGroup.
func (*MockTaskAgentClientMockRecorder) GetAgent ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgent(arg0, arg1 any) *gomock.Call
GetAgent indicates an expected call of GetAgent.
func (*MockTaskAgentClientMockRecorder) GetAgentCloud ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentCloud(arg0, arg1 any) *gomock.Call
GetAgentCloud indicates an expected call of GetAgentCloud.
func (*MockTaskAgentClientMockRecorder) GetAgentCloudRequests ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentCloudRequests(arg0, arg1 any) *gomock.Call
GetAgentCloudRequests indicates an expected call of GetAgentCloudRequests.
func (*MockTaskAgentClientMockRecorder) GetAgentCloudTypes ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentCloudTypes(arg0, arg1 any) *gomock.Call
GetAgentCloudTypes indicates an expected call of GetAgentCloudTypes.
func (*MockTaskAgentClientMockRecorder) GetAgentClouds ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentClouds(arg0, arg1 any) *gomock.Call
GetAgentClouds indicates an expected call of GetAgentClouds.
func (*MockTaskAgentClientMockRecorder) GetAgentPool ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentPool(arg0, arg1 any) *gomock.Call
GetAgentPool indicates an expected call of GetAgentPool.
func (*MockTaskAgentClientMockRecorder) GetAgentPools ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentPools(arg0, arg1 any) *gomock.Call
GetAgentPools indicates an expected call of GetAgentPools.
func (*MockTaskAgentClientMockRecorder) GetAgentPoolsByIds ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentPoolsByIds(arg0, arg1 any) *gomock.Call
GetAgentPoolsByIds indicates an expected call of GetAgentPoolsByIds.
func (*MockTaskAgentClientMockRecorder) GetAgentQueue ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentQueue(arg0, arg1 any) *gomock.Call
GetAgentQueue indicates an expected call of GetAgentQueue.
func (*MockTaskAgentClientMockRecorder) GetAgentQueues ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentQueues(arg0, arg1 any) *gomock.Call
GetAgentQueues indicates an expected call of GetAgentQueues.
func (*MockTaskAgentClientMockRecorder) GetAgentQueuesByIds ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentQueuesByIds(arg0, arg1 any) *gomock.Call
GetAgentQueuesByIds indicates an expected call of GetAgentQueuesByIds.
func (*MockTaskAgentClientMockRecorder) GetAgentQueuesByNames ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentQueuesByNames(arg0, arg1 any) *gomock.Call
GetAgentQueuesByNames indicates an expected call of GetAgentQueuesByNames.
func (*MockTaskAgentClientMockRecorder) GetAgentQueuesForPools ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgentQueuesForPools(arg0, arg1 any) *gomock.Call
GetAgentQueuesForPools indicates an expected call of GetAgentQueuesForPools.
func (*MockTaskAgentClientMockRecorder) GetAgents ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetAgents(arg0, arg1 any) *gomock.Call
GetAgents indicates an expected call of GetAgents.
func (*MockTaskAgentClientMockRecorder) GetDeploymentGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetDeploymentGroup(arg0, arg1 any) *gomock.Call
GetDeploymentGroup indicates an expected call of GetDeploymentGroup.
func (*MockTaskAgentClientMockRecorder) GetDeploymentGroups ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetDeploymentGroups(arg0, arg1 any) *gomock.Call
GetDeploymentGroups indicates an expected call of GetDeploymentGroups.
func (*MockTaskAgentClientMockRecorder) GetDeploymentTarget ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetDeploymentTarget(arg0, arg1 any) *gomock.Call
GetDeploymentTarget indicates an expected call of GetDeploymentTarget.
func (*MockTaskAgentClientMockRecorder) GetDeploymentTargets ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetDeploymentTargets(arg0, arg1 any) *gomock.Call
GetDeploymentTargets indicates an expected call of GetDeploymentTargets.
func (*MockTaskAgentClientMockRecorder) GetEnvironmentById ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetEnvironmentById(arg0, arg1 any) *gomock.Call
GetEnvironmentById indicates an expected call of GetEnvironmentById.
func (*MockTaskAgentClientMockRecorder) GetEnvironmentDeploymentExecutionRecords ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetEnvironmentDeploymentExecutionRecords(arg0, arg1 any) *gomock.Call
GetEnvironmentDeploymentExecutionRecords indicates an expected call of GetEnvironmentDeploymentExecutionRecords.
func (*MockTaskAgentClientMockRecorder) GetEnvironments ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetEnvironments(arg0, arg1 any) *gomock.Call
GetEnvironments indicates an expected call of GetEnvironments.
func (*MockTaskAgentClientMockRecorder) GetKubernetesResource ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetKubernetesResource(arg0, arg1 any) *gomock.Call
GetKubernetesResource indicates an expected call of GetKubernetesResource.
func (*MockTaskAgentClientMockRecorder) GetTaskGroups ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetTaskGroups(arg0, arg1 any) *gomock.Call
GetTaskGroups indicates an expected call of GetTaskGroups.
func (*MockTaskAgentClientMockRecorder) GetVariableGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetVariableGroup(arg0, arg1 any) *gomock.Call
GetVariableGroup indicates an expected call of GetVariableGroup.
func (*MockTaskAgentClientMockRecorder) GetVariableGroups ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetVariableGroups(arg0, arg1 any) *gomock.Call
GetVariableGroups indicates an expected call of GetVariableGroups.
func (*MockTaskAgentClientMockRecorder) GetVariableGroupsById ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetVariableGroupsById(arg0, arg1 any) *gomock.Call
GetVariableGroupsById indicates an expected call of GetVariableGroupsById.
func (*MockTaskAgentClientMockRecorder) GetYamlSchema ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) GetYamlSchema(arg0, arg1 any) *gomock.Call
GetYamlSchema indicates an expected call of GetYamlSchema.
func (*MockTaskAgentClientMockRecorder) ReplaceAgent ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) ReplaceAgent(arg0, arg1 any) *gomock.Call
ReplaceAgent indicates an expected call of ReplaceAgent.
func (*MockTaskAgentClientMockRecorder) ShareVariableGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) ShareVariableGroup(arg0, arg1 any) *gomock.Call
ShareVariableGroup indicates an expected call of ShareVariableGroup.
func (*MockTaskAgentClientMockRecorder) UpdateAgent ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateAgent(arg0, arg1 any) *gomock.Call
UpdateAgent indicates an expected call of UpdateAgent.
func (*MockTaskAgentClientMockRecorder) UpdateAgentCloud ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateAgentCloud(arg0, arg1 any) *gomock.Call
UpdateAgentCloud indicates an expected call of UpdateAgentCloud.
func (*MockTaskAgentClientMockRecorder) UpdateAgentPool ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateAgentPool(arg0, arg1 any) *gomock.Call
UpdateAgentPool indicates an expected call of UpdateAgentPool.
func (*MockTaskAgentClientMockRecorder) UpdateDeploymentGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateDeploymentGroup(arg0, arg1 any) *gomock.Call
UpdateDeploymentGroup indicates an expected call of UpdateDeploymentGroup.
func (*MockTaskAgentClientMockRecorder) UpdateDeploymentTargets ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateDeploymentTargets(arg0, arg1 any) *gomock.Call
UpdateDeploymentTargets indicates an expected call of UpdateDeploymentTargets.
func (*MockTaskAgentClientMockRecorder) UpdateEnvironment ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateEnvironment(arg0, arg1 any) *gomock.Call
UpdateEnvironment indicates an expected call of UpdateEnvironment.
func (*MockTaskAgentClientMockRecorder) UpdateTaskGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateTaskGroup(arg0, arg1 any) *gomock.Call
UpdateTaskGroup indicates an expected call of UpdateTaskGroup.
func (*MockTaskAgentClientMockRecorder) UpdateVariableGroup ¶ added in v0.6.0
func (mr *MockTaskAgentClientMockRecorder) UpdateVariableGroup(arg0, arg1 any) *gomock.Call
UpdateVariableGroup indicates an expected call of UpdateVariableGroup.
type MockWorkItemTrackingClient ¶ added in v0.6.0
type MockWorkItemTrackingClient struct {
// contains filtered or unexported fields
}
MockWorkItemTrackingClient is a mock of Client interface.
func NewMockWorkItemTrackingClient ¶ added in v0.6.0
func NewMockWorkItemTrackingClient(ctrl *gomock.Controller) *MockWorkItemTrackingClient
NewMockWorkItemTrackingClient creates a new mock instance.
func (*MockWorkItemTrackingClient) AddComment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) AddComment(arg0 context.Context, arg1 workitemtracking.AddCommentArgs) (*workitemtracking.Comment, error)
AddComment mocks base method.
func (*MockWorkItemTrackingClient) AddWorkItemComment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) AddWorkItemComment(arg0 context.Context, arg1 workitemtracking.AddWorkItemCommentArgs) (*workitemtracking.Comment, error)
AddWorkItemComment mocks base method.
func (*MockWorkItemTrackingClient) CreateAttachment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateAttachment(arg0 context.Context, arg1 workitemtracking.CreateAttachmentArgs) (*workitemtracking.AttachmentReference, error)
CreateAttachment mocks base method.
func (*MockWorkItemTrackingClient) CreateCommentReaction ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateCommentReaction(arg0 context.Context, arg1 workitemtracking.CreateCommentReactionArgs) (*workitemtracking.CommentReaction, error)
CreateCommentReaction mocks base method.
func (*MockWorkItemTrackingClient) CreateOrUpdateClassificationNode ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateOrUpdateClassificationNode(arg0 context.Context, arg1 workitemtracking.CreateOrUpdateClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
CreateOrUpdateClassificationNode mocks base method.
func (*MockWorkItemTrackingClient) CreateQuery ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateQuery(arg0 context.Context, arg1 workitemtracking.CreateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
CreateQuery mocks base method.
func (*MockWorkItemTrackingClient) CreateTempQuery ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateTempQuery(arg0 context.Context, arg1 workitemtracking.CreateTempQueryArgs) (*workitemtracking.TemporaryQueryResponseModel, error)
CreateTempQuery mocks base method.
func (*MockWorkItemTrackingClient) CreateTemplate ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateTemplate(arg0 context.Context, arg1 workitemtracking.CreateTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
CreateTemplate mocks base method.
func (*MockWorkItemTrackingClient) CreateWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateWorkItem(arg0 context.Context, arg1 workitemtracking.CreateWorkItemArgs) (*workitemtracking.WorkItem, error)
CreateWorkItem mocks base method.
func (*MockWorkItemTrackingClient) CreateWorkItemField ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) CreateWorkItemField(arg0 context.Context, arg1 workitemtracking.CreateWorkItemFieldArgs) (*workitemtracking.WorkItemField2, error)
CreateWorkItemField mocks base method.
func (*MockWorkItemTrackingClient) DeleteClassificationNode ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteClassificationNode(arg0 context.Context, arg1 workitemtracking.DeleteClassificationNodeArgs) error
DeleteClassificationNode mocks base method.
func (*MockWorkItemTrackingClient) DeleteComment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteComment(arg0 context.Context, arg1 workitemtracking.DeleteCommentArgs) error
DeleteComment mocks base method.
func (*MockWorkItemTrackingClient) DeleteCommentReaction ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteCommentReaction(arg0 context.Context, arg1 workitemtracking.DeleteCommentReactionArgs) (*workitemtracking.CommentReaction, error)
DeleteCommentReaction mocks base method.
func (*MockWorkItemTrackingClient) DeleteQuery ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteQuery(arg0 context.Context, arg1 workitemtracking.DeleteQueryArgs) error
DeleteQuery mocks base method.
func (*MockWorkItemTrackingClient) DeleteTag ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteTag(arg0 context.Context, arg1 workitemtracking.DeleteTagArgs) error
DeleteTag mocks base method.
func (*MockWorkItemTrackingClient) DeleteTemplate ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteTemplate(arg0 context.Context, arg1 workitemtracking.DeleteTemplateArgs) error
DeleteTemplate mocks base method.
func (*MockWorkItemTrackingClient) DeleteWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteWorkItem(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
DeleteWorkItem mocks base method.
func (*MockWorkItemTrackingClient) DeleteWorkItemField ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteWorkItemField(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemFieldArgs) error
DeleteWorkItemField mocks base method.
func (*MockWorkItemTrackingClient) DeleteWorkItems ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DeleteWorkItems(arg0 context.Context, arg1 workitemtracking.DeleteWorkItemsArgs) (*workitemtracking.WorkItemDeleteBatch, error)
DeleteWorkItems mocks base method.
func (*MockWorkItemTrackingClient) DestroyWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) DestroyWorkItem(arg0 context.Context, arg1 workitemtracking.DestroyWorkItemArgs) error
DestroyWorkItem mocks base method.
func (*MockWorkItemTrackingClient) EXPECT ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) EXPECT() *MockWorkItemTrackingClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkItemTrackingClient) GetAttachmentContent ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetAttachmentContent(arg0 context.Context, arg1 workitemtracking.GetAttachmentContentArgs) (io.ReadCloser, error)
GetAttachmentContent mocks base method.
func (*MockWorkItemTrackingClient) GetAttachmentZip ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetAttachmentZip(arg0 context.Context, arg1 workitemtracking.GetAttachmentZipArgs) (io.ReadCloser, error)
GetAttachmentZip mocks base method.
func (*MockWorkItemTrackingClient) GetClassificationNode ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetClassificationNode(arg0 context.Context, arg1 workitemtracking.GetClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
GetClassificationNode mocks base method.
func (*MockWorkItemTrackingClient) GetClassificationNodes ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetClassificationNodes(arg0 context.Context, arg1 workitemtracking.GetClassificationNodesArgs) (*[]workitemtracking.WorkItemClassificationNode, error)
GetClassificationNodes mocks base method.
func (*MockWorkItemTrackingClient) GetComment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetComment(arg0 context.Context, arg1 workitemtracking.GetCommentArgs) (*workitemtracking.Comment, error)
GetComment mocks base method.
func (*MockWorkItemTrackingClient) GetCommentReactions ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetCommentReactions(arg0 context.Context, arg1 workitemtracking.GetCommentReactionsArgs) (*[]workitemtracking.CommentReaction, error)
GetCommentReactions mocks base method.
func (*MockWorkItemTrackingClient) GetCommentVersion ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetCommentVersion(arg0 context.Context, arg1 workitemtracking.GetCommentVersionArgs) (*workitemtracking.CommentVersion, error)
GetCommentVersion mocks base method.
func (*MockWorkItemTrackingClient) GetCommentVersions ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetCommentVersions(arg0 context.Context, arg1 workitemtracking.GetCommentVersionsArgs) (*[]workitemtracking.CommentVersion, error)
GetCommentVersions mocks base method.
func (*MockWorkItemTrackingClient) GetComments ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetComments(arg0 context.Context, arg1 workitemtracking.GetCommentsArgs) (*workitemtracking.CommentList, error)
GetComments mocks base method.
func (*MockWorkItemTrackingClient) GetCommentsBatch ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetCommentsBatch(arg0 context.Context, arg1 workitemtracking.GetCommentsBatchArgs) (*workitemtracking.CommentList, error)
GetCommentsBatch mocks base method.
func (*MockWorkItemTrackingClient) GetDeletedWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetDeletedWorkItem(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
GetDeletedWorkItem mocks base method.
func (*MockWorkItemTrackingClient) GetDeletedWorkItemShallowReferences ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetDeletedWorkItemShallowReferences(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemShallowReferencesArgs) (*[]workitemtracking.WorkItemDeleteShallowReference, error)
GetDeletedWorkItemShallowReferences mocks base method.
func (*MockWorkItemTrackingClient) GetDeletedWorkItems ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetDeletedWorkItems(arg0 context.Context, arg1 workitemtracking.GetDeletedWorkItemsArgs) (*[]workitemtracking.WorkItemDeleteReference, error)
GetDeletedWorkItems mocks base method.
func (*MockWorkItemTrackingClient) GetEngagedUsers ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetEngagedUsers(arg0 context.Context, arg1 workitemtracking.GetEngagedUsersArgs) (*[]webapi.IdentityRef, error)
GetEngagedUsers mocks base method.
func (*MockWorkItemTrackingClient) GetGithubConnectionRepositories ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetGithubConnectionRepositories(arg0 context.Context, arg1 workitemtracking.GetGithubConnectionRepositoriesArgs) (*[]workitemtracking.GitHubConnectionRepoModel, error)
GetGithubConnectionRepositories mocks base method.
func (*MockWorkItemTrackingClient) GetGithubConnections ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetGithubConnections(arg0 context.Context, arg1 workitemtracking.GetGithubConnectionsArgs) (*[]workitemtracking.GitHubConnectionModel, error)
GetGithubConnections mocks base method.
func (*MockWorkItemTrackingClient) GetQueries ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetQueries(arg0 context.Context, arg1 workitemtracking.GetQueriesArgs) (*[]workitemtracking.QueryHierarchyItem, error)
GetQueries mocks base method.
func (*MockWorkItemTrackingClient) GetQueriesBatch ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetQueriesBatch(arg0 context.Context, arg1 workitemtracking.GetQueriesBatchArgs) (*[]workitemtracking.QueryHierarchyItem, error)
GetQueriesBatch mocks base method.
func (*MockWorkItemTrackingClient) GetQuery ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetQuery(arg0 context.Context, arg1 workitemtracking.GetQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
GetQuery mocks base method.
func (*MockWorkItemTrackingClient) GetQueryResultCount ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetQueryResultCount(arg0 context.Context, arg1 workitemtracking.GetQueryResultCountArgs) (*int, error)
GetQueryResultCount mocks base method.
func (*MockWorkItemTrackingClient) GetRecentActivityData ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetRecentActivityData(arg0 context.Context, arg1 workitemtracking.GetRecentActivityDataArgs) (*[]workitemtracking.AccountRecentActivityWorkItemModel2, error)
GetRecentActivityData mocks base method.
func (*MockWorkItemTrackingClient) GetRelationType ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetRelationType(arg0 context.Context, arg1 workitemtracking.GetRelationTypeArgs) (*workitemtracking.WorkItemRelationType, error)
GetRelationType mocks base method.
func (*MockWorkItemTrackingClient) GetRelationTypes ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetRelationTypes(arg0 context.Context, arg1 workitemtracking.GetRelationTypesArgs) (*[]workitemtracking.WorkItemRelationType, error)
GetRelationTypes mocks base method.
func (*MockWorkItemTrackingClient) GetReportingLinksByLinkType ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetReportingLinksByLinkType(arg0 context.Context, arg1 workitemtracking.GetReportingLinksByLinkTypeArgs) (*workitemtracking.ReportingWorkItemLinksBatch, error)
GetReportingLinksByLinkType mocks base method.
func (*MockWorkItemTrackingClient) GetRevision ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetRevision(arg0 context.Context, arg1 workitemtracking.GetRevisionArgs) (*workitemtracking.WorkItem, error)
GetRevision mocks base method.
func (*MockWorkItemTrackingClient) GetRevisions ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetRevisions(arg0 context.Context, arg1 workitemtracking.GetRevisionsArgs) (*[]workitemtracking.WorkItem, error)
GetRevisions mocks base method.
func (*MockWorkItemTrackingClient) GetRootNodes ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetRootNodes(arg0 context.Context, arg1 workitemtracking.GetRootNodesArgs) (*[]workitemtracking.WorkItemClassificationNode, error)
GetRootNodes mocks base method.
func (*MockWorkItemTrackingClient) GetTag ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetTag(arg0 context.Context, arg1 workitemtracking.GetTagArgs) (*workitemtracking.WorkItemTagDefinition, error)
GetTag mocks base method.
func (*MockWorkItemTrackingClient) GetTags ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetTags(arg0 context.Context, arg1 workitemtracking.GetTagsArgs) (*[]workitemtracking.WorkItemTagDefinition, error)
GetTags mocks base method.
func (*MockWorkItemTrackingClient) GetTemplate ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetTemplate(arg0 context.Context, arg1 workitemtracking.GetTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
GetTemplate mocks base method.
func (*MockWorkItemTrackingClient) GetTemplates ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetTemplates(arg0 context.Context, arg1 workitemtracking.GetTemplatesArgs) (*[]workitemtracking.WorkItemTemplateReference, error)
GetTemplates mocks base method.
func (*MockWorkItemTrackingClient) GetUpdate ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetUpdate(arg0 context.Context, arg1 workitemtracking.GetUpdateArgs) (*workitemtracking.WorkItemUpdate, error)
GetUpdate mocks base method.
func (*MockWorkItemTrackingClient) GetUpdates ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetUpdates(arg0 context.Context, arg1 workitemtracking.GetUpdatesArgs) (*[]workitemtracking.WorkItemUpdate, error)
GetUpdates mocks base method.
func (*MockWorkItemTrackingClient) GetWorkArtifactLinkTypes ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkArtifactLinkTypes(arg0 context.Context, arg1 workitemtracking.GetWorkArtifactLinkTypesArgs) (*[]workitemtracking.WorkArtifactLink, error)
GetWorkArtifactLinkTypes mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItem(arg0 context.Context, arg1 workitemtracking.GetWorkItemArgs) (*workitemtracking.WorkItem, error)
GetWorkItem mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemField ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemField(arg0 context.Context, arg1 workitemtracking.GetWorkItemFieldArgs) (*workitemtracking.WorkItemField2, error)
GetWorkItemField mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemFields ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemFields(arg0 context.Context, arg1 workitemtracking.GetWorkItemFieldsArgs) (*[]workitemtracking.WorkItemField2, error)
GetWorkItemFields mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemIconJson ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemIconJson(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconJsonArgs) (*workitemtracking.WorkItemIcon, error)
GetWorkItemIconJson mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemIconSvg ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemIconSvg(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconSvgArgs) (io.ReadCloser, error)
GetWorkItemIconSvg mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemIconXaml ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemIconXaml(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconXamlArgs) (io.ReadCloser, error)
GetWorkItemIconXaml mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemIcons ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemIcons(arg0 context.Context, arg1 workitemtracking.GetWorkItemIconsArgs) (*[]workitemtracking.WorkItemIcon, error)
GetWorkItemIcons mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemNextStatesOnCheckinAction ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemNextStatesOnCheckinAction(arg0 context.Context, arg1 workitemtracking.GetWorkItemNextStatesOnCheckinActionArgs) (*[]workitemtracking.WorkItemNextStateOnTransition, error)
GetWorkItemNextStatesOnCheckinAction mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTemplate ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTemplate(arg0 context.Context, arg1 workitemtracking.GetWorkItemTemplateArgs) (*workitemtracking.WorkItem, error)
GetWorkItemTemplate mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemType ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemType(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeArgs) (*workitemtracking.WorkItemType, error)
GetWorkItemType mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTypeCategories ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTypeCategories(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeCategoriesArgs) (*[]workitemtracking.WorkItemTypeCategory, error)
GetWorkItemTypeCategories mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTypeCategory ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTypeCategory(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeCategoryArgs) (*workitemtracking.WorkItemTypeCategory, error)
GetWorkItemTypeCategory mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTypeFieldWithReferences ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTypeFieldWithReferences(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeFieldWithReferencesArgs) (*workitemtracking.WorkItemTypeFieldWithReferences, error)
GetWorkItemTypeFieldWithReferences mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTypeFieldsWithReferences ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTypeFieldsWithReferences(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeFieldsWithReferencesArgs) (*[]workitemtracking.WorkItemTypeFieldWithReferences, error)
GetWorkItemTypeFieldsWithReferences mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTypeStates ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTypeStates(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypeStatesArgs) (*[]workitemtracking.WorkItemStateColor, error)
GetWorkItemTypeStates mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemTypes ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemTypes(arg0 context.Context, arg1 workitemtracking.GetWorkItemTypesArgs) (*[]workitemtracking.WorkItemType, error)
GetWorkItemTypes mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItems ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItems(arg0 context.Context, arg1 workitemtracking.GetWorkItemsArgs) (*[]workitemtracking.WorkItem, error)
GetWorkItems mocks base method.
func (*MockWorkItemTrackingClient) GetWorkItemsBatch ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) GetWorkItemsBatch(arg0 context.Context, arg1 workitemtracking.GetWorkItemsBatchArgs) (*[]workitemtracking.WorkItem, error)
GetWorkItemsBatch mocks base method.
func (*MockWorkItemTrackingClient) MigrateProjectsProcess ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) MigrateProjectsProcess(arg0 context.Context, arg1 workitemtracking.MigrateProjectsProcessArgs) (*workitemtracking.ProcessMigrationResultModel, error)
MigrateProjectsProcess mocks base method.
func (*MockWorkItemTrackingClient) QueryById ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) QueryById(arg0 context.Context, arg1 workitemtracking.QueryByIdArgs) (*workitemtracking.WorkItemQueryResult, error)
QueryById mocks base method.
func (*MockWorkItemTrackingClient) QueryByWiql ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) QueryByWiql(arg0 context.Context, arg1 workitemtracking.QueryByWiqlArgs) (*workitemtracking.WorkItemQueryResult, error)
QueryByWiql mocks base method.
func (*MockWorkItemTrackingClient) QueryWorkItemsForArtifactUris ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) QueryWorkItemsForArtifactUris(arg0 context.Context, arg1 workitemtracking.QueryWorkItemsForArtifactUrisArgs) (*workitemtracking.ArtifactUriQueryResult, error)
QueryWorkItemsForArtifactUris mocks base method.
func (*MockWorkItemTrackingClient) ReadReportingDiscussions ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) ReadReportingDiscussions(arg0 context.Context, arg1 workitemtracking.ReadReportingDiscussionsArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
ReadReportingDiscussions mocks base method.
func (*MockWorkItemTrackingClient) ReadReportingRevisionsGet ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) ReadReportingRevisionsGet(arg0 context.Context, arg1 workitemtracking.ReadReportingRevisionsGetArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
ReadReportingRevisionsGet mocks base method.
func (*MockWorkItemTrackingClient) ReadReportingRevisionsPost ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) ReadReportingRevisionsPost(arg0 context.Context, arg1 workitemtracking.ReadReportingRevisionsPostArgs) (*workitemtracking.ReportingWorkItemRevisionsBatch, error)
ReadReportingRevisionsPost mocks base method.
func (*MockWorkItemTrackingClient) ReplaceTemplate ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) ReplaceTemplate(arg0 context.Context, arg1 workitemtracking.ReplaceTemplateArgs) (*workitemtracking.WorkItemTemplate, error)
ReplaceTemplate mocks base method.
func (*MockWorkItemTrackingClient) RestoreWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) RestoreWorkItem(arg0 context.Context, arg1 workitemtracking.RestoreWorkItemArgs) (*workitemtracking.WorkItemDelete, error)
RestoreWorkItem mocks base method.
func (*MockWorkItemTrackingClient) SearchQueries ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) SearchQueries(arg0 context.Context, arg1 workitemtracking.SearchQueriesArgs) (*workitemtracking.QueryHierarchyItemsResult, error)
SearchQueries mocks base method.
func (*MockWorkItemTrackingClient) SendMail ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) SendMail(arg0 context.Context, arg1 workitemtracking.SendMailArgs) error
SendMail mocks base method.
func (*MockWorkItemTrackingClient) UpdateClassificationNode ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateClassificationNode(arg0 context.Context, arg1 workitemtracking.UpdateClassificationNodeArgs) (*workitemtracking.WorkItemClassificationNode, error)
UpdateClassificationNode mocks base method.
func (*MockWorkItemTrackingClient) UpdateComment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateComment(arg0 context.Context, arg1 workitemtracking.UpdateCommentArgs) (*workitemtracking.Comment, error)
UpdateComment mocks base method.
func (*MockWorkItemTrackingClient) UpdateGithubConnectionRepos ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateGithubConnectionRepos(arg0 context.Context, arg1 workitemtracking.UpdateGithubConnectionReposArgs) (*[]workitemtracking.GitHubConnectionRepoModel, error)
UpdateGithubConnectionRepos mocks base method.
func (*MockWorkItemTrackingClient) UpdateQuery ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateQuery(arg0 context.Context, arg1 workitemtracking.UpdateQueryArgs) (*workitemtracking.QueryHierarchyItem, error)
UpdateQuery mocks base method.
func (*MockWorkItemTrackingClient) UpdateTag ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateTag(arg0 context.Context, arg1 workitemtracking.UpdateTagArgs) (*workitemtracking.WorkItemTagDefinition, error)
UpdateTag mocks base method.
func (*MockWorkItemTrackingClient) UpdateWorkItem ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateWorkItem(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemArgs) (*workitemtracking.WorkItem, error)
UpdateWorkItem mocks base method.
func (*MockWorkItemTrackingClient) UpdateWorkItemComment ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateWorkItemComment(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemCommentArgs) (*workitemtracking.Comment, error)
UpdateWorkItemComment mocks base method.
func (*MockWorkItemTrackingClient) UpdateWorkItemField ¶ added in v0.6.0
func (m *MockWorkItemTrackingClient) UpdateWorkItemField(arg0 context.Context, arg1 workitemtracking.UpdateWorkItemFieldArgs) (*workitemtracking.WorkItemField2, error)
UpdateWorkItemField mocks base method.
type MockWorkItemTrackingClientMockRecorder ¶ added in v0.6.0
type MockWorkItemTrackingClientMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkItemTrackingClientMockRecorder is the mock recorder for MockWorkItemTrackingClient.
func (*MockWorkItemTrackingClientMockRecorder) AddComment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) AddComment(arg0, arg1 any) *gomock.Call
AddComment indicates an expected call of AddComment.
func (*MockWorkItemTrackingClientMockRecorder) AddWorkItemComment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) AddWorkItemComment(arg0, arg1 any) *gomock.Call
AddWorkItemComment indicates an expected call of AddWorkItemComment.
func (*MockWorkItemTrackingClientMockRecorder) CreateAttachment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateAttachment(arg0, arg1 any) *gomock.Call
CreateAttachment indicates an expected call of CreateAttachment.
func (*MockWorkItemTrackingClientMockRecorder) CreateCommentReaction ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateCommentReaction(arg0, arg1 any) *gomock.Call
CreateCommentReaction indicates an expected call of CreateCommentReaction.
func (*MockWorkItemTrackingClientMockRecorder) CreateOrUpdateClassificationNode ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateOrUpdateClassificationNode(arg0, arg1 any) *gomock.Call
CreateOrUpdateClassificationNode indicates an expected call of CreateOrUpdateClassificationNode.
func (*MockWorkItemTrackingClientMockRecorder) CreateQuery ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateQuery(arg0, arg1 any) *gomock.Call
CreateQuery indicates an expected call of CreateQuery.
func (*MockWorkItemTrackingClientMockRecorder) CreateTempQuery ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateTempQuery(arg0, arg1 any) *gomock.Call
CreateTempQuery indicates an expected call of CreateTempQuery.
func (*MockWorkItemTrackingClientMockRecorder) CreateTemplate ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateTemplate(arg0, arg1 any) *gomock.Call
CreateTemplate indicates an expected call of CreateTemplate.
func (*MockWorkItemTrackingClientMockRecorder) CreateWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateWorkItem(arg0, arg1 any) *gomock.Call
CreateWorkItem indicates an expected call of CreateWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) CreateWorkItemField ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) CreateWorkItemField(arg0, arg1 any) *gomock.Call
CreateWorkItemField indicates an expected call of CreateWorkItemField.
func (*MockWorkItemTrackingClientMockRecorder) DeleteClassificationNode ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteClassificationNode(arg0, arg1 any) *gomock.Call
DeleteClassificationNode indicates an expected call of DeleteClassificationNode.
func (*MockWorkItemTrackingClientMockRecorder) DeleteComment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteComment(arg0, arg1 any) *gomock.Call
DeleteComment indicates an expected call of DeleteComment.
func (*MockWorkItemTrackingClientMockRecorder) DeleteCommentReaction ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteCommentReaction(arg0, arg1 any) *gomock.Call
DeleteCommentReaction indicates an expected call of DeleteCommentReaction.
func (*MockWorkItemTrackingClientMockRecorder) DeleteQuery ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteQuery(arg0, arg1 any) *gomock.Call
DeleteQuery indicates an expected call of DeleteQuery.
func (*MockWorkItemTrackingClientMockRecorder) DeleteTag ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteTag(arg0, arg1 any) *gomock.Call
DeleteTag indicates an expected call of DeleteTag.
func (*MockWorkItemTrackingClientMockRecorder) DeleteTemplate ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteTemplate(arg0, arg1 any) *gomock.Call
DeleteTemplate indicates an expected call of DeleteTemplate.
func (*MockWorkItemTrackingClientMockRecorder) DeleteWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteWorkItem(arg0, arg1 any) *gomock.Call
DeleteWorkItem indicates an expected call of DeleteWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) DeleteWorkItemField ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteWorkItemField(arg0, arg1 any) *gomock.Call
DeleteWorkItemField indicates an expected call of DeleteWorkItemField.
func (*MockWorkItemTrackingClientMockRecorder) DeleteWorkItems ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DeleteWorkItems(arg0, arg1 any) *gomock.Call
DeleteWorkItems indicates an expected call of DeleteWorkItems.
func (*MockWorkItemTrackingClientMockRecorder) DestroyWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) DestroyWorkItem(arg0, arg1 any) *gomock.Call
DestroyWorkItem indicates an expected call of DestroyWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) GetAttachmentContent ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetAttachmentContent(arg0, arg1 any) *gomock.Call
GetAttachmentContent indicates an expected call of GetAttachmentContent.
func (*MockWorkItemTrackingClientMockRecorder) GetAttachmentZip ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetAttachmentZip(arg0, arg1 any) *gomock.Call
GetAttachmentZip indicates an expected call of GetAttachmentZip.
func (*MockWorkItemTrackingClientMockRecorder) GetClassificationNode ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetClassificationNode(arg0, arg1 any) *gomock.Call
GetClassificationNode indicates an expected call of GetClassificationNode.
func (*MockWorkItemTrackingClientMockRecorder) GetClassificationNodes ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetClassificationNodes(arg0, arg1 any) *gomock.Call
GetClassificationNodes indicates an expected call of GetClassificationNodes.
func (*MockWorkItemTrackingClientMockRecorder) GetComment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetComment(arg0, arg1 any) *gomock.Call
GetComment indicates an expected call of GetComment.
func (*MockWorkItemTrackingClientMockRecorder) GetCommentReactions ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentReactions(arg0, arg1 any) *gomock.Call
GetCommentReactions indicates an expected call of GetCommentReactions.
func (*MockWorkItemTrackingClientMockRecorder) GetCommentVersion ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentVersion(arg0, arg1 any) *gomock.Call
GetCommentVersion indicates an expected call of GetCommentVersion.
func (*MockWorkItemTrackingClientMockRecorder) GetCommentVersions ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentVersions(arg0, arg1 any) *gomock.Call
GetCommentVersions indicates an expected call of GetCommentVersions.
func (*MockWorkItemTrackingClientMockRecorder) GetComments ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetComments(arg0, arg1 any) *gomock.Call
GetComments indicates an expected call of GetComments.
func (*MockWorkItemTrackingClientMockRecorder) GetCommentsBatch ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetCommentsBatch(arg0, arg1 any) *gomock.Call
GetCommentsBatch indicates an expected call of GetCommentsBatch.
func (*MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItem(arg0, arg1 any) *gomock.Call
GetDeletedWorkItem indicates an expected call of GetDeletedWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItemShallowReferences ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItemShallowReferences(arg0, arg1 any) *gomock.Call
GetDeletedWorkItemShallowReferences indicates an expected call of GetDeletedWorkItemShallowReferences.
func (*MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItems ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetDeletedWorkItems(arg0, arg1 any) *gomock.Call
GetDeletedWorkItems indicates an expected call of GetDeletedWorkItems.
func (*MockWorkItemTrackingClientMockRecorder) GetEngagedUsers ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetEngagedUsers(arg0, arg1 any) *gomock.Call
GetEngagedUsers indicates an expected call of GetEngagedUsers.
func (*MockWorkItemTrackingClientMockRecorder) GetGithubConnectionRepositories ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetGithubConnectionRepositories(arg0, arg1 any) *gomock.Call
GetGithubConnectionRepositories indicates an expected call of GetGithubConnectionRepositories.
func (*MockWorkItemTrackingClientMockRecorder) GetGithubConnections ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetGithubConnections(arg0, arg1 any) *gomock.Call
GetGithubConnections indicates an expected call of GetGithubConnections.
func (*MockWorkItemTrackingClientMockRecorder) GetQueries ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetQueries(arg0, arg1 any) *gomock.Call
GetQueries indicates an expected call of GetQueries.
func (*MockWorkItemTrackingClientMockRecorder) GetQueriesBatch ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetQueriesBatch(arg0, arg1 any) *gomock.Call
GetQueriesBatch indicates an expected call of GetQueriesBatch.
func (*MockWorkItemTrackingClientMockRecorder) GetQuery ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetQuery(arg0, arg1 any) *gomock.Call
GetQuery indicates an expected call of GetQuery.
func (*MockWorkItemTrackingClientMockRecorder) GetQueryResultCount ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetQueryResultCount(arg0, arg1 any) *gomock.Call
GetQueryResultCount indicates an expected call of GetQueryResultCount.
func (*MockWorkItemTrackingClientMockRecorder) GetRecentActivityData ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetRecentActivityData(arg0, arg1 any) *gomock.Call
GetRecentActivityData indicates an expected call of GetRecentActivityData.
func (*MockWorkItemTrackingClientMockRecorder) GetRelationType ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetRelationType(arg0, arg1 any) *gomock.Call
GetRelationType indicates an expected call of GetRelationType.
func (*MockWorkItemTrackingClientMockRecorder) GetRelationTypes ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetRelationTypes(arg0, arg1 any) *gomock.Call
GetRelationTypes indicates an expected call of GetRelationTypes.
func (*MockWorkItemTrackingClientMockRecorder) GetReportingLinksByLinkType ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetReportingLinksByLinkType(arg0, arg1 any) *gomock.Call
GetReportingLinksByLinkType indicates an expected call of GetReportingLinksByLinkType.
func (*MockWorkItemTrackingClientMockRecorder) GetRevision ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetRevision(arg0, arg1 any) *gomock.Call
GetRevision indicates an expected call of GetRevision.
func (*MockWorkItemTrackingClientMockRecorder) GetRevisions ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetRevisions(arg0, arg1 any) *gomock.Call
GetRevisions indicates an expected call of GetRevisions.
func (*MockWorkItemTrackingClientMockRecorder) GetRootNodes ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetRootNodes(arg0, arg1 any) *gomock.Call
GetRootNodes indicates an expected call of GetRootNodes.
func (*MockWorkItemTrackingClientMockRecorder) GetTag ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetTag(arg0, arg1 any) *gomock.Call
GetTag indicates an expected call of GetTag.
func (*MockWorkItemTrackingClientMockRecorder) GetTags ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetTags(arg0, arg1 any) *gomock.Call
GetTags indicates an expected call of GetTags.
func (*MockWorkItemTrackingClientMockRecorder) GetTemplate ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetTemplate(arg0, arg1 any) *gomock.Call
GetTemplate indicates an expected call of GetTemplate.
func (*MockWorkItemTrackingClientMockRecorder) GetTemplates ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetTemplates(arg0, arg1 any) *gomock.Call
GetTemplates indicates an expected call of GetTemplates.
func (*MockWorkItemTrackingClientMockRecorder) GetUpdate ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetUpdate(arg0, arg1 any) *gomock.Call
GetUpdate indicates an expected call of GetUpdate.
func (*MockWorkItemTrackingClientMockRecorder) GetUpdates ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetUpdates(arg0, arg1 any) *gomock.Call
GetUpdates indicates an expected call of GetUpdates.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkArtifactLinkTypes ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkArtifactLinkTypes(arg0, arg1 any) *gomock.Call
GetWorkArtifactLinkTypes indicates an expected call of GetWorkArtifactLinkTypes.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItem(arg0, arg1 any) *gomock.Call
GetWorkItem indicates an expected call of GetWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemField ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemField(arg0, arg1 any) *gomock.Call
GetWorkItemField indicates an expected call of GetWorkItemField.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemFields ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemFields(arg0, arg1 any) *gomock.Call
GetWorkItemFields indicates an expected call of GetWorkItemFields.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemIconJson ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIconJson(arg0, arg1 any) *gomock.Call
GetWorkItemIconJson indicates an expected call of GetWorkItemIconJson.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemIconSvg ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIconSvg(arg0, arg1 any) *gomock.Call
GetWorkItemIconSvg indicates an expected call of GetWorkItemIconSvg.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemIconXaml ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIconXaml(arg0, arg1 any) *gomock.Call
GetWorkItemIconXaml indicates an expected call of GetWorkItemIconXaml.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemIcons ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemIcons(arg0, arg1 any) *gomock.Call
GetWorkItemIcons indicates an expected call of GetWorkItemIcons.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction(arg0, arg1 any) *gomock.Call
GetWorkItemNextStatesOnCheckinAction indicates an expected call of GetWorkItemNextStatesOnCheckinAction.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTemplate ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTemplate(arg0, arg1 any) *gomock.Call
GetWorkItemTemplate indicates an expected call of GetWorkItemTemplate.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemType ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemType(arg0, arg1 any) *gomock.Call
GetWorkItemType indicates an expected call of GetWorkItemType.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeCategories ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeCategories(arg0, arg1 any) *gomock.Call
GetWorkItemTypeCategories indicates an expected call of GetWorkItemTypeCategories.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeCategory ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeCategory(arg0, arg1 any) *gomock.Call
GetWorkItemTypeCategory indicates an expected call of GetWorkItemTypeCategory.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences(arg0, arg1 any) *gomock.Call
GetWorkItemTypeFieldWithReferences indicates an expected call of GetWorkItemTypeFieldWithReferences.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences(arg0, arg1 any) *gomock.Call
GetWorkItemTypeFieldsWithReferences indicates an expected call of GetWorkItemTypeFieldsWithReferences.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeStates ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypeStates(arg0, arg1 any) *gomock.Call
GetWorkItemTypeStates indicates an expected call of GetWorkItemTypeStates.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemTypes ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemTypes(arg0, arg1 any) *gomock.Call
GetWorkItemTypes indicates an expected call of GetWorkItemTypes.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItems ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItems(arg0, arg1 any) *gomock.Call
GetWorkItems indicates an expected call of GetWorkItems.
func (*MockWorkItemTrackingClientMockRecorder) GetWorkItemsBatch ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) GetWorkItemsBatch(arg0, arg1 any) *gomock.Call
GetWorkItemsBatch indicates an expected call of GetWorkItemsBatch.
func (*MockWorkItemTrackingClientMockRecorder) MigrateProjectsProcess ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) MigrateProjectsProcess(arg0, arg1 any) *gomock.Call
MigrateProjectsProcess indicates an expected call of MigrateProjectsProcess.
func (*MockWorkItemTrackingClientMockRecorder) QueryById ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) QueryById(arg0, arg1 any) *gomock.Call
QueryById indicates an expected call of QueryById.
func (*MockWorkItemTrackingClientMockRecorder) QueryByWiql ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) QueryByWiql(arg0, arg1 any) *gomock.Call
QueryByWiql indicates an expected call of QueryByWiql.
func (*MockWorkItemTrackingClientMockRecorder) QueryWorkItemsForArtifactUris ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) QueryWorkItemsForArtifactUris(arg0, arg1 any) *gomock.Call
QueryWorkItemsForArtifactUris indicates an expected call of QueryWorkItemsForArtifactUris.
func (*MockWorkItemTrackingClientMockRecorder) ReadReportingDiscussions ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) ReadReportingDiscussions(arg0, arg1 any) *gomock.Call
ReadReportingDiscussions indicates an expected call of ReadReportingDiscussions.
func (*MockWorkItemTrackingClientMockRecorder) ReadReportingRevisionsGet ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) ReadReportingRevisionsGet(arg0, arg1 any) *gomock.Call
ReadReportingRevisionsGet indicates an expected call of ReadReportingRevisionsGet.
func (*MockWorkItemTrackingClientMockRecorder) ReadReportingRevisionsPost ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) ReadReportingRevisionsPost(arg0, arg1 any) *gomock.Call
ReadReportingRevisionsPost indicates an expected call of ReadReportingRevisionsPost.
func (*MockWorkItemTrackingClientMockRecorder) ReplaceTemplate ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) ReplaceTemplate(arg0, arg1 any) *gomock.Call
ReplaceTemplate indicates an expected call of ReplaceTemplate.
func (*MockWorkItemTrackingClientMockRecorder) RestoreWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) RestoreWorkItem(arg0, arg1 any) *gomock.Call
RestoreWorkItem indicates an expected call of RestoreWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) SearchQueries ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) SearchQueries(arg0, arg1 any) *gomock.Call
SearchQueries indicates an expected call of SearchQueries.
func (*MockWorkItemTrackingClientMockRecorder) SendMail ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) SendMail(arg0, arg1 any) *gomock.Call
SendMail indicates an expected call of SendMail.
func (*MockWorkItemTrackingClientMockRecorder) UpdateClassificationNode ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateClassificationNode(arg0, arg1 any) *gomock.Call
UpdateClassificationNode indicates an expected call of UpdateClassificationNode.
func (*MockWorkItemTrackingClientMockRecorder) UpdateComment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateComment(arg0, arg1 any) *gomock.Call
UpdateComment indicates an expected call of UpdateComment.
func (*MockWorkItemTrackingClientMockRecorder) UpdateGithubConnectionRepos ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateGithubConnectionRepos(arg0, arg1 any) *gomock.Call
UpdateGithubConnectionRepos indicates an expected call of UpdateGithubConnectionRepos.
func (*MockWorkItemTrackingClientMockRecorder) UpdateQuery ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateQuery(arg0, arg1 any) *gomock.Call
UpdateQuery indicates an expected call of UpdateQuery.
func (*MockWorkItemTrackingClientMockRecorder) UpdateTag ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateTag(arg0, arg1 any) *gomock.Call
UpdateTag indicates an expected call of UpdateTag.
func (*MockWorkItemTrackingClientMockRecorder) UpdateWorkItem ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateWorkItem(arg0, arg1 any) *gomock.Call
UpdateWorkItem indicates an expected call of UpdateWorkItem.
func (*MockWorkItemTrackingClientMockRecorder) UpdateWorkItemComment ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateWorkItemComment(arg0, arg1 any) *gomock.Call
UpdateWorkItemComment indicates an expected call of UpdateWorkItemComment.
func (*MockWorkItemTrackingClientMockRecorder) UpdateWorkItemField ¶ added in v0.6.0
func (mr *MockWorkItemTrackingClientMockRecorder) UpdateWorkItemField(arg0, arg1 any) *gomock.Call
UpdateWorkItemField indicates an expected call of UpdateWorkItemField.
type MockerrWithExitCode ¶
type MockerrWithExitCode struct {
// contains filtered or unexported fields
}
MockerrWithExitCode is a mock of errWithExitCode interface.
func NewMockerrWithExitCode ¶
func NewMockerrWithExitCode(ctrl *gomock.Controller) *MockerrWithExitCode
NewMockerrWithExitCode creates a new mock instance.
func (*MockerrWithExitCode) EXPECT ¶
func (m *MockerrWithExitCode) EXPECT() *MockerrWithExitCodeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockerrWithExitCode) ExitCode ¶
func (m *MockerrWithExitCode) ExitCode() int
ExitCode mocks base method.
type MockerrWithExitCodeMockRecorder ¶
type MockerrWithExitCodeMockRecorder struct {
// contains filtered or unexported fields
}
MockerrWithExitCodeMockRecorder is the mock recorder for MockerrWithExitCode.
func (*MockerrWithExitCodeMockRecorder) ExitCode ¶
func (mr *MockerrWithExitCodeMockRecorder) ExitCode() *gomock.Call
ExitCode indicates an expected call of ExitCode.
type MockfileReader ¶ added in v0.3.0
type MockfileReader struct {
// contains filtered or unexported fields
}
MockfileReader is a mock of fileReader interface.
func NewMockfileReader ¶ added in v0.3.0
func NewMockfileReader(ctrl *gomock.Controller) *MockfileReader
NewMockfileReader creates a new mock instance.
func (*MockfileReader) EXPECT ¶ added in v0.3.0
func (m *MockfileReader) EXPECT() *MockfileReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockfileReader) Fd ¶ added in v0.3.0
func (m *MockfileReader) Fd() uintptr
Fd mocks base method.
type MockfileReaderMockRecorder ¶ added in v0.3.0
type MockfileReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockfileReaderMockRecorder is the mock recorder for MockfileReader.
func (*MockfileReaderMockRecorder) Fd ¶ added in v0.3.0
func (mr *MockfileReaderMockRecorder) Fd() *gomock.Call
Fd indicates an expected call of Fd.
type MockfileWriter ¶ added in v0.3.0
type MockfileWriter struct {
// contains filtered or unexported fields
}
MockfileWriter is a mock of fileWriter interface.
func NewMockfileWriter ¶ added in v0.3.0
func NewMockfileWriter(ctrl *gomock.Controller) *MockfileWriter
NewMockfileWriter creates a new mock instance.
func (*MockfileWriter) EXPECT ¶ added in v0.3.0
func (m *MockfileWriter) EXPECT() *MockfileWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockfileWriter) Fd ¶ added in v0.3.0
func (m *MockfileWriter) Fd() uintptr
Fd mocks base method.
type MockfileWriterMockRecorder ¶ added in v0.3.0
type MockfileWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockfileWriterMockRecorder is the mock recorder for MockfileWriter.
func (*MockfileWriterMockRecorder) Fd ¶ added in v0.3.0
func (mr *MockfileWriterMockRecorder) Fd() *gomock.Call
Fd indicates an expected call of Fd.
Source Files
¶
- auth_config.go
- azdogit_client_mock.go
- build_client_mock.go
- cmd_context_mock.go
- config_alias.go
- config_mock.go
- connection_factory_mock.go
- core_client_mock.go
- extension_mock.go
- git_command_mock.go
- graph_client_mock.go
- identity_client_mock.go
- operations_client_mock.go
- pipelinepermissions_client_mock.go
- printer.go
- prompter_mock.go
- repository_mock.go
- security_client_mock.go
- serviceendpoint_client_mock.go
- taskagent_client_mock.go
- workitemtracking_client_mock.go