mocks

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2025 License: MIT Imports: 32 Imported by: 0

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAliasConfig) Get added in v0.2.0

func (m *MockAliasConfig) Get(arg0 string) (string, error)

Get mocks base method.

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

All indicates an expected call of All.

func (*MockAliasConfigMockRecorder) Delete added in v0.2.0

func (mr *MockAliasConfigMockRecorder) Delete(arg0 any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAliasConfigMockRecorder) Get added in v0.2.0

func (mr *MockAliasConfigMockRecorder) Get(arg0 any) *gomock.Call

Get indicates an expected call of Get.

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

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

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) GetSelfID

func (m *MockAzDOExtension) GetSelfID(ctx context.Context) (uuid.UUID, error)

GetSelfID mocks base method.

func (*MockAzDOExtension) GetSubjectID

func (m *MockAzDOExtension) GetSubjectID(ctx context.Context, subject string) (uuid.UUID, error)

GetSubjectID mocks base method.

func (*MockAzDOExtension) GetVariableGroups added in v0.6.0

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

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

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

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

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

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

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

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

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

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

GetPullRequestCommits mocks base method.

func (*MockAzDOGitClient) GetPullRequestIteration

GetPullRequestIteration mocks base method.

func (*MockAzDOGitClient) GetPullRequestIterationChanges

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

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

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

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

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

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

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

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

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

AuthorizeDefinitionResources mocks base method.

func (*MockBuildClient) AuthorizeProjectResources added in v0.6.0

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBuildClient) GetArtifact added in v0.6.0

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

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

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

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

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

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

GetDefinitionResources mocks base method.

func (*MockBuildClient) GetDefinitionRevisions added in v0.6.0

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

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

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

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

GetResourceUsage mocks base method.

func (*MockBuildClient) GetRetentionHistory added in v0.6.0

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

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

GetTemplate mocks base method.

func (*MockBuildClient) GetTemplates added in v0.6.0

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

ListRepositories mocks base method.

func (*MockBuildClient) ListSourceProviders added in v0.6.0

ListSourceProviders mocks base method.

func (*MockBuildClient) ListWebhooks added in v0.6.0

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

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

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

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

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

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

func (m *MockClient) SendRequest(request *http.Request) (*http.Response, error)

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) Build added in v0.6.0

func (m *MockClientFactory) Build(ctx context.Context, organization string) (build.Client, error)

Build mocks base method.

func (*MockClientFactory) Core

func (m *MockClientFactory) Core(ctx context.Context, organization string) (core.Client, error)

Core mocks base method.

func (*MockClientFactory) EXPECT

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) Git

func (m *MockClientFactory) Git(ctx context.Context, organization string) (git.Client, error)

Git mocks base method.

func (*MockClientFactory) Graph

func (m *MockClientFactory) Graph(ctx context.Context, organization string) (graph.Client, error)

Graph 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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigReader) Read added in v0.5.0

func (m *MockConfigReader) Read() (*yamlmap.Map, error)

Read mocks base method.

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

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

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

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

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

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

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

GetProjectCollection mocks base method.

func (*MockCoreClient) GetProjectCollections added in v0.2.0

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

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

QueueCreateProject mocks base method.

func (*MockCoreClient) QueueDeleteProject added in v0.2.0

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

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) Command

func (m *MockGitCommand) Command(ctx context.Context, args ...string) (*git.Command, error)

Command mocks base method.

func (*MockGitCommand) CommitBody

func (m *MockGitCommand) CommitBody(ctx context.Context, sha string) (string, error)

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

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) GetConfig

func (m *MockGitCommand) GetConfig(ctx context.Context, name string) (string, error)

GetConfig 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

func (m *MockGitCommand) LastCommit(ctx context.Context) (*git.Commit, error)

LastCommit mocks base method.

func (*MockGitCommand) ParentBranch

func (m *MockGitCommand) ParentBranch(ctx context.Context, branch string) (string, error)

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) Remotes

func (m *MockGitCommand) Remotes(ctx context.Context) (git.RemoteSet, error)

Remotes 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) ShowRefs

func (m *MockGitCommand) ShowRefs(ctx context.Context, refs []string) ([]git.Ref, error)

ShowRefs 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

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

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

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

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

GetMembership mocks base method.

func (*MockGraphClient) GetMembershipState added in v0.4.0

GetMembershipState mocks base method.

func (*MockGraphClient) GetProviderInfo added in v0.4.0

GetProviderInfo mocks base method.

func (*MockGraphClient) GetServicePrincipal added in v0.4.0

GetServicePrincipal mocks base method.

func (*MockGraphClient) GetStorageKey added in v0.4.0

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

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

ListServicePrincipals mocks base method.

func (*MockGraphClient) ListUsers added in v0.4.0

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

CreateGroups mocks base method.

func (*MockIdentityClient) CreateIdentity

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

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

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

GetIdentityChanges mocks base method.

func (*MockIdentityClient) GetIdentitySnapshot

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

GetScopeById mocks base method.

func (*MockIdentityClient) GetScopeByName

GetScopeByName mocks base method.

func (*MockIdentityClient) GetSelf

GetSelf mocks base method.

func (*MockIdentityClient) GetSignedInToken

GetSignedInToken mocks base method.

func (*MockIdentityClient) GetSignoutToken

GetSignoutToken mocks base method.

func (*MockIdentityClient) GetTenant

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

ListGroups mocks base method.

func (*MockIdentityClient) ReadIdentities

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

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOperationsClient) GetOperation added in v0.3.0

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

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPipelinePermissionsClient) GetPipelinePermissionsForResource added in v0.6.0

GetPipelinePermissionsForResource mocks base method.

func (*MockPipelinePermissionsClient) UpdatePipelinePermisionsForResource added in v0.6.0

UpdatePipelinePermisionsForResource mocks base method.

func (*MockPipelinePermissionsClient) UpdatePipelinePermisionsForResources added in v0.6.0

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

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

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.

func (*MockPrompter) Secret added in v0.6.0

func (m *MockPrompter) Secret(arg0 string) (string, error)

Secret mocks base method.

func (*MockPrompter) Select added in v0.3.0

func (m *MockPrompter) Select(arg0, arg1 string, arg2 []string) (int, error)

Select 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.

func (*MockPrompterMockRecorder) Secret added in v0.6.0

func (mr *MockPrompterMockRecorder) Secret(arg0 any) *gomock.Call

Secret indicates an expected call of Secret.

func (*MockPrompterMockRecorder) Select added in v0.3.0

func (mr *MockPrompterMockRecorder) Select(arg0, arg1, arg2 any) *gomock.Call

Select indicates an expected call of Select.

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

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

Repo indicates an expected call of Repo.

func (*MockRepoContextMockRecorder) WithRepo

func (mr *MockRepoContextMockRecorder) WithRepo(arg0 any) *gomock.Call

WithRepo indicates an expected call of WithRepo.

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

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) Name

func (m *MockRepository) Name() string

Name 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.

func (*MockRepository) RemoteUrl

func (m *MockRepository) RemoteUrl(protocol string) (string, error)

RemoteUrl mocks base method.

func (*MockRepository) String

func (m *MockRepository) String() string

String 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

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

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

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

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

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

HasPermissionsBatch mocks base method.

func (*MockSecurityClient) QueryAccessControlLists added in v0.5.0

QueryAccessControlLists mocks base method.

func (*MockSecurityClient) QuerySecurityNamespaces added in v0.5.0

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

RemovePermission mocks base method.

func (*MockSecurityClient) SetAccessControlEntries added in v0.5.0

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

CreateServiceEndpoint mocks base method.

func (*MockServiceEndpointClient) DeleteServiceEndpoint added in v0.6.0

DeleteServiceEndpoint mocks base method.

func (*MockServiceEndpointClient) EXPECT added in v0.6.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServiceEndpointClient) ExecuteServiceEndpointRequest added in v0.6.0

ExecuteServiceEndpointRequest mocks base method.

func (*MockServiceEndpointClient) GetServiceEndpointDetails added in v0.6.0

GetServiceEndpointDetails mocks base method.

func (*MockServiceEndpointClient) GetServiceEndpointExecutionRecords added in v0.6.0

GetServiceEndpointExecutionRecords mocks base method.

func (*MockServiceEndpointClient) GetServiceEndpointTypes added in v0.6.0

GetServiceEndpointTypes mocks base method.

func (*MockServiceEndpointClient) GetServiceEndpoints added in v0.6.0

GetServiceEndpoints mocks base method.

func (*MockServiceEndpointClient) GetServiceEndpointsByNames added in v0.6.0

GetServiceEndpointsByNames mocks base method.

func (*MockServiceEndpointClient) GetServiceEndpointsWithRefreshedAuthentication added in v0.6.0

GetServiceEndpointsWithRefreshedAuthentication mocks base method.

func (*MockServiceEndpointClient) ShareServiceEndpoint added in v0.6.0

ShareServiceEndpoint mocks base method.

func (*MockServiceEndpointClient) UpdateServiceEndpoint added in v0.6.0

UpdateServiceEndpoint mocks base method.

func (*MockServiceEndpointClient) UpdateServiceEndpoints added in v0.6.0

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

AddAgent mocks base method.

func (*MockTaskAgentClient) AddAgentCloud added in v0.6.0

AddAgentCloud mocks base method.

func (*MockTaskAgentClient) AddAgentPool added in v0.6.0

AddAgentPool mocks base method.

func (*MockTaskAgentClient) AddAgentQueue added in v0.6.0

AddAgentQueue mocks base method.

func (*MockTaskAgentClient) AddDeploymentGroup added in v0.6.0

AddDeploymentGroup mocks base method.

func (*MockTaskAgentClient) AddEnvironment added in v0.6.0

AddEnvironment mocks base method.

func (*MockTaskAgentClient) AddKubernetesResourcExistingEndpoint added in v0.6.0

AddKubernetesResourcExistingEndpoint mocks base method.

func (*MockTaskAgentClient) AddKubernetesResourceNewEndpoint added in v0.6.0

AddKubernetesResourceNewEndpoint mocks base method.

func (*MockTaskAgentClient) AddTaskGroup added in v0.6.0

AddTaskGroup mocks base method.

func (*MockTaskAgentClient) AddVariableGroup added in v0.6.0

AddVariableGroup mocks base method.

func (*MockTaskAgentClient) DeleteAgent added in v0.6.0

DeleteAgent mocks base method.

func (*MockTaskAgentClient) DeleteAgentCloud added in v0.6.0

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTaskAgentClient) GetAgent added in v0.6.0

GetAgent mocks base method.

func (*MockTaskAgentClient) GetAgentCloud added in v0.6.0

GetAgentCloud mocks base method.

func (*MockTaskAgentClient) GetAgentCloudRequests added in v0.6.0

GetAgentCloudRequests mocks base method.

func (*MockTaskAgentClient) GetAgentCloudTypes added in v0.6.0

GetAgentCloudTypes mocks base method.

func (*MockTaskAgentClient) GetAgentClouds added in v0.6.0

GetAgentClouds mocks base method.

func (*MockTaskAgentClient) GetAgentPool added in v0.6.0

GetAgentPool mocks base method.

func (*MockTaskAgentClient) GetAgentPools added in v0.6.0

GetAgentPools mocks base method.

func (*MockTaskAgentClient) GetAgentPoolsByIds added in v0.6.0

GetAgentPoolsByIds mocks base method.

func (*MockTaskAgentClient) GetAgentQueue added in v0.6.0

GetAgentQueue mocks base method.

func (*MockTaskAgentClient) GetAgentQueues added in v0.6.0

GetAgentQueues mocks base method.

func (*MockTaskAgentClient) GetAgentQueuesByIds added in v0.6.0

GetAgentQueuesByIds mocks base method.

func (*MockTaskAgentClient) GetAgentQueuesByNames added in v0.6.0

GetAgentQueuesByNames mocks base method.

func (*MockTaskAgentClient) GetAgentQueuesForPools added in v0.6.0

GetAgentQueuesForPools mocks base method.

func (*MockTaskAgentClient) GetAgents added in v0.6.0

GetAgents mocks base method.

func (*MockTaskAgentClient) GetDeploymentGroup added in v0.6.0

GetDeploymentGroup mocks base method.

func (*MockTaskAgentClient) GetDeploymentGroups added in v0.6.0

GetDeploymentGroups mocks base method.

func (*MockTaskAgentClient) GetDeploymentTarget added in v0.6.0

GetDeploymentTarget mocks base method.

func (*MockTaskAgentClient) GetDeploymentTargets added in v0.6.0

GetDeploymentTargets mocks base method.

func (*MockTaskAgentClient) GetEnvironmentById added in v0.6.0

GetEnvironmentById mocks base method.

func (*MockTaskAgentClient) GetEnvironmentDeploymentExecutionRecords added in v0.6.0

GetEnvironmentDeploymentExecutionRecords mocks base method.

func (*MockTaskAgentClient) GetEnvironments added in v0.6.0

GetEnvironments mocks base method.

func (*MockTaskAgentClient) GetKubernetesResource added in v0.6.0

GetKubernetesResource mocks base method.

func (*MockTaskAgentClient) GetTaskGroups added in v0.6.0

GetTaskGroups mocks base method.

func (*MockTaskAgentClient) GetVariableGroup added in v0.6.0

GetVariableGroup mocks base method.

func (*MockTaskAgentClient) GetVariableGroups added in v0.6.0

GetVariableGroups mocks base method.

func (*MockTaskAgentClient) GetVariableGroupsById added in v0.6.0

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

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

UpdateAgent mocks base method.

func (*MockTaskAgentClient) UpdateAgentCloud added in v0.6.0

UpdateAgentCloud mocks base method.

func (*MockTaskAgentClient) UpdateAgentPool added in v0.6.0

UpdateAgentPool mocks base method.

func (*MockTaskAgentClient) UpdateDeploymentGroup added in v0.6.0

UpdateDeploymentGroup mocks base method.

func (*MockTaskAgentClient) UpdateDeploymentTargets added in v0.6.0

UpdateDeploymentTargets mocks base method.

func (*MockTaskAgentClient) UpdateEnvironment added in v0.6.0

UpdateEnvironment mocks base method.

func (*MockTaskAgentClient) UpdateTaskGroup added in v0.6.0

UpdateTaskGroup mocks base method.

func (*MockTaskAgentClient) UpdateVariableGroup added in v0.6.0

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

AddComment mocks base method.

func (*MockWorkItemTrackingClient) AddWorkItemComment added in v0.6.0

AddWorkItemComment mocks base method.

func (*MockWorkItemTrackingClient) CreateAttachment added in v0.6.0

CreateAttachment mocks base method.

func (*MockWorkItemTrackingClient) CreateCommentReaction added in v0.6.0

CreateCommentReaction mocks base method.

func (*MockWorkItemTrackingClient) CreateOrUpdateClassificationNode added in v0.6.0

CreateOrUpdateClassificationNode mocks base method.

func (*MockWorkItemTrackingClient) CreateQuery added in v0.6.0

CreateQuery mocks base method.

func (*MockWorkItemTrackingClient) CreateTempQuery added in v0.6.0

CreateTempQuery mocks base method.

func (*MockWorkItemTrackingClient) CreateTemplate added in v0.6.0

CreateTemplate mocks base method.

func (*MockWorkItemTrackingClient) CreateWorkItem added in v0.6.0

CreateWorkItem mocks base method.

func (*MockWorkItemTrackingClient) CreateWorkItemField added in v0.6.0

CreateWorkItemField mocks base method.

func (*MockWorkItemTrackingClient) DeleteClassificationNode added in v0.6.0

DeleteClassificationNode mocks base method.

func (*MockWorkItemTrackingClient) DeleteComment added in v0.6.0

DeleteComment mocks base method.

func (*MockWorkItemTrackingClient) DeleteCommentReaction added in v0.6.0

DeleteCommentReaction mocks base method.

func (*MockWorkItemTrackingClient) DeleteQuery added in v0.6.0

DeleteQuery mocks base method.

func (*MockWorkItemTrackingClient) DeleteTag added in v0.6.0

DeleteTag mocks base method.

func (*MockWorkItemTrackingClient) DeleteTemplate added in v0.6.0

DeleteTemplate mocks base method.

func (*MockWorkItemTrackingClient) DeleteWorkItem added in v0.6.0

DeleteWorkItem mocks base method.

func (*MockWorkItemTrackingClient) DeleteWorkItemField added in v0.6.0

DeleteWorkItemField mocks base method.

func (*MockWorkItemTrackingClient) DeleteWorkItems added in v0.6.0

DeleteWorkItems mocks base method.

func (*MockWorkItemTrackingClient) DestroyWorkItem added in v0.6.0

DestroyWorkItem mocks base method.

func (*MockWorkItemTrackingClient) EXPECT added in v0.6.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWorkItemTrackingClient) GetAttachmentContent added in v0.6.0

GetAttachmentContent mocks base method.

func (*MockWorkItemTrackingClient) GetAttachmentZip added in v0.6.0

GetAttachmentZip mocks base method.

func (*MockWorkItemTrackingClient) GetClassificationNode added in v0.6.0

GetClassificationNode mocks base method.

func (*MockWorkItemTrackingClient) GetClassificationNodes added in v0.6.0

GetClassificationNodes mocks base method.

func (*MockWorkItemTrackingClient) GetComment added in v0.6.0

GetComment mocks base method.

func (*MockWorkItemTrackingClient) GetCommentReactions added in v0.6.0

GetCommentReactions mocks base method.

func (*MockWorkItemTrackingClient) GetCommentVersion added in v0.6.0

GetCommentVersion mocks base method.

func (*MockWorkItemTrackingClient) GetCommentVersions added in v0.6.0

GetCommentVersions mocks base method.

func (*MockWorkItemTrackingClient) GetComments added in v0.6.0

GetComments mocks base method.

func (*MockWorkItemTrackingClient) GetCommentsBatch added in v0.6.0

GetCommentsBatch mocks base method.

func (*MockWorkItemTrackingClient) GetDeletedWorkItem added in v0.6.0

GetDeletedWorkItem mocks base method.

func (*MockWorkItemTrackingClient) GetDeletedWorkItemShallowReferences added in v0.6.0

GetDeletedWorkItemShallowReferences mocks base method.

func (*MockWorkItemTrackingClient) GetDeletedWorkItems added in v0.6.0

GetDeletedWorkItems mocks base method.

func (*MockWorkItemTrackingClient) GetEngagedUsers added in v0.6.0

GetEngagedUsers mocks base method.

func (*MockWorkItemTrackingClient) GetGithubConnectionRepositories added in v0.6.0

GetGithubConnectionRepositories mocks base method.

func (*MockWorkItemTrackingClient) GetGithubConnections added in v0.6.0

GetGithubConnections mocks base method.

func (*MockWorkItemTrackingClient) GetQueries added in v0.6.0

GetQueries mocks base method.

func (*MockWorkItemTrackingClient) GetQueriesBatch added in v0.6.0

GetQueriesBatch mocks base method.

func (*MockWorkItemTrackingClient) GetQuery added in v0.6.0

GetQuery mocks base method.

func (*MockWorkItemTrackingClient) GetQueryResultCount added in v0.6.0

GetQueryResultCount mocks base method.

func (*MockWorkItemTrackingClient) GetRecentActivityData added in v0.6.0

GetRecentActivityData mocks base method.

func (*MockWorkItemTrackingClient) GetRelationType added in v0.6.0

GetRelationType mocks base method.

func (*MockWorkItemTrackingClient) GetRelationTypes added in v0.6.0

GetRelationTypes mocks base method.

func (*MockWorkItemTrackingClient) GetReportingLinksByLinkType added in v0.6.0

GetReportingLinksByLinkType mocks base method.

func (*MockWorkItemTrackingClient) GetRevision added in v0.6.0

GetRevision mocks base method.

func (*MockWorkItemTrackingClient) GetRevisions added in v0.6.0

GetRevisions mocks base method.

func (*MockWorkItemTrackingClient) GetRootNodes added in v0.6.0

GetRootNodes mocks base method.

func (*MockWorkItemTrackingClient) GetTag added in v0.6.0

GetTag mocks base method.

func (*MockWorkItemTrackingClient) GetTags added in v0.6.0

GetTags mocks base method.

func (*MockWorkItemTrackingClient) GetTemplate added in v0.6.0

GetTemplate mocks base method.

func (*MockWorkItemTrackingClient) GetTemplates added in v0.6.0

GetTemplates mocks base method.

func (*MockWorkItemTrackingClient) GetUpdate added in v0.6.0

GetUpdate mocks base method.

func (*MockWorkItemTrackingClient) GetUpdates added in v0.6.0

GetUpdates mocks base method.

func (*MockWorkItemTrackingClient) GetWorkArtifactLinkTypes added in v0.6.0

GetWorkArtifactLinkTypes mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItem added in v0.6.0

GetWorkItem mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemField added in v0.6.0

GetWorkItemField mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemFields added in v0.6.0

GetWorkItemFields mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemIconJson added in v0.6.0

GetWorkItemIconJson mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemIconSvg added in v0.6.0

GetWorkItemIconSvg mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemIconXaml added in v0.6.0

GetWorkItemIconXaml mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemIcons added in v0.6.0

GetWorkItemIcons mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemNextStatesOnCheckinAction added in v0.6.0

GetWorkItemNextStatesOnCheckinAction mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTemplate added in v0.6.0

GetWorkItemTemplate mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemType added in v0.6.0

GetWorkItemType mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTypeCategories added in v0.6.0

GetWorkItemTypeCategories mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTypeCategory added in v0.6.0

GetWorkItemTypeCategory mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTypeFieldWithReferences added in v0.6.0

GetWorkItemTypeFieldWithReferences mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTypeFieldsWithReferences added in v0.6.0

GetWorkItemTypeFieldsWithReferences mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTypeStates added in v0.6.0

GetWorkItemTypeStates mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemTypes added in v0.6.0

GetWorkItemTypes mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItems added in v0.6.0

GetWorkItems mocks base method.

func (*MockWorkItemTrackingClient) GetWorkItemsBatch added in v0.6.0

GetWorkItemsBatch mocks base method.

func (*MockWorkItemTrackingClient) MigrateProjectsProcess added in v0.6.0

MigrateProjectsProcess mocks base method.

func (*MockWorkItemTrackingClient) QueryById added in v0.6.0

QueryById mocks base method.

func (*MockWorkItemTrackingClient) QueryByWiql added in v0.6.0

QueryByWiql mocks base method.

func (*MockWorkItemTrackingClient) QueryWorkItemsForArtifactUris added in v0.6.0

QueryWorkItemsForArtifactUris mocks base method.

func (*MockWorkItemTrackingClient) ReadReportingDiscussions added in v0.6.0

ReadReportingDiscussions mocks base method.

func (*MockWorkItemTrackingClient) ReadReportingRevisionsGet added in v0.6.0

ReadReportingRevisionsGet mocks base method.

func (*MockWorkItemTrackingClient) ReadReportingRevisionsPost added in v0.6.0

ReadReportingRevisionsPost mocks base method.

func (*MockWorkItemTrackingClient) ReplaceTemplate added in v0.6.0

ReplaceTemplate mocks base method.

func (*MockWorkItemTrackingClient) RestoreWorkItem added in v0.6.0

RestoreWorkItem mocks base method.

func (*MockWorkItemTrackingClient) SearchQueries added in v0.6.0

SearchQueries mocks base method.

func (*MockWorkItemTrackingClient) SendMail added in v0.6.0

SendMail mocks base method.

func (*MockWorkItemTrackingClient) UpdateClassificationNode added in v0.6.0

UpdateClassificationNode mocks base method.

func (*MockWorkItemTrackingClient) UpdateComment added in v0.6.0

UpdateComment mocks base method.

func (*MockWorkItemTrackingClient) UpdateGithubConnectionRepos added in v0.6.0

UpdateGithubConnectionRepos mocks base method.

func (*MockWorkItemTrackingClient) UpdateQuery added in v0.6.0

UpdateQuery mocks base method.

func (*MockWorkItemTrackingClient) UpdateTag added in v0.6.0

UpdateTag mocks base method.

func (*MockWorkItemTrackingClient) UpdateWorkItem added in v0.6.0

UpdateWorkItem mocks base method.

func (*MockWorkItemTrackingClient) UpdateWorkItemComment added in v0.6.0

UpdateWorkItemComment mocks base method.

func (*MockWorkItemTrackingClient) UpdateWorkItemField added in v0.6.0

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

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

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

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.

func (*MockfileReader) Read added in v0.3.0

func (m *MockfileReader) Read(p []byte) (int, error)

Read 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

Fd indicates an expected call of Fd.

func (*MockfileReaderMockRecorder) Read added in v0.3.0

Read indicates an expected call of Read.

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

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.

func (*MockfileWriter) Write added in v0.3.0

func (m *MockfileWriter) Write(p []byte) (int, error)

Write 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

Fd indicates an expected call of Fd.

func (*MockfileWriterMockRecorder) Write added in v0.3.0

func (mr *MockfileWriterMockRecorder) Write(p any) *gomock.Call

Write indicates an expected call of Write.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL