mocks

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2026 License: Apache-2.0 Imports: 9 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFactory

type MockFactory struct {
	// contains filtered or unexported fields
}

MockFactory is a mock of Factory interface.

func NewMockFactory

func NewMockFactory(ctrl *gomock.Controller) *MockFactory

NewMockFactory creates a new mock instance.

func (*MockFactory) BitbucketService

func (m *MockFactory) BitbucketService() bitbucket.Servicer

BitbucketService mocks base method.

func (*MockFactory) ConsoleService

func (m *MockFactory) ConsoleService() *interactive.ConsoleService

ConsoleService mocks base method.

func (*MockFactory) EXPECT

func (m *MockFactory) EXPECT() *MockFactoryMockRecorder

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

func (*MockFactory) GitService

func (m *MockFactory) GitService() *git.Service

GitService mocks base method.

type MockFactoryMockRecorder

type MockFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder) BitbucketService

func (mr *MockFactoryMockRecorder) BitbucketService() *gomock.Call

BitbucketService indicates an expected call of BitbucketService.

func (*MockFactoryMockRecorder) ConsoleService

func (mr *MockFactoryMockRecorder) ConsoleService() *gomock.Call

ConsoleService indicates an expected call of ConsoleService.

func (*MockFactoryMockRecorder) GitService

func (mr *MockFactoryMockRecorder) GitService() *gomock.Call

GitService indicates an expected call of GitService.

type MockProjectAPI

type MockProjectAPI struct {
	// contains filtered or unexported fields
}

MockProjectAPI is a mock of ProjectAPI interface.

func NewMockProjectAPI

func NewMockProjectAPI(ctrl *gomock.Controller) *MockProjectAPI

NewMockProjectAPI creates a new mock instance.

func (*MockProjectAPI) AddDefaultTask

AddDefaultTask mocks base method.

func (*MockProjectAPI) AddDefaultTaskExecute

AddDefaultTaskExecute mocks base method.

func (*MockProjectAPI) Create3

Create3 mocks base method.

func (*MockProjectAPI) Create3Execute

Create3Execute mocks base method.

func (*MockProjectAPI) CreateProject

CreateProject mocks base method.

func (*MockProjectAPI) CreateProjectExecute

CreateProjectExecute mocks base method.

func (*MockProjectAPI) CreateRepository

CreateRepository mocks base method.

func (*MockProjectAPI) CreateRepositoryExecute

CreateRepositoryExecute mocks base method.

func (*MockProjectAPI) CreateRestrictions

CreateRestrictions mocks base method.

func (*MockProjectAPI) CreateRestrictionsExecute

CreateRestrictionsExecute mocks base method.

func (*MockProjectAPI) CreateWebhook

CreateWebhook mocks base method.

func (*MockProjectAPI) CreateWebhookExecute

CreateWebhookExecute mocks base method.

func (*MockProjectAPI) Delete4

Delete4 mocks base method.

func (*MockProjectAPI) Delete4Execute

Delete4Execute mocks base method.

func (*MockProjectAPI) Delete9

Delete9 mocks base method.

func (*MockProjectAPI) Delete9Execute

Delete9Execute mocks base method.

func (*MockProjectAPI) DeleteAllDefaultTasks

DeleteAllDefaultTasks mocks base method.

func (*MockProjectAPI) DeleteAllDefaultTasksExecute

DeleteAllDefaultTasksExecute mocks base method.

func (*MockProjectAPI) DeleteAutoDeclineSettings

DeleteAutoDeclineSettings mocks base method.

func (*MockProjectAPI) DeleteAutoDeclineSettingsExecute

DeleteAutoDeclineSettingsExecute mocks base method.

func (*MockProjectAPI) DeleteDefaultTask

func (m *MockProjectAPI) DeleteDefaultTask(ctx context.Context, projectKey, taskId string) bitbucketclient.ProjectAPIDeleteDefaultTaskRequest

DeleteDefaultTask mocks base method.

func (*MockProjectAPI) DeleteDefaultTaskExecute

DeleteDefaultTaskExecute mocks base method.

func (*MockProjectAPI) DeleteProject

DeleteProject mocks base method.

func (*MockProjectAPI) DeleteProjectExecute

DeleteProjectExecute mocks base method.

func (*MockProjectAPI) DeleteRepository

func (m *MockProjectAPI) DeleteRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIDeleteRepositoryRequest

DeleteRepository mocks base method.

func (*MockProjectAPI) DeleteRepositoryExecute

DeleteRepositoryExecute mocks base method.

func (*MockProjectAPI) DeleteRestriction

func (m *MockProjectAPI) DeleteRestriction(ctx context.Context, projectKey, id string) bitbucketclient.ProjectAPIDeleteRestrictionRequest

DeleteRestriction mocks base method.

func (*MockProjectAPI) DeleteRestrictionExecute

DeleteRestrictionExecute mocks base method.

func (*MockProjectAPI) DeleteWebhook

func (m *MockProjectAPI) DeleteWebhook(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIDeleteWebhookRequest

DeleteWebhook mocks base method.

func (*MockProjectAPI) DeleteWebhookExecute

DeleteWebhookExecute mocks base method.

func (*MockProjectAPI) DisableHook

func (m *MockProjectAPI) DisableHook(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIDisableHookRequest

DisableHook mocks base method.

func (*MockProjectAPI) DisableHookExecute

DisableHookExecute mocks base method.

func (*MockProjectAPI) EXPECT

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

func (*MockProjectAPI) EnableHook

func (m *MockProjectAPI) EnableHook(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIEnableHookRequest

EnableHook mocks base method.

func (*MockProjectAPI) EnableHookExecute

EnableHookExecute mocks base method.

func (*MockProjectAPI) FindWebhooks

FindWebhooks mocks base method.

func (*MockProjectAPI) FindWebhooksExecute

FindWebhooksExecute mocks base method.

func (*MockProjectAPI) ForkRepository

func (m *MockProjectAPI) ForkRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIForkRepositoryRequest

ForkRepository mocks base method.

func (*MockProjectAPI) ForkRepositoryExecute

ForkRepositoryExecute mocks base method.

func (*MockProjectAPI) Get4

Get4 mocks base method.

func (*MockProjectAPI) Get4Execute

Get4Execute mocks base method.

func (*MockProjectAPI) Get7

Get7 mocks base method.

func (*MockProjectAPI) Get7Execute

Get7Execute mocks base method.

func (*MockProjectAPI) GetAll

GetAll mocks base method.

func (*MockProjectAPI) GetAllExecute

GetAllExecute mocks base method.

func (*MockProjectAPI) GetAutoDeclineSettings

GetAutoDeclineSettings mocks base method.

func (*MockProjectAPI) GetAutoDeclineSettingsExecute

GetAutoDeclineSettingsExecute mocks base method.

func (*MockProjectAPI) GetAvatar

GetAvatar mocks base method.

func (*MockProjectAPI) GetAvatarExecute

GetAvatarExecute mocks base method.

func (*MockProjectAPI) GetConfigurations

GetConfigurations mocks base method.

func (*MockProjectAPI) GetConfigurationsExecute

GetConfigurationsExecute mocks base method.

func (*MockProjectAPI) GetDefaultBranch2

func (m *MockProjectAPI) GetDefaultBranch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetDefaultBranch2Request

GetDefaultBranch2 mocks base method.

func (*MockProjectAPI) GetDefaultBranch2Execute

GetDefaultBranch2Execute mocks base method.

func (*MockProjectAPI) GetDefaultTasks

GetDefaultTasks mocks base method.

func (*MockProjectAPI) GetDefaultTasksExecute

GetDefaultTasksExecute mocks base method.

func (*MockProjectAPI) GetForkedRepositories

func (m *MockProjectAPI) GetForkedRepositories(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetForkedRepositoriesRequest

GetForkedRepositories mocks base method.

func (*MockProjectAPI) GetForkedRepositoriesExecute

GetForkedRepositoriesExecute mocks base method.

func (*MockProjectAPI) GetGroupsWithAnyPermission1

func (m *MockProjectAPI) GetGroupsWithAnyPermission1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetGroupsWithAnyPermission1Request

GetGroupsWithAnyPermission1 mocks base method.

func (*MockProjectAPI) GetGroupsWithAnyPermission1Execute

GetGroupsWithAnyPermission1Execute mocks base method.

func (*MockProjectAPI) GetGroupsWithoutAnyPermission1

func (m *MockProjectAPI) GetGroupsWithoutAnyPermission1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetGroupsWithoutAnyPermission1Request

GetGroupsWithoutAnyPermission1 mocks base method.

func (*MockProjectAPI) GetGroupsWithoutAnyPermission1Execute

GetGroupsWithoutAnyPermission1Execute mocks base method.

func (*MockProjectAPI) GetLatestInvocation

func (m *MockProjectAPI) GetLatestInvocation(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetLatestInvocationRequest

GetLatestInvocation mocks base method.

func (*MockProjectAPI) GetLatestInvocationExecute

GetLatestInvocationExecute mocks base method.

func (*MockProjectAPI) GetProject

GetProject mocks base method.

func (*MockProjectAPI) GetProjectAvatar

GetProjectAvatar mocks base method.

func (*MockProjectAPI) GetProjectAvatarExecute

GetProjectAvatarExecute mocks base method.

func (*MockProjectAPI) GetProjectExecute

GetProjectExecute mocks base method.

func (*MockProjectAPI) GetProjects

GetProjects mocks base method.

func (*MockProjectAPI) GetProjectsExecute

GetProjectsExecute mocks base method.

func (*MockProjectAPI) GetPullRequestSettings

func (m *MockProjectAPI) GetPullRequestSettings(ctx context.Context, projectKey, scmId string) bitbucketclient.ProjectAPIGetPullRequestSettingsRequest

GetPullRequestSettings mocks base method.

func (*MockProjectAPI) GetPullRequestSettingsExecute

GetPullRequestSettingsExecute mocks base method.

func (*MockProjectAPI) GetRelatedRepositories

func (m *MockProjectAPI) GetRelatedRepositories(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetRelatedRepositoriesRequest

GetRelatedRepositories mocks base method.

func (*MockProjectAPI) GetRelatedRepositoriesExecute

GetRelatedRepositoriesExecute mocks base method.

func (*MockProjectAPI) GetRepositories

GetRepositories mocks base method.

func (*MockProjectAPI) GetRepositoriesExecute

GetRepositoriesExecute mocks base method.

func (*MockProjectAPI) GetRepository

func (m *MockProjectAPI) GetRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetRepositoryRequest

GetRepository mocks base method.

func (*MockProjectAPI) GetRepositoryExecute

GetRepositoryExecute mocks base method.

func (*MockProjectAPI) GetRepositoryHook

func (m *MockProjectAPI) GetRepositoryHook(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIGetRepositoryHookRequest

GetRepositoryHook mocks base method.

func (*MockProjectAPI) GetRepositoryHookExecute

GetRepositoryHookExecute mocks base method.

func (*MockProjectAPI) GetRepositoryHooks

GetRepositoryHooks mocks base method.

func (*MockProjectAPI) GetRepositoryHooksExecute

GetRepositoryHooksExecute mocks base method.

func (*MockProjectAPI) GetRestriction

GetRestriction mocks base method.

func (*MockProjectAPI) GetRestrictionExecute

GetRestrictionExecute mocks base method.

func (*MockProjectAPI) GetRestrictions

GetRestrictions mocks base method.

func (*MockProjectAPI) GetRestrictionsExecute

GetRestrictionsExecute mocks base method.

func (*MockProjectAPI) GetSettings

func (m *MockProjectAPI) GetSettings(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIGetSettingsRequest

GetSettings mocks base method.

func (*MockProjectAPI) GetSettingsExecute

GetSettingsExecute mocks base method.

func (*MockProjectAPI) GetStatistics

func (m *MockProjectAPI) GetStatistics(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetStatisticsRequest

GetStatistics mocks base method.

func (*MockProjectAPI) GetStatisticsExecute

GetStatisticsExecute mocks base method.

func (*MockProjectAPI) GetStatisticsSummary

func (m *MockProjectAPI) GetStatisticsSummary(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetStatisticsSummaryRequest

GetStatisticsSummary mocks base method.

func (*MockProjectAPI) GetStatisticsSummaryExecute

GetStatisticsSummaryExecute mocks base method.

func (*MockProjectAPI) GetUsersWithAnyPermission1

GetUsersWithAnyPermission1 mocks base method.

func (*MockProjectAPI) GetUsersWithAnyPermission1Execute

GetUsersWithAnyPermission1Execute mocks base method.

func (*MockProjectAPI) GetUsersWithoutPermission

GetUsersWithoutPermission mocks base method.

func (*MockProjectAPI) GetUsersWithoutPermissionExecute

GetUsersWithoutPermissionExecute mocks base method.

func (*MockProjectAPI) GetWebhook

func (m *MockProjectAPI) GetWebhook(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetWebhookRequest

GetWebhook mocks base method.

func (*MockProjectAPI) GetWebhookExecute

GetWebhookExecute mocks base method.

func (*MockProjectAPI) HasAllUserPermission

func (m *MockProjectAPI) HasAllUserPermission(ctx context.Context, projectKey, permission string) bitbucketclient.ProjectAPIHasAllUserPermissionRequest

HasAllUserPermission mocks base method.

func (*MockProjectAPI) HasAllUserPermissionExecute

HasAllUserPermissionExecute mocks base method.

func (*MockProjectAPI) ModifyAllUserPermission

func (m *MockProjectAPI) ModifyAllUserPermission(ctx context.Context, projectKey, permission string) bitbucketclient.ProjectAPIModifyAllUserPermissionRequest

ModifyAllUserPermission mocks base method.

func (*MockProjectAPI) ModifyAllUserPermissionExecute

ModifyAllUserPermissionExecute mocks base method.

func (*MockProjectAPI) RemoveConfiguration

func (m *MockProjectAPI) RemoveConfiguration(ctx context.Context, projectKey, scriptId string) bitbucketclient.ProjectAPIRemoveConfigurationRequest

RemoveConfiguration mocks base method.

func (*MockProjectAPI) RemoveConfigurationExecute

RemoveConfigurationExecute mocks base method.

func (*MockProjectAPI) RetryCreateRepository

func (m *MockProjectAPI) RetryCreateRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIRetryCreateRepositoryRequest

RetryCreateRepository mocks base method.

func (*MockProjectAPI) RetryCreateRepositoryExecute

RetryCreateRepositoryExecute mocks base method.

func (*MockProjectAPI) RevokePermissions

RevokePermissions mocks base method.

func (*MockProjectAPI) RevokePermissionsExecute

RevokePermissionsExecute mocks base method.

func (*MockProjectAPI) RevokePermissionsForGroup1

RevokePermissionsForGroup1 mocks base method.

func (*MockProjectAPI) RevokePermissionsForGroup1Execute

RevokePermissionsForGroup1Execute mocks base method.

func (*MockProjectAPI) RevokePermissionsForUser1

RevokePermissionsForUser1 mocks base method.

func (*MockProjectAPI) RevokePermissionsForUser1Execute

RevokePermissionsForUser1Execute mocks base method.

func (*MockProjectAPI) SearchPermissions

SearchPermissions mocks base method.

func (*MockProjectAPI) SearchPermissionsExecute

SearchPermissionsExecute mocks base method.

func (*MockProjectAPI) Set

Set mocks base method.

func (*MockProjectAPI) SetAutoDeclineSettings

SetAutoDeclineSettings mocks base method.

func (*MockProjectAPI) SetAutoDeclineSettingsExecute

SetAutoDeclineSettingsExecute mocks base method.

func (*MockProjectAPI) SetConfiguration

func (m *MockProjectAPI) SetConfiguration(ctx context.Context, projectKey, scriptId string) bitbucketclient.ProjectAPISetConfigurationRequest

SetConfiguration mocks base method.

func (*MockProjectAPI) SetConfigurationExecute

SetConfigurationExecute mocks base method.

func (*MockProjectAPI) SetDefaultBranch2

func (m *MockProjectAPI) SetDefaultBranch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPISetDefaultBranch2Request

SetDefaultBranch2 mocks base method.

func (*MockProjectAPI) SetDefaultBranch2Execute

SetDefaultBranch2Execute mocks base method.

func (*MockProjectAPI) SetExecute

SetExecute mocks base method.

func (*MockProjectAPI) SetPermissionForGroups1

SetPermissionForGroups1 mocks base method.

func (*MockProjectAPI) SetPermissionForGroups1Execute

SetPermissionForGroups1Execute mocks base method.

func (*MockProjectAPI) SetPermissionForUsers1

SetPermissionForUsers1 mocks base method.

func (*MockProjectAPI) SetPermissionForUsers1Execute

SetPermissionForUsers1Execute mocks base method.

func (*MockProjectAPI) SetSettings

func (m *MockProjectAPI) SetSettings(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPISetSettingsRequest

SetSettings mocks base method.

func (*MockProjectAPI) SetSettingsExecute

SetSettingsExecute mocks base method.

func (*MockProjectAPI) StreamContributing

func (m *MockProjectAPI) StreamContributing(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIStreamContributingRequest

StreamContributing mocks base method.

func (*MockProjectAPI) StreamContributingExecute

StreamContributingExecute mocks base method.

func (*MockProjectAPI) StreamLicense

func (m *MockProjectAPI) StreamLicense(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIStreamLicenseRequest

StreamLicense mocks base method.

func (*MockProjectAPI) StreamLicenseExecute

StreamLicenseExecute mocks base method.

func (*MockProjectAPI) StreamReadme

func (m *MockProjectAPI) StreamReadme(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIStreamReadmeRequest

StreamReadme mocks base method.

func (*MockProjectAPI) StreamReadmeExecute

StreamReadmeExecute mocks base method.

func (*MockProjectAPI) TestWebhook

TestWebhook mocks base method.

func (*MockProjectAPI) TestWebhookExecute

TestWebhookExecute mocks base method.

func (*MockProjectAPI) UpdateDefaultTask

func (m *MockProjectAPI) UpdateDefaultTask(ctx context.Context, projectKey, taskId string) bitbucketclient.ProjectAPIUpdateDefaultTaskRequest

UpdateDefaultTask mocks base method.

func (*MockProjectAPI) UpdateDefaultTaskExecute

UpdateDefaultTaskExecute mocks base method.

func (*MockProjectAPI) UpdateProject

UpdateProject mocks base method.

func (*MockProjectAPI) UpdateProjectExecute

UpdateProjectExecute mocks base method.

func (*MockProjectAPI) UpdatePullRequestSettings

func (m *MockProjectAPI) UpdatePullRequestSettings(ctx context.Context, projectKey, scmId string) bitbucketclient.ProjectAPIUpdatePullRequestSettingsRequest

UpdatePullRequestSettings mocks base method.

func (*MockProjectAPI) UpdatePullRequestSettingsExecute

UpdatePullRequestSettingsExecute mocks base method.

func (*MockProjectAPI) UpdateRepository

func (m *MockProjectAPI) UpdateRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIUpdateRepositoryRequest

UpdateRepository mocks base method.

func (*MockProjectAPI) UpdateRepositoryExecute

UpdateRepositoryExecute mocks base method.

func (*MockProjectAPI) UpdateWebhook

func (m *MockProjectAPI) UpdateWebhook(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIUpdateWebhookRequest

UpdateWebhook mocks base method.

func (*MockProjectAPI) UpdateWebhookExecute

UpdateWebhookExecute mocks base method.

func (*MockProjectAPI) UploadAvatar

UploadAvatar mocks base method.

func (*MockProjectAPI) UploadAvatarExecute

UploadAvatarExecute mocks base method.

type MockProjectAPIMockRecorder

type MockProjectAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockProjectAPIMockRecorder is the mock recorder for MockProjectAPI.

func (*MockProjectAPIMockRecorder) AddDefaultTask

func (mr *MockProjectAPIMockRecorder) AddDefaultTask(ctx, projectKey any) *gomock.Call

AddDefaultTask indicates an expected call of AddDefaultTask.

func (*MockProjectAPIMockRecorder) AddDefaultTaskExecute

func (mr *MockProjectAPIMockRecorder) AddDefaultTaskExecute(r any) *gomock.Call

AddDefaultTaskExecute indicates an expected call of AddDefaultTaskExecute.

func (*MockProjectAPIMockRecorder) Create3

func (mr *MockProjectAPIMockRecorder) Create3(ctx, projectKey any) *gomock.Call

Create3 indicates an expected call of Create3.

func (*MockProjectAPIMockRecorder) Create3Execute

func (mr *MockProjectAPIMockRecorder) Create3Execute(r any) *gomock.Call

Create3Execute indicates an expected call of Create3Execute.

func (*MockProjectAPIMockRecorder) CreateProject

func (mr *MockProjectAPIMockRecorder) CreateProject(ctx any) *gomock.Call

CreateProject indicates an expected call of CreateProject.

func (*MockProjectAPIMockRecorder) CreateProjectExecute

func (mr *MockProjectAPIMockRecorder) CreateProjectExecute(r any) *gomock.Call

CreateProjectExecute indicates an expected call of CreateProjectExecute.

func (*MockProjectAPIMockRecorder) CreateRepository

func (mr *MockProjectAPIMockRecorder) CreateRepository(ctx, projectKey any) *gomock.Call

CreateRepository indicates an expected call of CreateRepository.

func (*MockProjectAPIMockRecorder) CreateRepositoryExecute

func (mr *MockProjectAPIMockRecorder) CreateRepositoryExecute(r any) *gomock.Call

CreateRepositoryExecute indicates an expected call of CreateRepositoryExecute.

func (*MockProjectAPIMockRecorder) CreateRestrictions

func (mr *MockProjectAPIMockRecorder) CreateRestrictions(ctx, projectKey any) *gomock.Call

CreateRestrictions indicates an expected call of CreateRestrictions.

func (*MockProjectAPIMockRecorder) CreateRestrictionsExecute

func (mr *MockProjectAPIMockRecorder) CreateRestrictionsExecute(r any) *gomock.Call

CreateRestrictionsExecute indicates an expected call of CreateRestrictionsExecute.

func (*MockProjectAPIMockRecorder) CreateWebhook

func (mr *MockProjectAPIMockRecorder) CreateWebhook(ctx, projectKey any) *gomock.Call

CreateWebhook indicates an expected call of CreateWebhook.

func (*MockProjectAPIMockRecorder) CreateWebhookExecute

func (mr *MockProjectAPIMockRecorder) CreateWebhookExecute(r any) *gomock.Call

CreateWebhookExecute indicates an expected call of CreateWebhookExecute.

func (*MockProjectAPIMockRecorder) Delete4

func (mr *MockProjectAPIMockRecorder) Delete4(ctx, projectKey any) *gomock.Call

Delete4 indicates an expected call of Delete4.

func (*MockProjectAPIMockRecorder) Delete4Execute

func (mr *MockProjectAPIMockRecorder) Delete4Execute(r any) *gomock.Call

Delete4Execute indicates an expected call of Delete4Execute.

func (*MockProjectAPIMockRecorder) Delete9

func (mr *MockProjectAPIMockRecorder) Delete9(ctx, projectKey any) *gomock.Call

Delete9 indicates an expected call of Delete9.

func (*MockProjectAPIMockRecorder) Delete9Execute

func (mr *MockProjectAPIMockRecorder) Delete9Execute(r any) *gomock.Call

Delete9Execute indicates an expected call of Delete9Execute.

func (*MockProjectAPIMockRecorder) DeleteAllDefaultTasks

func (mr *MockProjectAPIMockRecorder) DeleteAllDefaultTasks(ctx, projectKey any) *gomock.Call

DeleteAllDefaultTasks indicates an expected call of DeleteAllDefaultTasks.

func (*MockProjectAPIMockRecorder) DeleteAllDefaultTasksExecute

func (mr *MockProjectAPIMockRecorder) DeleteAllDefaultTasksExecute(r any) *gomock.Call

DeleteAllDefaultTasksExecute indicates an expected call of DeleteAllDefaultTasksExecute.

func (*MockProjectAPIMockRecorder) DeleteAutoDeclineSettings

func (mr *MockProjectAPIMockRecorder) DeleteAutoDeclineSettings(ctx, projectKey any) *gomock.Call

DeleteAutoDeclineSettings indicates an expected call of DeleteAutoDeclineSettings.

func (*MockProjectAPIMockRecorder) DeleteAutoDeclineSettingsExecute

func (mr *MockProjectAPIMockRecorder) DeleteAutoDeclineSettingsExecute(r any) *gomock.Call

DeleteAutoDeclineSettingsExecute indicates an expected call of DeleteAutoDeclineSettingsExecute.

func (*MockProjectAPIMockRecorder) DeleteDefaultTask

func (mr *MockProjectAPIMockRecorder) DeleteDefaultTask(ctx, projectKey, taskId any) *gomock.Call

DeleteDefaultTask indicates an expected call of DeleteDefaultTask.

func (*MockProjectAPIMockRecorder) DeleteDefaultTaskExecute

func (mr *MockProjectAPIMockRecorder) DeleteDefaultTaskExecute(r any) *gomock.Call

DeleteDefaultTaskExecute indicates an expected call of DeleteDefaultTaskExecute.

func (*MockProjectAPIMockRecorder) DeleteProject

func (mr *MockProjectAPIMockRecorder) DeleteProject(ctx, projectKey any) *gomock.Call

DeleteProject indicates an expected call of DeleteProject.

func (*MockProjectAPIMockRecorder) DeleteProjectExecute

func (mr *MockProjectAPIMockRecorder) DeleteProjectExecute(r any) *gomock.Call

DeleteProjectExecute indicates an expected call of DeleteProjectExecute.

func (*MockProjectAPIMockRecorder) DeleteRepository

func (mr *MockProjectAPIMockRecorder) DeleteRepository(ctx, projectKey, repositorySlug any) *gomock.Call

DeleteRepository indicates an expected call of DeleteRepository.

func (*MockProjectAPIMockRecorder) DeleteRepositoryExecute

func (mr *MockProjectAPIMockRecorder) DeleteRepositoryExecute(r any) *gomock.Call

DeleteRepositoryExecute indicates an expected call of DeleteRepositoryExecute.

func (*MockProjectAPIMockRecorder) DeleteRestriction

func (mr *MockProjectAPIMockRecorder) DeleteRestriction(ctx, projectKey, id any) *gomock.Call

DeleteRestriction indicates an expected call of DeleteRestriction.

func (*MockProjectAPIMockRecorder) DeleteRestrictionExecute

func (mr *MockProjectAPIMockRecorder) DeleteRestrictionExecute(r any) *gomock.Call

DeleteRestrictionExecute indicates an expected call of DeleteRestrictionExecute.

func (*MockProjectAPIMockRecorder) DeleteWebhook

func (mr *MockProjectAPIMockRecorder) DeleteWebhook(ctx, projectKey, webhookId any) *gomock.Call

DeleteWebhook indicates an expected call of DeleteWebhook.

func (*MockProjectAPIMockRecorder) DeleteWebhookExecute

func (mr *MockProjectAPIMockRecorder) DeleteWebhookExecute(r any) *gomock.Call

DeleteWebhookExecute indicates an expected call of DeleteWebhookExecute.

func (*MockProjectAPIMockRecorder) DisableHook

func (mr *MockProjectAPIMockRecorder) DisableHook(ctx, projectKey, hookKey any) *gomock.Call

DisableHook indicates an expected call of DisableHook.

func (*MockProjectAPIMockRecorder) DisableHookExecute

func (mr *MockProjectAPIMockRecorder) DisableHookExecute(r any) *gomock.Call

DisableHookExecute indicates an expected call of DisableHookExecute.

func (*MockProjectAPIMockRecorder) EnableHook

func (mr *MockProjectAPIMockRecorder) EnableHook(ctx, projectKey, hookKey any) *gomock.Call

EnableHook indicates an expected call of EnableHook.

func (*MockProjectAPIMockRecorder) EnableHookExecute

func (mr *MockProjectAPIMockRecorder) EnableHookExecute(r any) *gomock.Call

EnableHookExecute indicates an expected call of EnableHookExecute.

func (*MockProjectAPIMockRecorder) FindWebhooks

func (mr *MockProjectAPIMockRecorder) FindWebhooks(ctx, projectKey any) *gomock.Call

FindWebhooks indicates an expected call of FindWebhooks.

func (*MockProjectAPIMockRecorder) FindWebhooksExecute

func (mr *MockProjectAPIMockRecorder) FindWebhooksExecute(r any) *gomock.Call

FindWebhooksExecute indicates an expected call of FindWebhooksExecute.

func (*MockProjectAPIMockRecorder) ForkRepository

func (mr *MockProjectAPIMockRecorder) ForkRepository(ctx, projectKey, repositorySlug any) *gomock.Call

ForkRepository indicates an expected call of ForkRepository.

func (*MockProjectAPIMockRecorder) ForkRepositoryExecute

func (mr *MockProjectAPIMockRecorder) ForkRepositoryExecute(r any) *gomock.Call

ForkRepositoryExecute indicates an expected call of ForkRepositoryExecute.

func (*MockProjectAPIMockRecorder) Get4

func (mr *MockProjectAPIMockRecorder) Get4(ctx, projectKey any) *gomock.Call

Get4 indicates an expected call of Get4.

func (*MockProjectAPIMockRecorder) Get4Execute

func (mr *MockProjectAPIMockRecorder) Get4Execute(r any) *gomock.Call

Get4Execute indicates an expected call of Get4Execute.

func (*MockProjectAPIMockRecorder) Get7

func (mr *MockProjectAPIMockRecorder) Get7(ctx, projectKey any) *gomock.Call

Get7 indicates an expected call of Get7.

func (*MockProjectAPIMockRecorder) Get7Execute

func (mr *MockProjectAPIMockRecorder) Get7Execute(r any) *gomock.Call

Get7Execute indicates an expected call of Get7Execute.

func (*MockProjectAPIMockRecorder) GetAll

func (mr *MockProjectAPIMockRecorder) GetAll(ctx, projectKey any) *gomock.Call

GetAll indicates an expected call of GetAll.

func (*MockProjectAPIMockRecorder) GetAllExecute

func (mr *MockProjectAPIMockRecorder) GetAllExecute(r any) *gomock.Call

GetAllExecute indicates an expected call of GetAllExecute.

func (*MockProjectAPIMockRecorder) GetAutoDeclineSettings

func (mr *MockProjectAPIMockRecorder) GetAutoDeclineSettings(ctx, projectKey any) *gomock.Call

GetAutoDeclineSettings indicates an expected call of GetAutoDeclineSettings.

func (*MockProjectAPIMockRecorder) GetAutoDeclineSettingsExecute

func (mr *MockProjectAPIMockRecorder) GetAutoDeclineSettingsExecute(r any) *gomock.Call

GetAutoDeclineSettingsExecute indicates an expected call of GetAutoDeclineSettingsExecute.

func (*MockProjectAPIMockRecorder) GetAvatar

func (mr *MockProjectAPIMockRecorder) GetAvatar(ctx, hookKey any) *gomock.Call

GetAvatar indicates an expected call of GetAvatar.

func (*MockProjectAPIMockRecorder) GetAvatarExecute

func (mr *MockProjectAPIMockRecorder) GetAvatarExecute(r any) *gomock.Call

GetAvatarExecute indicates an expected call of GetAvatarExecute.

func (*MockProjectAPIMockRecorder) GetConfigurations

func (mr *MockProjectAPIMockRecorder) GetConfigurations(ctx, projectKey any) *gomock.Call

GetConfigurations indicates an expected call of GetConfigurations.

func (*MockProjectAPIMockRecorder) GetConfigurationsExecute

func (mr *MockProjectAPIMockRecorder) GetConfigurationsExecute(r any) *gomock.Call

GetConfigurationsExecute indicates an expected call of GetConfigurationsExecute.

func (*MockProjectAPIMockRecorder) GetDefaultBranch2

func (mr *MockProjectAPIMockRecorder) GetDefaultBranch2(ctx, projectKey, repositorySlug any) *gomock.Call

GetDefaultBranch2 indicates an expected call of GetDefaultBranch2.

func (*MockProjectAPIMockRecorder) GetDefaultBranch2Execute

func (mr *MockProjectAPIMockRecorder) GetDefaultBranch2Execute(r any) *gomock.Call

GetDefaultBranch2Execute indicates an expected call of GetDefaultBranch2Execute.

func (*MockProjectAPIMockRecorder) GetDefaultTasks

func (mr *MockProjectAPIMockRecorder) GetDefaultTasks(ctx, projectKey any) *gomock.Call

GetDefaultTasks indicates an expected call of GetDefaultTasks.

func (*MockProjectAPIMockRecorder) GetDefaultTasksExecute

func (mr *MockProjectAPIMockRecorder) GetDefaultTasksExecute(r any) *gomock.Call

GetDefaultTasksExecute indicates an expected call of GetDefaultTasksExecute.

func (*MockProjectAPIMockRecorder) GetForkedRepositories

func (mr *MockProjectAPIMockRecorder) GetForkedRepositories(ctx, projectKey, repositorySlug any) *gomock.Call

GetForkedRepositories indicates an expected call of GetForkedRepositories.

func (*MockProjectAPIMockRecorder) GetForkedRepositoriesExecute

func (mr *MockProjectAPIMockRecorder) GetForkedRepositoriesExecute(r any) *gomock.Call

GetForkedRepositoriesExecute indicates an expected call of GetForkedRepositoriesExecute.

func (*MockProjectAPIMockRecorder) GetGroupsWithAnyPermission1

func (mr *MockProjectAPIMockRecorder) GetGroupsWithAnyPermission1(ctx, projectKey any) *gomock.Call

GetGroupsWithAnyPermission1 indicates an expected call of GetGroupsWithAnyPermission1.

func (*MockProjectAPIMockRecorder) GetGroupsWithAnyPermission1Execute

func (mr *MockProjectAPIMockRecorder) GetGroupsWithAnyPermission1Execute(r any) *gomock.Call

GetGroupsWithAnyPermission1Execute indicates an expected call of GetGroupsWithAnyPermission1Execute.

func (*MockProjectAPIMockRecorder) GetGroupsWithoutAnyPermission1

func (mr *MockProjectAPIMockRecorder) GetGroupsWithoutAnyPermission1(ctx, projectKey any) *gomock.Call

GetGroupsWithoutAnyPermission1 indicates an expected call of GetGroupsWithoutAnyPermission1.

func (*MockProjectAPIMockRecorder) GetGroupsWithoutAnyPermission1Execute

func (mr *MockProjectAPIMockRecorder) GetGroupsWithoutAnyPermission1Execute(r any) *gomock.Call

GetGroupsWithoutAnyPermission1Execute indicates an expected call of GetGroupsWithoutAnyPermission1Execute.

func (*MockProjectAPIMockRecorder) GetLatestInvocation

func (mr *MockProjectAPIMockRecorder) GetLatestInvocation(ctx, projectKey, webhookId any) *gomock.Call

GetLatestInvocation indicates an expected call of GetLatestInvocation.

func (*MockProjectAPIMockRecorder) GetLatestInvocationExecute

func (mr *MockProjectAPIMockRecorder) GetLatestInvocationExecute(r any) *gomock.Call

GetLatestInvocationExecute indicates an expected call of GetLatestInvocationExecute.

func (*MockProjectAPIMockRecorder) GetProject

func (mr *MockProjectAPIMockRecorder) GetProject(ctx, projectKey any) *gomock.Call

GetProject indicates an expected call of GetProject.

func (*MockProjectAPIMockRecorder) GetProjectAvatar

func (mr *MockProjectAPIMockRecorder) GetProjectAvatar(ctx, projectKey any) *gomock.Call

GetProjectAvatar indicates an expected call of GetProjectAvatar.

func (*MockProjectAPIMockRecorder) GetProjectAvatarExecute

func (mr *MockProjectAPIMockRecorder) GetProjectAvatarExecute(r any) *gomock.Call

GetProjectAvatarExecute indicates an expected call of GetProjectAvatarExecute.

func (*MockProjectAPIMockRecorder) GetProjectExecute

func (mr *MockProjectAPIMockRecorder) GetProjectExecute(r any) *gomock.Call

GetProjectExecute indicates an expected call of GetProjectExecute.

func (*MockProjectAPIMockRecorder) GetProjects

func (mr *MockProjectAPIMockRecorder) GetProjects(ctx any) *gomock.Call

GetProjects indicates an expected call of GetProjects.

func (*MockProjectAPIMockRecorder) GetProjectsExecute

func (mr *MockProjectAPIMockRecorder) GetProjectsExecute(r any) *gomock.Call

GetProjectsExecute indicates an expected call of GetProjectsExecute.

func (*MockProjectAPIMockRecorder) GetPullRequestSettings

func (mr *MockProjectAPIMockRecorder) GetPullRequestSettings(ctx, projectKey, scmId any) *gomock.Call

GetPullRequestSettings indicates an expected call of GetPullRequestSettings.

func (*MockProjectAPIMockRecorder) GetPullRequestSettingsExecute

func (mr *MockProjectAPIMockRecorder) GetPullRequestSettingsExecute(r any) *gomock.Call

GetPullRequestSettingsExecute indicates an expected call of GetPullRequestSettingsExecute.

func (*MockProjectAPIMockRecorder) GetRelatedRepositories

func (mr *MockProjectAPIMockRecorder) GetRelatedRepositories(ctx, projectKey, repositorySlug any) *gomock.Call

GetRelatedRepositories indicates an expected call of GetRelatedRepositories.

func (*MockProjectAPIMockRecorder) GetRelatedRepositoriesExecute

func (mr *MockProjectAPIMockRecorder) GetRelatedRepositoriesExecute(r any) *gomock.Call

GetRelatedRepositoriesExecute indicates an expected call of GetRelatedRepositoriesExecute.

func (*MockProjectAPIMockRecorder) GetRepositories

func (mr *MockProjectAPIMockRecorder) GetRepositories(ctx, projectKey any) *gomock.Call

GetRepositories indicates an expected call of GetRepositories.

func (*MockProjectAPIMockRecorder) GetRepositoriesExecute

func (mr *MockProjectAPIMockRecorder) GetRepositoriesExecute(r any) *gomock.Call

GetRepositoriesExecute indicates an expected call of GetRepositoriesExecute.

func (*MockProjectAPIMockRecorder) GetRepository

func (mr *MockProjectAPIMockRecorder) GetRepository(ctx, projectKey, repositorySlug any) *gomock.Call

GetRepository indicates an expected call of GetRepository.

func (*MockProjectAPIMockRecorder) GetRepositoryExecute

func (mr *MockProjectAPIMockRecorder) GetRepositoryExecute(r any) *gomock.Call

GetRepositoryExecute indicates an expected call of GetRepositoryExecute.

func (*MockProjectAPIMockRecorder) GetRepositoryHook

func (mr *MockProjectAPIMockRecorder) GetRepositoryHook(ctx, projectKey, hookKey any) *gomock.Call

GetRepositoryHook indicates an expected call of GetRepositoryHook.

func (*MockProjectAPIMockRecorder) GetRepositoryHookExecute

func (mr *MockProjectAPIMockRecorder) GetRepositoryHookExecute(r any) *gomock.Call

GetRepositoryHookExecute indicates an expected call of GetRepositoryHookExecute.

func (*MockProjectAPIMockRecorder) GetRepositoryHooks

func (mr *MockProjectAPIMockRecorder) GetRepositoryHooks(ctx, projectKey any) *gomock.Call

GetRepositoryHooks indicates an expected call of GetRepositoryHooks.

func (*MockProjectAPIMockRecorder) GetRepositoryHooksExecute

func (mr *MockProjectAPIMockRecorder) GetRepositoryHooksExecute(r any) *gomock.Call

GetRepositoryHooksExecute indicates an expected call of GetRepositoryHooksExecute.

func (*MockProjectAPIMockRecorder) GetRestriction

func (mr *MockProjectAPIMockRecorder) GetRestriction(ctx, projectKey, id any) *gomock.Call

GetRestriction indicates an expected call of GetRestriction.

func (*MockProjectAPIMockRecorder) GetRestrictionExecute

func (mr *MockProjectAPIMockRecorder) GetRestrictionExecute(r any) *gomock.Call

GetRestrictionExecute indicates an expected call of GetRestrictionExecute.

func (*MockProjectAPIMockRecorder) GetRestrictions

func (mr *MockProjectAPIMockRecorder) GetRestrictions(ctx, projectKey any) *gomock.Call

GetRestrictions indicates an expected call of GetRestrictions.

func (*MockProjectAPIMockRecorder) GetRestrictionsExecute

func (mr *MockProjectAPIMockRecorder) GetRestrictionsExecute(r any) *gomock.Call

GetRestrictionsExecute indicates an expected call of GetRestrictionsExecute.

func (*MockProjectAPIMockRecorder) GetSettings

func (mr *MockProjectAPIMockRecorder) GetSettings(ctx, projectKey, hookKey any) *gomock.Call

GetSettings indicates an expected call of GetSettings.

func (*MockProjectAPIMockRecorder) GetSettingsExecute

func (mr *MockProjectAPIMockRecorder) GetSettingsExecute(r any) *gomock.Call

GetSettingsExecute indicates an expected call of GetSettingsExecute.

func (*MockProjectAPIMockRecorder) GetStatistics

func (mr *MockProjectAPIMockRecorder) GetStatistics(ctx, projectKey, webhookId any) *gomock.Call

GetStatistics indicates an expected call of GetStatistics.

func (*MockProjectAPIMockRecorder) GetStatisticsExecute

func (mr *MockProjectAPIMockRecorder) GetStatisticsExecute(r any) *gomock.Call

GetStatisticsExecute indicates an expected call of GetStatisticsExecute.

func (*MockProjectAPIMockRecorder) GetStatisticsSummary

func (mr *MockProjectAPIMockRecorder) GetStatisticsSummary(ctx, projectKey, webhookId any) *gomock.Call

GetStatisticsSummary indicates an expected call of GetStatisticsSummary.

func (*MockProjectAPIMockRecorder) GetStatisticsSummaryExecute

func (mr *MockProjectAPIMockRecorder) GetStatisticsSummaryExecute(r any) *gomock.Call

GetStatisticsSummaryExecute indicates an expected call of GetStatisticsSummaryExecute.

func (*MockProjectAPIMockRecorder) GetUsersWithAnyPermission1

func (mr *MockProjectAPIMockRecorder) GetUsersWithAnyPermission1(ctx, projectKey any) *gomock.Call

GetUsersWithAnyPermission1 indicates an expected call of GetUsersWithAnyPermission1.

func (*MockProjectAPIMockRecorder) GetUsersWithAnyPermission1Execute

func (mr *MockProjectAPIMockRecorder) GetUsersWithAnyPermission1Execute(r any) *gomock.Call

GetUsersWithAnyPermission1Execute indicates an expected call of GetUsersWithAnyPermission1Execute.

func (*MockProjectAPIMockRecorder) GetUsersWithoutPermission

func (mr *MockProjectAPIMockRecorder) GetUsersWithoutPermission(ctx, projectKey any) *gomock.Call

GetUsersWithoutPermission indicates an expected call of GetUsersWithoutPermission.

func (*MockProjectAPIMockRecorder) GetUsersWithoutPermissionExecute

func (mr *MockProjectAPIMockRecorder) GetUsersWithoutPermissionExecute(r any) *gomock.Call

GetUsersWithoutPermissionExecute indicates an expected call of GetUsersWithoutPermissionExecute.

func (*MockProjectAPIMockRecorder) GetWebhook

func (mr *MockProjectAPIMockRecorder) GetWebhook(ctx, projectKey, webhookId any) *gomock.Call

GetWebhook indicates an expected call of GetWebhook.

func (*MockProjectAPIMockRecorder) GetWebhookExecute

func (mr *MockProjectAPIMockRecorder) GetWebhookExecute(r any) *gomock.Call

GetWebhookExecute indicates an expected call of GetWebhookExecute.

func (*MockProjectAPIMockRecorder) HasAllUserPermission

func (mr *MockProjectAPIMockRecorder) HasAllUserPermission(ctx, projectKey, permission any) *gomock.Call

HasAllUserPermission indicates an expected call of HasAllUserPermission.

func (*MockProjectAPIMockRecorder) HasAllUserPermissionExecute

func (mr *MockProjectAPIMockRecorder) HasAllUserPermissionExecute(r any) *gomock.Call

HasAllUserPermissionExecute indicates an expected call of HasAllUserPermissionExecute.

func (*MockProjectAPIMockRecorder) ModifyAllUserPermission

func (mr *MockProjectAPIMockRecorder) ModifyAllUserPermission(ctx, projectKey, permission any) *gomock.Call

ModifyAllUserPermission indicates an expected call of ModifyAllUserPermission.

func (*MockProjectAPIMockRecorder) ModifyAllUserPermissionExecute

func (mr *MockProjectAPIMockRecorder) ModifyAllUserPermissionExecute(r any) *gomock.Call

ModifyAllUserPermissionExecute indicates an expected call of ModifyAllUserPermissionExecute.

func (*MockProjectAPIMockRecorder) RemoveConfiguration

func (mr *MockProjectAPIMockRecorder) RemoveConfiguration(ctx, projectKey, scriptId any) *gomock.Call

RemoveConfiguration indicates an expected call of RemoveConfiguration.

func (*MockProjectAPIMockRecorder) RemoveConfigurationExecute

func (mr *MockProjectAPIMockRecorder) RemoveConfigurationExecute(r any) *gomock.Call

RemoveConfigurationExecute indicates an expected call of RemoveConfigurationExecute.

func (*MockProjectAPIMockRecorder) RetryCreateRepository

func (mr *MockProjectAPIMockRecorder) RetryCreateRepository(ctx, projectKey, repositorySlug any) *gomock.Call

RetryCreateRepository indicates an expected call of RetryCreateRepository.

func (*MockProjectAPIMockRecorder) RetryCreateRepositoryExecute

func (mr *MockProjectAPIMockRecorder) RetryCreateRepositoryExecute(r any) *gomock.Call

RetryCreateRepositoryExecute indicates an expected call of RetryCreateRepositoryExecute.

func (*MockProjectAPIMockRecorder) RevokePermissions

func (mr *MockProjectAPIMockRecorder) RevokePermissions(ctx, projectKey any) *gomock.Call

RevokePermissions indicates an expected call of RevokePermissions.

func (*MockProjectAPIMockRecorder) RevokePermissionsExecute

func (mr *MockProjectAPIMockRecorder) RevokePermissionsExecute(r any) *gomock.Call

RevokePermissionsExecute indicates an expected call of RevokePermissionsExecute.

func (*MockProjectAPIMockRecorder) RevokePermissionsForGroup1

func (mr *MockProjectAPIMockRecorder) RevokePermissionsForGroup1(ctx, projectKey any) *gomock.Call

RevokePermissionsForGroup1 indicates an expected call of RevokePermissionsForGroup1.

func (*MockProjectAPIMockRecorder) RevokePermissionsForGroup1Execute

func (mr *MockProjectAPIMockRecorder) RevokePermissionsForGroup1Execute(r any) *gomock.Call

RevokePermissionsForGroup1Execute indicates an expected call of RevokePermissionsForGroup1Execute.

func (*MockProjectAPIMockRecorder) RevokePermissionsForUser1

func (mr *MockProjectAPIMockRecorder) RevokePermissionsForUser1(ctx, projectKey any) *gomock.Call

RevokePermissionsForUser1 indicates an expected call of RevokePermissionsForUser1.

func (*MockProjectAPIMockRecorder) RevokePermissionsForUser1Execute

func (mr *MockProjectAPIMockRecorder) RevokePermissionsForUser1Execute(r any) *gomock.Call

RevokePermissionsForUser1Execute indicates an expected call of RevokePermissionsForUser1Execute.

func (*MockProjectAPIMockRecorder) SearchPermissions

func (mr *MockProjectAPIMockRecorder) SearchPermissions(ctx, projectKey any) *gomock.Call

SearchPermissions indicates an expected call of SearchPermissions.

func (*MockProjectAPIMockRecorder) SearchPermissionsExecute

func (mr *MockProjectAPIMockRecorder) SearchPermissionsExecute(r any) *gomock.Call

SearchPermissionsExecute indicates an expected call of SearchPermissionsExecute.

func (*MockProjectAPIMockRecorder) Set

func (mr *MockProjectAPIMockRecorder) Set(ctx, projectKey any) *gomock.Call

Set indicates an expected call of Set.

func (*MockProjectAPIMockRecorder) SetAutoDeclineSettings

func (mr *MockProjectAPIMockRecorder) SetAutoDeclineSettings(ctx, projectKey any) *gomock.Call

SetAutoDeclineSettings indicates an expected call of SetAutoDeclineSettings.

func (*MockProjectAPIMockRecorder) SetAutoDeclineSettingsExecute

func (mr *MockProjectAPIMockRecorder) SetAutoDeclineSettingsExecute(r any) *gomock.Call

SetAutoDeclineSettingsExecute indicates an expected call of SetAutoDeclineSettingsExecute.

func (*MockProjectAPIMockRecorder) SetConfiguration

func (mr *MockProjectAPIMockRecorder) SetConfiguration(ctx, projectKey, scriptId any) *gomock.Call

SetConfiguration indicates an expected call of SetConfiguration.

func (*MockProjectAPIMockRecorder) SetConfigurationExecute

func (mr *MockProjectAPIMockRecorder) SetConfigurationExecute(r any) *gomock.Call

SetConfigurationExecute indicates an expected call of SetConfigurationExecute.

func (*MockProjectAPIMockRecorder) SetDefaultBranch2

func (mr *MockProjectAPIMockRecorder) SetDefaultBranch2(ctx, projectKey, repositorySlug any) *gomock.Call

SetDefaultBranch2 indicates an expected call of SetDefaultBranch2.

func (*MockProjectAPIMockRecorder) SetDefaultBranch2Execute

func (mr *MockProjectAPIMockRecorder) SetDefaultBranch2Execute(r any) *gomock.Call

SetDefaultBranch2Execute indicates an expected call of SetDefaultBranch2Execute.

func (*MockProjectAPIMockRecorder) SetExecute

func (mr *MockProjectAPIMockRecorder) SetExecute(r any) *gomock.Call

SetExecute indicates an expected call of SetExecute.

func (*MockProjectAPIMockRecorder) SetPermissionForGroups1

func (mr *MockProjectAPIMockRecorder) SetPermissionForGroups1(ctx, projectKey any) *gomock.Call

SetPermissionForGroups1 indicates an expected call of SetPermissionForGroups1.

func (*MockProjectAPIMockRecorder) SetPermissionForGroups1Execute

func (mr *MockProjectAPIMockRecorder) SetPermissionForGroups1Execute(r any) *gomock.Call

SetPermissionForGroups1Execute indicates an expected call of SetPermissionForGroups1Execute.

func (*MockProjectAPIMockRecorder) SetPermissionForUsers1

func (mr *MockProjectAPIMockRecorder) SetPermissionForUsers1(ctx, projectKey any) *gomock.Call

SetPermissionForUsers1 indicates an expected call of SetPermissionForUsers1.

func (*MockProjectAPIMockRecorder) SetPermissionForUsers1Execute

func (mr *MockProjectAPIMockRecorder) SetPermissionForUsers1Execute(r any) *gomock.Call

SetPermissionForUsers1Execute indicates an expected call of SetPermissionForUsers1Execute.

func (*MockProjectAPIMockRecorder) SetSettings

func (mr *MockProjectAPIMockRecorder) SetSettings(ctx, projectKey, hookKey any) *gomock.Call

SetSettings indicates an expected call of SetSettings.

func (*MockProjectAPIMockRecorder) SetSettingsExecute

func (mr *MockProjectAPIMockRecorder) SetSettingsExecute(r any) *gomock.Call

SetSettingsExecute indicates an expected call of SetSettingsExecute.

func (*MockProjectAPIMockRecorder) StreamContributing

func (mr *MockProjectAPIMockRecorder) StreamContributing(ctx, projectKey, repositorySlug any) *gomock.Call

StreamContributing indicates an expected call of StreamContributing.

func (*MockProjectAPIMockRecorder) StreamContributingExecute

func (mr *MockProjectAPIMockRecorder) StreamContributingExecute(r any) *gomock.Call

StreamContributingExecute indicates an expected call of StreamContributingExecute.

func (*MockProjectAPIMockRecorder) StreamLicense

func (mr *MockProjectAPIMockRecorder) StreamLicense(ctx, projectKey, repositorySlug any) *gomock.Call

StreamLicense indicates an expected call of StreamLicense.

func (*MockProjectAPIMockRecorder) StreamLicenseExecute

func (mr *MockProjectAPIMockRecorder) StreamLicenseExecute(r any) *gomock.Call

StreamLicenseExecute indicates an expected call of StreamLicenseExecute.

func (*MockProjectAPIMockRecorder) StreamReadme

func (mr *MockProjectAPIMockRecorder) StreamReadme(ctx, projectKey, repositorySlug any) *gomock.Call

StreamReadme indicates an expected call of StreamReadme.

func (*MockProjectAPIMockRecorder) StreamReadmeExecute

func (mr *MockProjectAPIMockRecorder) StreamReadmeExecute(r any) *gomock.Call

StreamReadmeExecute indicates an expected call of StreamReadmeExecute.

func (*MockProjectAPIMockRecorder) TestWebhook

func (mr *MockProjectAPIMockRecorder) TestWebhook(ctx, projectKey any) *gomock.Call

TestWebhook indicates an expected call of TestWebhook.

func (*MockProjectAPIMockRecorder) TestWebhookExecute

func (mr *MockProjectAPIMockRecorder) TestWebhookExecute(r any) *gomock.Call

TestWebhookExecute indicates an expected call of TestWebhookExecute.

func (*MockProjectAPIMockRecorder) UpdateDefaultTask

func (mr *MockProjectAPIMockRecorder) UpdateDefaultTask(ctx, projectKey, taskId any) *gomock.Call

UpdateDefaultTask indicates an expected call of UpdateDefaultTask.

func (*MockProjectAPIMockRecorder) UpdateDefaultTaskExecute

func (mr *MockProjectAPIMockRecorder) UpdateDefaultTaskExecute(r any) *gomock.Call

UpdateDefaultTaskExecute indicates an expected call of UpdateDefaultTaskExecute.

func (*MockProjectAPIMockRecorder) UpdateProject

func (mr *MockProjectAPIMockRecorder) UpdateProject(ctx, projectKey any) *gomock.Call

UpdateProject indicates an expected call of UpdateProject.

func (*MockProjectAPIMockRecorder) UpdateProjectExecute

func (mr *MockProjectAPIMockRecorder) UpdateProjectExecute(r any) *gomock.Call

UpdateProjectExecute indicates an expected call of UpdateProjectExecute.

func (*MockProjectAPIMockRecorder) UpdatePullRequestSettings

func (mr *MockProjectAPIMockRecorder) UpdatePullRequestSettings(ctx, projectKey, scmId any) *gomock.Call

UpdatePullRequestSettings indicates an expected call of UpdatePullRequestSettings.

func (*MockProjectAPIMockRecorder) UpdatePullRequestSettingsExecute

func (mr *MockProjectAPIMockRecorder) UpdatePullRequestSettingsExecute(r any) *gomock.Call

UpdatePullRequestSettingsExecute indicates an expected call of UpdatePullRequestSettingsExecute.

func (*MockProjectAPIMockRecorder) UpdateRepository

func (mr *MockProjectAPIMockRecorder) UpdateRepository(ctx, projectKey, repositorySlug any) *gomock.Call

UpdateRepository indicates an expected call of UpdateRepository.

func (*MockProjectAPIMockRecorder) UpdateRepositoryExecute

func (mr *MockProjectAPIMockRecorder) UpdateRepositoryExecute(r any) *gomock.Call

UpdateRepositoryExecute indicates an expected call of UpdateRepositoryExecute.

func (*MockProjectAPIMockRecorder) UpdateWebhook

func (mr *MockProjectAPIMockRecorder) UpdateWebhook(ctx, projectKey, webhookId any) *gomock.Call

UpdateWebhook indicates an expected call of UpdateWebhook.

func (*MockProjectAPIMockRecorder) UpdateWebhookExecute

func (mr *MockProjectAPIMockRecorder) UpdateWebhookExecute(r any) *gomock.Call

UpdateWebhookExecute indicates an expected call of UpdateWebhookExecute.

func (*MockProjectAPIMockRecorder) UploadAvatar

func (mr *MockProjectAPIMockRecorder) UploadAvatar(ctx, projectKey any) *gomock.Call

UploadAvatar indicates an expected call of UploadAvatar.

func (*MockProjectAPIMockRecorder) UploadAvatarExecute

func (mr *MockProjectAPIMockRecorder) UploadAvatarExecute(r any) *gomock.Call

UploadAvatarExecute indicates an expected call of UploadAvatarExecute.

type MockPullRequestsAPI

type MockPullRequestsAPI struct {
	// contains filtered or unexported fields
}

MockPullRequestsAPI is a mock of PullRequestsAPI interface.

func NewMockPullRequestsAPI

func NewMockPullRequestsAPI(ctrl *gomock.Controller) *MockPullRequestsAPI

NewMockPullRequestsAPI creates a new mock instance.

func (*MockPullRequestsAPI) ApplySuggestion

func (m *MockPullRequestsAPI) ApplySuggestion(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIApplySuggestionRequest

ApplySuggestion mocks base method.

func (*MockPullRequestsAPI) ApplySuggestionExecute

ApplySuggestionExecute mocks base method.

func (*MockPullRequestsAPI) Approve

func (m *MockPullRequestsAPI) Approve(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIApproveRequest

Approve mocks base method.

func (*MockPullRequestsAPI) ApproveExecute

ApproveExecute mocks base method.

func (*MockPullRequestsAPI) AssignParticipantRole

func (m *MockPullRequestsAPI) AssignParticipantRole(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIAssignParticipantRoleRequest

AssignParticipantRole mocks base method.

func (*MockPullRequestsAPI) AssignParticipantRoleExecute

AssignParticipantRoleExecute mocks base method.

func (*MockPullRequestsAPI) CanMerge

func (m *MockPullRequestsAPI) CanMerge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICanMergeRequest

CanMerge mocks base method.

func (*MockPullRequestsAPI) CanMergeExecute

CanMergeExecute mocks base method.

func (*MockPullRequestsAPI) CanRebase

func (m *MockPullRequestsAPI) CanRebase(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICanRebaseRequest

CanRebase mocks base method.

func (*MockPullRequestsAPI) CanRebaseExecute

CanRebaseExecute mocks base method.

func (*MockPullRequestsAPI) CancelAutoMerge

func (m *MockPullRequestsAPI) CancelAutoMerge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICancelAutoMergeRequest

CancelAutoMerge mocks base method.

func (*MockPullRequestsAPI) CancelAutoMergeExecute

CancelAutoMergeExecute mocks base method.

func (*MockPullRequestsAPI) Create

func (m *MockPullRequestsAPI) Create(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPICreateRequest

Create mocks base method.

func (*MockPullRequestsAPI) Create1

Create1 mocks base method.

func (*MockPullRequestsAPI) Create1Execute

Create1Execute mocks base method.

func (*MockPullRequestsAPI) Create2

func (m *MockPullRequestsAPI) Create2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPICreate2Request

Create2 mocks base method.

func (*MockPullRequestsAPI) Create2Execute

Create2Execute mocks base method.

func (*MockPullRequestsAPI) CreateComment1

func (m *MockPullRequestsAPI) CreateComment1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICreateComment1Request

CreateComment1 mocks base method.

func (*MockPullRequestsAPI) CreateComment1Execute

CreateComment1Execute mocks base method.

func (*MockPullRequestsAPI) CreateComment2

func (m *MockPullRequestsAPI) CreateComment2(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICreateComment2Request

CreateComment2 mocks base method.

func (*MockPullRequestsAPI) CreateComment2Execute

CreateComment2Execute mocks base method.

func (*MockPullRequestsAPI) CreateExecute

CreateExecute mocks base method.

func (*MockPullRequestsAPI) CreatePullRequestCondition

CreatePullRequestCondition mocks base method.

func (*MockPullRequestsAPI) CreatePullRequestCondition1

func (m *MockPullRequestsAPI) CreatePullRequestCondition1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPICreatePullRequestCondition1Request

CreatePullRequestCondition1 mocks base method.

func (*MockPullRequestsAPI) CreatePullRequestCondition1Execute

CreatePullRequestCondition1Execute mocks base method.

func (*MockPullRequestsAPI) CreatePullRequestConditionExecute

CreatePullRequestConditionExecute mocks base method.

func (*MockPullRequestsAPI) Decline

func (m *MockPullRequestsAPI) Decline(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDeclineRequest

Decline mocks base method.

func (*MockPullRequestsAPI) DeclineExecute

DeclineExecute mocks base method.

func (*MockPullRequestsAPI) Delete3

func (m *MockPullRequestsAPI) Delete3(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDelete3Request

Delete3 mocks base method.

func (*MockPullRequestsAPI) Delete3Execute

Delete3Execute mocks base method.

func (*MockPullRequestsAPI) Delete6

Delete6 mocks base method.

func (*MockPullRequestsAPI) Delete6Execute

Delete6Execute mocks base method.

func (*MockPullRequestsAPI) Delete7

func (m *MockPullRequestsAPI) Delete7(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIDelete7Request

Delete7 mocks base method.

func (*MockPullRequestsAPI) Delete7Execute

Delete7Execute mocks base method.

func (*MockPullRequestsAPI) DeleteComment1

func (m *MockPullRequestsAPI) DeleteComment1(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDeleteComment1Request

DeleteComment1 mocks base method.

func (*MockPullRequestsAPI) DeleteComment1Execute

DeleteComment1Execute mocks base method.

func (*MockPullRequestsAPI) DeleteComment2

func (m *MockPullRequestsAPI) DeleteComment2(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDeleteComment2Request

DeleteComment2 mocks base method.

func (*MockPullRequestsAPI) DeleteComment2Execute

DeleteComment2Execute mocks base method.

func (*MockPullRequestsAPI) DeletePullRequestCondition

DeletePullRequestCondition mocks base method.

func (*MockPullRequestsAPI) DeletePullRequestCondition1

func (m *MockPullRequestsAPI) DeletePullRequestCondition1(ctx context.Context, projectKey string, id int32, repositorySlug string) bitbucketclient.PullRequestsAPIDeletePullRequestCondition1Request

DeletePullRequestCondition1 mocks base method.

func (*MockPullRequestsAPI) DeletePullRequestCondition1Execute

DeletePullRequestCondition1Execute mocks base method.

func (*MockPullRequestsAPI) DeletePullRequestConditionExecute

DeletePullRequestConditionExecute mocks base method.

func (*MockPullRequestsAPI) DiscardReview

func (m *MockPullRequestsAPI) DiscardReview(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDiscardReviewRequest

DiscardReview mocks base method.

func (*MockPullRequestsAPI) DiscardReviewExecute

DiscardReviewExecute mocks base method.

func (*MockPullRequestsAPI) EXPECT

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

func (*MockPullRequestsAPI) FinishReview

func (m *MockPullRequestsAPI) FinishReview(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIFinishReviewRequest

FinishReview mocks base method.

func (*MockPullRequestsAPI) FinishReviewExecute

FinishReviewExecute mocks base method.

func (*MockPullRequestsAPI) Get3

func (m *MockPullRequestsAPI) Get3(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGet3Request

Get3 mocks base method.

func (*MockPullRequestsAPI) Get3Execute

Get3Execute mocks base method.

func (*MockPullRequestsAPI) GetActivities

func (m *MockPullRequestsAPI) GetActivities(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetActivitiesRequest

GetActivities mocks base method.

func (*MockPullRequestsAPI) GetActivitiesExecute

GetActivitiesExecute mocks base method.

func (*MockPullRequestsAPI) GetAutoMergeRequest

func (m *MockPullRequestsAPI) GetAutoMergeRequest(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetAutoMergeRequestRequest

GetAutoMergeRequest mocks base method.

func (*MockPullRequestsAPI) GetAutoMergeRequestExecute

GetAutoMergeRequestExecute mocks base method.

func (*MockPullRequestsAPI) GetComment1

func (m *MockPullRequestsAPI) GetComment1(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetComment1Request

GetComment1 mocks base method.

func (*MockPullRequestsAPI) GetComment1Execute

GetComment1Execute mocks base method.

func (*MockPullRequestsAPI) GetComment2

func (m *MockPullRequestsAPI) GetComment2(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetComment2Request

GetComment2 mocks base method.

func (*MockPullRequestsAPI) GetComment2Execute

GetComment2Execute mocks base method.

func (*MockPullRequestsAPI) GetComments1

func (m *MockPullRequestsAPI) GetComments1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetComments1Request

GetComments1 mocks base method.

func (*MockPullRequestsAPI) GetComments1Execute

GetComments1Execute mocks base method.

func (*MockPullRequestsAPI) GetComments2

func (m *MockPullRequestsAPI) GetComments2(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetComments2Request

GetComments2 mocks base method.

func (*MockPullRequestsAPI) GetComments2Execute

GetComments2Execute mocks base method.

func (*MockPullRequestsAPI) GetCommitMessageSuggestion

func (m *MockPullRequestsAPI) GetCommitMessageSuggestion(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetCommitMessageSuggestionRequest

GetCommitMessageSuggestion mocks base method.

func (*MockPullRequestsAPI) GetCommitMessageSuggestionExecute

GetCommitMessageSuggestionExecute mocks base method.

func (*MockPullRequestsAPI) GetCommits1

func (m *MockPullRequestsAPI) GetCommits1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetCommits1Request

GetCommits1 mocks base method.

func (*MockPullRequestsAPI) GetCommits1Execute

GetCommits1Execute mocks base method.

func (*MockPullRequestsAPI) GetDiffStatsSummary2

func (m *MockPullRequestsAPI) GetDiffStatsSummary2(ctx context.Context, path, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetDiffStatsSummary2Request

GetDiffStatsSummary2 mocks base method.

func (*MockPullRequestsAPI) GetDiffStatsSummary2Execute

GetDiffStatsSummary2Execute mocks base method.

func (*MockPullRequestsAPI) GetMergeBase1

func (m *MockPullRequestsAPI) GetMergeBase1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetMergeBase1Request

GetMergeBase1 mocks base method.

func (*MockPullRequestsAPI) GetMergeBase1Execute

GetMergeBase1Execute mocks base method.

func (*MockPullRequestsAPI) GetMergeConfig

GetMergeConfig mocks base method.

func (*MockPullRequestsAPI) GetMergeConfigExecute

GetMergeConfigExecute mocks base method.

func (*MockPullRequestsAPI) GetPage

func (m *MockPullRequestsAPI) GetPage(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetPageRequest

GetPage mocks base method.

func (*MockPullRequestsAPI) GetPageExecute

GetPageExecute mocks base method.

func (*MockPullRequestsAPI) GetPullRequestConditions

GetPullRequestConditions mocks base method.

func (*MockPullRequestsAPI) GetPullRequestConditions1

func (m *MockPullRequestsAPI) GetPullRequestConditions1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetPullRequestConditions1Request

GetPullRequestConditions1 mocks base method.

func (*MockPullRequestsAPI) GetPullRequestConditions1Execute

GetPullRequestConditions1Execute mocks base method.

func (*MockPullRequestsAPI) GetPullRequestConditionsExecute

GetPullRequestConditionsExecute mocks base method.

func (*MockPullRequestsAPI) GetPullRequests

func (m *MockPullRequestsAPI) GetPullRequests(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.PullRequestsAPIGetPullRequestsRequest

GetPullRequests mocks base method.

func (*MockPullRequestsAPI) GetPullRequestsExecute

GetPullRequestsExecute mocks base method.

func (*MockPullRequestsAPI) GetReview

func (m *MockPullRequestsAPI) GetReview(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewRequest

GetReview mocks base method.

func (*MockPullRequestsAPI) GetReviewExecute

GetReviewExecute mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroup

GetReviewerGroup mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroup1

func (m *MockPullRequestsAPI) GetReviewerGroup1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewerGroup1Request

GetReviewerGroup1 mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroup1Execute

GetReviewerGroup1Execute mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroupExecute

GetReviewerGroupExecute mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroups

GetReviewerGroups mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroups1

func (m *MockPullRequestsAPI) GetReviewerGroups1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewerGroups1Request

GetReviewerGroups1 mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroups1Execute

GetReviewerGroups1Execute mocks base method.

func (*MockPullRequestsAPI) GetReviewerGroupsExecute

GetReviewerGroupsExecute mocks base method.

func (*MockPullRequestsAPI) GetReviewers

func (m *MockPullRequestsAPI) GetReviewers(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewersRequest

GetReviewers mocks base method.

func (*MockPullRequestsAPI) GetReviewersExecute

GetReviewersExecute mocks base method.

func (*MockPullRequestsAPI) GetUsers

func (m *MockPullRequestsAPI) GetUsers(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIGetUsersRequest

GetUsers mocks base method.

func (*MockPullRequestsAPI) GetUsersExecute

GetUsersExecute mocks base method.

func (*MockPullRequestsAPI) ListParticipants

func (m *MockPullRequestsAPI) ListParticipants(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIListParticipantsRequest

ListParticipants mocks base method.

func (*MockPullRequestsAPI) ListParticipantsExecute

ListParticipantsExecute mocks base method.

func (*MockPullRequestsAPI) Merge

func (m *MockPullRequestsAPI) Merge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIMergeRequest

Merge mocks base method.

func (*MockPullRequestsAPI) MergeExecute

MergeExecute mocks base method.

func (*MockPullRequestsAPI) React1

func (m *MockPullRequestsAPI) React1(ctx context.Context, projectKey, commentId, pullRequestId, emoticon, repositorySlug string) bitbucketclient.PullRequestsAPIReact1Request

React1 mocks base method.

func (*MockPullRequestsAPI) React1Execute

React1Execute mocks base method.

func (*MockPullRequestsAPI) Rebase

func (m *MockPullRequestsAPI) Rebase(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIRebaseRequest

Rebase mocks base method.

func (*MockPullRequestsAPI) RebaseExecute

RebaseExecute mocks base method.

func (*MockPullRequestsAPI) Reopen

func (m *MockPullRequestsAPI) Reopen(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIReopenRequest

Reopen mocks base method.

func (*MockPullRequestsAPI) ReopenExecute

ReopenExecute mocks base method.

func (*MockPullRequestsAPI) Search

func (m *MockPullRequestsAPI) Search(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPISearchRequest

Search mocks base method.

func (*MockPullRequestsAPI) SearchExecute

SearchExecute mocks base method.

func (*MockPullRequestsAPI) SetMergeConfig

SetMergeConfig mocks base method.

func (*MockPullRequestsAPI) SetMergeConfigExecute

SetMergeConfigExecute mocks base method.

func (*MockPullRequestsAPI) StreamChanges1

func (m *MockPullRequestsAPI) StreamChanges1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamChanges1Request

StreamChanges1 mocks base method.

func (*MockPullRequestsAPI) StreamChanges1Execute

StreamChanges1Execute mocks base method.

func (*MockPullRequestsAPI) StreamDiff2

func (m *MockPullRequestsAPI) StreamDiff2(ctx context.Context, path, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamDiff2Request

StreamDiff2 mocks base method.

func (*MockPullRequestsAPI) StreamDiff2Execute

StreamDiff2Execute mocks base method.

func (*MockPullRequestsAPI) StreamPatch1

func (m *MockPullRequestsAPI) StreamPatch1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamPatch1Request

StreamPatch1 mocks base method.

func (*MockPullRequestsAPI) StreamPatch1Execute

StreamPatch1Execute mocks base method.

func (*MockPullRequestsAPI) StreamRawDiff2

func (m *MockPullRequestsAPI) StreamRawDiff2(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamRawDiff2Request

StreamRawDiff2 mocks base method.

func (*MockPullRequestsAPI) StreamRawDiff2Execute

StreamRawDiff2Execute mocks base method.

func (*MockPullRequestsAPI) TryAutoMerge

func (m *MockPullRequestsAPI) TryAutoMerge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPITryAutoMergeRequest

TryAutoMerge mocks base method.

func (*MockPullRequestsAPI) TryAutoMergeExecute

TryAutoMergeExecute mocks base method.

func (*MockPullRequestsAPI) UnReact1

func (m *MockPullRequestsAPI) UnReact1(ctx context.Context, projectKey, commentId, pullRequestId, emoticon, repositorySlug string) bitbucketclient.PullRequestsAPIUnReact1Request

UnReact1 mocks base method.

func (*MockPullRequestsAPI) UnReact1Execute

UnReact1Execute mocks base method.

func (*MockPullRequestsAPI) UnassignParticipantRole

func (m *MockPullRequestsAPI) UnassignParticipantRole(ctx context.Context, projectKey, userSlug, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUnassignParticipantRoleRequest

UnassignParticipantRole mocks base method.

func (*MockPullRequestsAPI) UnassignParticipantRole1

func (m *MockPullRequestsAPI) UnassignParticipantRole1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUnassignParticipantRole1Request

UnassignParticipantRole1 mocks base method.

func (*MockPullRequestsAPI) UnassignParticipantRole1Execute

UnassignParticipantRole1Execute mocks base method.

func (*MockPullRequestsAPI) UnassignParticipantRoleExecute

UnassignParticipantRoleExecute mocks base method.

func (*MockPullRequestsAPI) Unwatch1

func (m *MockPullRequestsAPI) Unwatch1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUnwatch1Request

Unwatch1 mocks base method.

func (*MockPullRequestsAPI) Unwatch1Execute

Unwatch1Execute mocks base method.

func (*MockPullRequestsAPI) Update

func (m *MockPullRequestsAPI) Update(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUpdateRequest

Update mocks base method.

func (*MockPullRequestsAPI) Update1

Update1 mocks base method.

func (*MockPullRequestsAPI) Update1Execute

Update1Execute mocks base method.

func (*MockPullRequestsAPI) Update2

func (m *MockPullRequestsAPI) Update2(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIUpdate2Request

Update2 mocks base method.

func (*MockPullRequestsAPI) Update2Execute

Update2Execute mocks base method.

func (*MockPullRequestsAPI) UpdateComment1

func (m *MockPullRequestsAPI) UpdateComment1(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUpdateComment1Request

UpdateComment1 mocks base method.

func (*MockPullRequestsAPI) UpdateComment1Execute

UpdateComment1Execute mocks base method.

func (*MockPullRequestsAPI) UpdateComment2

func (m *MockPullRequestsAPI) UpdateComment2(ctx context.Context, projectKey, commentId, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUpdateComment2Request

UpdateComment2 mocks base method.

func (*MockPullRequestsAPI) UpdateComment2Execute

UpdateComment2Execute mocks base method.

func (*MockPullRequestsAPI) UpdateExecute

UpdateExecute mocks base method.

func (*MockPullRequestsAPI) UpdatePullRequestCondition

UpdatePullRequestCondition mocks base method.

func (*MockPullRequestsAPI) UpdatePullRequestCondition1

func (m *MockPullRequestsAPI) UpdatePullRequestCondition1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIUpdatePullRequestCondition1Request

UpdatePullRequestCondition1 mocks base method.

func (*MockPullRequestsAPI) UpdatePullRequestCondition1Execute

UpdatePullRequestCondition1Execute mocks base method.

func (*MockPullRequestsAPI) UpdatePullRequestConditionExecute

UpdatePullRequestConditionExecute mocks base method.

func (*MockPullRequestsAPI) UpdateStatus

func (m *MockPullRequestsAPI) UpdateStatus(ctx context.Context, projectKey, userSlug, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUpdateStatusRequest

UpdateStatus mocks base method.

func (*MockPullRequestsAPI) UpdateStatusExecute

UpdateStatusExecute mocks base method.

func (*MockPullRequestsAPI) Watch1

func (m *MockPullRequestsAPI) Watch1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIWatch1Request

Watch1 mocks base method.

func (*MockPullRequestsAPI) Watch1Execute

Watch1Execute mocks base method.

func (*MockPullRequestsAPI) WithdrawApproval

func (m *MockPullRequestsAPI) WithdrawApproval(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIWithdrawApprovalRequest

WithdrawApproval mocks base method.

func (*MockPullRequestsAPI) WithdrawApprovalExecute

WithdrawApprovalExecute mocks base method.

type MockPullRequestsAPIMockRecorder

type MockPullRequestsAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockPullRequestsAPIMockRecorder is the mock recorder for MockPullRequestsAPI.

func (*MockPullRequestsAPIMockRecorder) ApplySuggestion

func (mr *MockPullRequestsAPIMockRecorder) ApplySuggestion(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

ApplySuggestion indicates an expected call of ApplySuggestion.

func (*MockPullRequestsAPIMockRecorder) ApplySuggestionExecute

func (mr *MockPullRequestsAPIMockRecorder) ApplySuggestionExecute(r any) *gomock.Call

ApplySuggestionExecute indicates an expected call of ApplySuggestionExecute.

func (*MockPullRequestsAPIMockRecorder) Approve

func (mr *MockPullRequestsAPIMockRecorder) Approve(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Approve indicates an expected call of Approve.

func (*MockPullRequestsAPIMockRecorder) ApproveExecute

func (mr *MockPullRequestsAPIMockRecorder) ApproveExecute(r any) *gomock.Call

ApproveExecute indicates an expected call of ApproveExecute.

func (*MockPullRequestsAPIMockRecorder) AssignParticipantRole

func (mr *MockPullRequestsAPIMockRecorder) AssignParticipantRole(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

AssignParticipantRole indicates an expected call of AssignParticipantRole.

func (*MockPullRequestsAPIMockRecorder) AssignParticipantRoleExecute

func (mr *MockPullRequestsAPIMockRecorder) AssignParticipantRoleExecute(r any) *gomock.Call

AssignParticipantRoleExecute indicates an expected call of AssignParticipantRoleExecute.

func (*MockPullRequestsAPIMockRecorder) CanMerge

func (mr *MockPullRequestsAPIMockRecorder) CanMerge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

CanMerge indicates an expected call of CanMerge.

func (*MockPullRequestsAPIMockRecorder) CanMergeExecute

func (mr *MockPullRequestsAPIMockRecorder) CanMergeExecute(r any) *gomock.Call

CanMergeExecute indicates an expected call of CanMergeExecute.

func (*MockPullRequestsAPIMockRecorder) CanRebase

func (mr *MockPullRequestsAPIMockRecorder) CanRebase(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

CanRebase indicates an expected call of CanRebase.

func (*MockPullRequestsAPIMockRecorder) CanRebaseExecute

func (mr *MockPullRequestsAPIMockRecorder) CanRebaseExecute(r any) *gomock.Call

CanRebaseExecute indicates an expected call of CanRebaseExecute.

func (*MockPullRequestsAPIMockRecorder) CancelAutoMerge

func (mr *MockPullRequestsAPIMockRecorder) CancelAutoMerge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

CancelAutoMerge indicates an expected call of CancelAutoMerge.

func (*MockPullRequestsAPIMockRecorder) CancelAutoMergeExecute

func (mr *MockPullRequestsAPIMockRecorder) CancelAutoMergeExecute(r any) *gomock.Call

CancelAutoMergeExecute indicates an expected call of CancelAutoMergeExecute.

func (*MockPullRequestsAPIMockRecorder) Create

func (mr *MockPullRequestsAPIMockRecorder) Create(ctx, projectKey, repositorySlug any) *gomock.Call

Create indicates an expected call of Create.

func (*MockPullRequestsAPIMockRecorder) Create1

func (mr *MockPullRequestsAPIMockRecorder) Create1(ctx, projectKey any) *gomock.Call

Create1 indicates an expected call of Create1.

func (*MockPullRequestsAPIMockRecorder) Create1Execute

func (mr *MockPullRequestsAPIMockRecorder) Create1Execute(r any) *gomock.Call

Create1Execute indicates an expected call of Create1Execute.

func (*MockPullRequestsAPIMockRecorder) Create2

func (mr *MockPullRequestsAPIMockRecorder) Create2(ctx, projectKey, repositorySlug any) *gomock.Call

Create2 indicates an expected call of Create2.

func (*MockPullRequestsAPIMockRecorder) Create2Execute

func (mr *MockPullRequestsAPIMockRecorder) Create2Execute(r any) *gomock.Call

Create2Execute indicates an expected call of Create2Execute.

func (*MockPullRequestsAPIMockRecorder) CreateComment1

func (mr *MockPullRequestsAPIMockRecorder) CreateComment1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

CreateComment1 indicates an expected call of CreateComment1.

func (*MockPullRequestsAPIMockRecorder) CreateComment1Execute

func (mr *MockPullRequestsAPIMockRecorder) CreateComment1Execute(r any) *gomock.Call

CreateComment1Execute indicates an expected call of CreateComment1Execute.

func (*MockPullRequestsAPIMockRecorder) CreateComment2

func (mr *MockPullRequestsAPIMockRecorder) CreateComment2(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

CreateComment2 indicates an expected call of CreateComment2.

func (*MockPullRequestsAPIMockRecorder) CreateComment2Execute

func (mr *MockPullRequestsAPIMockRecorder) CreateComment2Execute(r any) *gomock.Call

CreateComment2Execute indicates an expected call of CreateComment2Execute.

func (*MockPullRequestsAPIMockRecorder) CreateExecute

func (mr *MockPullRequestsAPIMockRecorder) CreateExecute(r any) *gomock.Call

CreateExecute indicates an expected call of CreateExecute.

func (*MockPullRequestsAPIMockRecorder) CreatePullRequestCondition

func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestCondition(ctx, projectKey any) *gomock.Call

CreatePullRequestCondition indicates an expected call of CreatePullRequestCondition.

func (*MockPullRequestsAPIMockRecorder) CreatePullRequestCondition1

func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestCondition1(ctx, projectKey, repositorySlug any) *gomock.Call

CreatePullRequestCondition1 indicates an expected call of CreatePullRequestCondition1.

func (*MockPullRequestsAPIMockRecorder) CreatePullRequestCondition1Execute

func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestCondition1Execute(r any) *gomock.Call

CreatePullRequestCondition1Execute indicates an expected call of CreatePullRequestCondition1Execute.

func (*MockPullRequestsAPIMockRecorder) CreatePullRequestConditionExecute

func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestConditionExecute(r any) *gomock.Call

CreatePullRequestConditionExecute indicates an expected call of CreatePullRequestConditionExecute.

func (*MockPullRequestsAPIMockRecorder) Decline

func (mr *MockPullRequestsAPIMockRecorder) Decline(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Decline indicates an expected call of Decline.

func (*MockPullRequestsAPIMockRecorder) DeclineExecute

func (mr *MockPullRequestsAPIMockRecorder) DeclineExecute(r any) *gomock.Call

DeclineExecute indicates an expected call of DeclineExecute.

func (*MockPullRequestsAPIMockRecorder) Delete3

func (mr *MockPullRequestsAPIMockRecorder) Delete3(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Delete3 indicates an expected call of Delete3.

func (*MockPullRequestsAPIMockRecorder) Delete3Execute

func (mr *MockPullRequestsAPIMockRecorder) Delete3Execute(r any) *gomock.Call

Delete3Execute indicates an expected call of Delete3Execute.

func (*MockPullRequestsAPIMockRecorder) Delete6

func (mr *MockPullRequestsAPIMockRecorder) Delete6(ctx, projectKey, id any) *gomock.Call

Delete6 indicates an expected call of Delete6.

func (*MockPullRequestsAPIMockRecorder) Delete6Execute

func (mr *MockPullRequestsAPIMockRecorder) Delete6Execute(r any) *gomock.Call

Delete6Execute indicates an expected call of Delete6Execute.

func (*MockPullRequestsAPIMockRecorder) Delete7

func (mr *MockPullRequestsAPIMockRecorder) Delete7(ctx, projectKey, id, repositorySlug any) *gomock.Call

Delete7 indicates an expected call of Delete7.

func (*MockPullRequestsAPIMockRecorder) Delete7Execute

func (mr *MockPullRequestsAPIMockRecorder) Delete7Execute(r any) *gomock.Call

Delete7Execute indicates an expected call of Delete7Execute.

func (*MockPullRequestsAPIMockRecorder) DeleteComment1

func (mr *MockPullRequestsAPIMockRecorder) DeleteComment1(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

DeleteComment1 indicates an expected call of DeleteComment1.

func (*MockPullRequestsAPIMockRecorder) DeleteComment1Execute

func (mr *MockPullRequestsAPIMockRecorder) DeleteComment1Execute(r any) *gomock.Call

DeleteComment1Execute indicates an expected call of DeleteComment1Execute.

func (*MockPullRequestsAPIMockRecorder) DeleteComment2

func (mr *MockPullRequestsAPIMockRecorder) DeleteComment2(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

DeleteComment2 indicates an expected call of DeleteComment2.

func (*MockPullRequestsAPIMockRecorder) DeleteComment2Execute

func (mr *MockPullRequestsAPIMockRecorder) DeleteComment2Execute(r any) *gomock.Call

DeleteComment2Execute indicates an expected call of DeleteComment2Execute.

func (*MockPullRequestsAPIMockRecorder) DeletePullRequestCondition

func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestCondition(ctx, projectKey, id any) *gomock.Call

DeletePullRequestCondition indicates an expected call of DeletePullRequestCondition.

func (*MockPullRequestsAPIMockRecorder) DeletePullRequestCondition1

func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestCondition1(ctx, projectKey, id, repositorySlug any) *gomock.Call

DeletePullRequestCondition1 indicates an expected call of DeletePullRequestCondition1.

func (*MockPullRequestsAPIMockRecorder) DeletePullRequestCondition1Execute

func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestCondition1Execute(r any) *gomock.Call

DeletePullRequestCondition1Execute indicates an expected call of DeletePullRequestCondition1Execute.

func (*MockPullRequestsAPIMockRecorder) DeletePullRequestConditionExecute

func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestConditionExecute(r any) *gomock.Call

DeletePullRequestConditionExecute indicates an expected call of DeletePullRequestConditionExecute.

func (*MockPullRequestsAPIMockRecorder) DiscardReview

func (mr *MockPullRequestsAPIMockRecorder) DiscardReview(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

DiscardReview indicates an expected call of DiscardReview.

func (*MockPullRequestsAPIMockRecorder) DiscardReviewExecute

func (mr *MockPullRequestsAPIMockRecorder) DiscardReviewExecute(r any) *gomock.Call

DiscardReviewExecute indicates an expected call of DiscardReviewExecute.

func (*MockPullRequestsAPIMockRecorder) FinishReview

func (mr *MockPullRequestsAPIMockRecorder) FinishReview(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

FinishReview indicates an expected call of FinishReview.

func (*MockPullRequestsAPIMockRecorder) FinishReviewExecute

func (mr *MockPullRequestsAPIMockRecorder) FinishReviewExecute(r any) *gomock.Call

FinishReviewExecute indicates an expected call of FinishReviewExecute.

func (*MockPullRequestsAPIMockRecorder) Get3

func (mr *MockPullRequestsAPIMockRecorder) Get3(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Get3 indicates an expected call of Get3.

func (*MockPullRequestsAPIMockRecorder) Get3Execute

func (mr *MockPullRequestsAPIMockRecorder) Get3Execute(r any) *gomock.Call

Get3Execute indicates an expected call of Get3Execute.

func (*MockPullRequestsAPIMockRecorder) GetActivities

func (mr *MockPullRequestsAPIMockRecorder) GetActivities(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetActivities indicates an expected call of GetActivities.

func (*MockPullRequestsAPIMockRecorder) GetActivitiesExecute

func (mr *MockPullRequestsAPIMockRecorder) GetActivitiesExecute(r any) *gomock.Call

GetActivitiesExecute indicates an expected call of GetActivitiesExecute.

func (*MockPullRequestsAPIMockRecorder) GetAutoMergeRequest

func (mr *MockPullRequestsAPIMockRecorder) GetAutoMergeRequest(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetAutoMergeRequest indicates an expected call of GetAutoMergeRequest.

func (*MockPullRequestsAPIMockRecorder) GetAutoMergeRequestExecute

func (mr *MockPullRequestsAPIMockRecorder) GetAutoMergeRequestExecute(r any) *gomock.Call

GetAutoMergeRequestExecute indicates an expected call of GetAutoMergeRequestExecute.

func (*MockPullRequestsAPIMockRecorder) GetComment1

func (mr *MockPullRequestsAPIMockRecorder) GetComment1(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

GetComment1 indicates an expected call of GetComment1.

func (*MockPullRequestsAPIMockRecorder) GetComment1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetComment1Execute(r any) *gomock.Call

GetComment1Execute indicates an expected call of GetComment1Execute.

func (*MockPullRequestsAPIMockRecorder) GetComment2

func (mr *MockPullRequestsAPIMockRecorder) GetComment2(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

GetComment2 indicates an expected call of GetComment2.

func (*MockPullRequestsAPIMockRecorder) GetComment2Execute

func (mr *MockPullRequestsAPIMockRecorder) GetComment2Execute(r any) *gomock.Call

GetComment2Execute indicates an expected call of GetComment2Execute.

func (*MockPullRequestsAPIMockRecorder) GetComments1

func (mr *MockPullRequestsAPIMockRecorder) GetComments1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetComments1 indicates an expected call of GetComments1.

func (*MockPullRequestsAPIMockRecorder) GetComments1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetComments1Execute(r any) *gomock.Call

GetComments1Execute indicates an expected call of GetComments1Execute.

func (*MockPullRequestsAPIMockRecorder) GetComments2

func (mr *MockPullRequestsAPIMockRecorder) GetComments2(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetComments2 indicates an expected call of GetComments2.

func (*MockPullRequestsAPIMockRecorder) GetComments2Execute

func (mr *MockPullRequestsAPIMockRecorder) GetComments2Execute(r any) *gomock.Call

GetComments2Execute indicates an expected call of GetComments2Execute.

func (*MockPullRequestsAPIMockRecorder) GetCommitMessageSuggestion

func (mr *MockPullRequestsAPIMockRecorder) GetCommitMessageSuggestion(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetCommitMessageSuggestion indicates an expected call of GetCommitMessageSuggestion.

func (*MockPullRequestsAPIMockRecorder) GetCommitMessageSuggestionExecute

func (mr *MockPullRequestsAPIMockRecorder) GetCommitMessageSuggestionExecute(r any) *gomock.Call

GetCommitMessageSuggestionExecute indicates an expected call of GetCommitMessageSuggestionExecute.

func (*MockPullRequestsAPIMockRecorder) GetCommits1

func (mr *MockPullRequestsAPIMockRecorder) GetCommits1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetCommits1 indicates an expected call of GetCommits1.

func (*MockPullRequestsAPIMockRecorder) GetCommits1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetCommits1Execute(r any) *gomock.Call

GetCommits1Execute indicates an expected call of GetCommits1Execute.

func (*MockPullRequestsAPIMockRecorder) GetDiffStatsSummary2

func (mr *MockPullRequestsAPIMockRecorder) GetDiffStatsSummary2(ctx, path, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetDiffStatsSummary2 indicates an expected call of GetDiffStatsSummary2.

func (*MockPullRequestsAPIMockRecorder) GetDiffStatsSummary2Execute

func (mr *MockPullRequestsAPIMockRecorder) GetDiffStatsSummary2Execute(r any) *gomock.Call

GetDiffStatsSummary2Execute indicates an expected call of GetDiffStatsSummary2Execute.

func (*MockPullRequestsAPIMockRecorder) GetMergeBase1

func (mr *MockPullRequestsAPIMockRecorder) GetMergeBase1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetMergeBase1 indicates an expected call of GetMergeBase1.

func (*MockPullRequestsAPIMockRecorder) GetMergeBase1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetMergeBase1Execute(r any) *gomock.Call

GetMergeBase1Execute indicates an expected call of GetMergeBase1Execute.

func (*MockPullRequestsAPIMockRecorder) GetMergeConfig

func (mr *MockPullRequestsAPIMockRecorder) GetMergeConfig(ctx, scmId any) *gomock.Call

GetMergeConfig indicates an expected call of GetMergeConfig.

func (*MockPullRequestsAPIMockRecorder) GetMergeConfigExecute

func (mr *MockPullRequestsAPIMockRecorder) GetMergeConfigExecute(r any) *gomock.Call

GetMergeConfigExecute indicates an expected call of GetMergeConfigExecute.

func (*MockPullRequestsAPIMockRecorder) GetPage

func (mr *MockPullRequestsAPIMockRecorder) GetPage(ctx, projectKey, repositorySlug any) *gomock.Call

GetPage indicates an expected call of GetPage.

func (*MockPullRequestsAPIMockRecorder) GetPageExecute

func (mr *MockPullRequestsAPIMockRecorder) GetPageExecute(r any) *gomock.Call

GetPageExecute indicates an expected call of GetPageExecute.

func (*MockPullRequestsAPIMockRecorder) GetPullRequestConditions

func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditions(ctx, projectKey any) *gomock.Call

GetPullRequestConditions indicates an expected call of GetPullRequestConditions.

func (*MockPullRequestsAPIMockRecorder) GetPullRequestConditions1

func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditions1(ctx, projectKey, repositorySlug any) *gomock.Call

GetPullRequestConditions1 indicates an expected call of GetPullRequestConditions1.

func (*MockPullRequestsAPIMockRecorder) GetPullRequestConditions1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditions1Execute(r any) *gomock.Call

GetPullRequestConditions1Execute indicates an expected call of GetPullRequestConditions1Execute.

func (*MockPullRequestsAPIMockRecorder) GetPullRequestConditionsExecute

func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditionsExecute(r any) *gomock.Call

GetPullRequestConditionsExecute indicates an expected call of GetPullRequestConditionsExecute.

func (*MockPullRequestsAPIMockRecorder) GetPullRequests

func (mr *MockPullRequestsAPIMockRecorder) GetPullRequests(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

GetPullRequests indicates an expected call of GetPullRequests.

func (*MockPullRequestsAPIMockRecorder) GetPullRequestsExecute

func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestsExecute(r any) *gomock.Call

GetPullRequestsExecute indicates an expected call of GetPullRequestsExecute.

func (*MockPullRequestsAPIMockRecorder) GetReview

func (mr *MockPullRequestsAPIMockRecorder) GetReview(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

GetReview indicates an expected call of GetReview.

func (*MockPullRequestsAPIMockRecorder) GetReviewExecute

func (mr *MockPullRequestsAPIMockRecorder) GetReviewExecute(r any) *gomock.Call

GetReviewExecute indicates an expected call of GetReviewExecute.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroup

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroup(ctx, projectKey, id any) *gomock.Call

GetReviewerGroup indicates an expected call of GetReviewerGroup.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroup1

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroup1(ctx, projectKey, id, repositorySlug any) *gomock.Call

GetReviewerGroup1 indicates an expected call of GetReviewerGroup1.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroup1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroup1Execute(r any) *gomock.Call

GetReviewerGroup1Execute indicates an expected call of GetReviewerGroup1Execute.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroupExecute

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroupExecute(r any) *gomock.Call

GetReviewerGroupExecute indicates an expected call of GetReviewerGroupExecute.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroups

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroups(ctx, projectKey any) *gomock.Call

GetReviewerGroups indicates an expected call of GetReviewerGroups.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroups1

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroups1(ctx, projectKey, repositorySlug any) *gomock.Call

GetReviewerGroups1 indicates an expected call of GetReviewerGroups1.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroups1Execute

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroups1Execute(r any) *gomock.Call

GetReviewerGroups1Execute indicates an expected call of GetReviewerGroups1Execute.

func (*MockPullRequestsAPIMockRecorder) GetReviewerGroupsExecute

func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroupsExecute(r any) *gomock.Call

GetReviewerGroupsExecute indicates an expected call of GetReviewerGroupsExecute.

func (*MockPullRequestsAPIMockRecorder) GetReviewers

func (mr *MockPullRequestsAPIMockRecorder) GetReviewers(ctx, projectKey, repositorySlug any) *gomock.Call

GetReviewers indicates an expected call of GetReviewers.

func (*MockPullRequestsAPIMockRecorder) GetReviewersExecute

func (mr *MockPullRequestsAPIMockRecorder) GetReviewersExecute(r any) *gomock.Call

GetReviewersExecute indicates an expected call of GetReviewersExecute.

func (*MockPullRequestsAPIMockRecorder) GetUsers

func (mr *MockPullRequestsAPIMockRecorder) GetUsers(ctx, projectKey, id, repositorySlug any) *gomock.Call

GetUsers indicates an expected call of GetUsers.

func (*MockPullRequestsAPIMockRecorder) GetUsersExecute

func (mr *MockPullRequestsAPIMockRecorder) GetUsersExecute(r any) *gomock.Call

GetUsersExecute indicates an expected call of GetUsersExecute.

func (*MockPullRequestsAPIMockRecorder) ListParticipants

func (mr *MockPullRequestsAPIMockRecorder) ListParticipants(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

ListParticipants indicates an expected call of ListParticipants.

func (*MockPullRequestsAPIMockRecorder) ListParticipantsExecute

func (mr *MockPullRequestsAPIMockRecorder) ListParticipantsExecute(r any) *gomock.Call

ListParticipantsExecute indicates an expected call of ListParticipantsExecute.

func (*MockPullRequestsAPIMockRecorder) Merge

func (mr *MockPullRequestsAPIMockRecorder) Merge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Merge indicates an expected call of Merge.

func (*MockPullRequestsAPIMockRecorder) MergeExecute

func (mr *MockPullRequestsAPIMockRecorder) MergeExecute(r any) *gomock.Call

MergeExecute indicates an expected call of MergeExecute.

func (*MockPullRequestsAPIMockRecorder) React1

func (mr *MockPullRequestsAPIMockRecorder) React1(ctx, projectKey, commentId, pullRequestId, emoticon, repositorySlug any) *gomock.Call

React1 indicates an expected call of React1.

func (*MockPullRequestsAPIMockRecorder) React1Execute

func (mr *MockPullRequestsAPIMockRecorder) React1Execute(r any) *gomock.Call

React1Execute indicates an expected call of React1Execute.

func (*MockPullRequestsAPIMockRecorder) Rebase

func (mr *MockPullRequestsAPIMockRecorder) Rebase(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Rebase indicates an expected call of Rebase.

func (*MockPullRequestsAPIMockRecorder) RebaseExecute

func (mr *MockPullRequestsAPIMockRecorder) RebaseExecute(r any) *gomock.Call

RebaseExecute indicates an expected call of RebaseExecute.

func (*MockPullRequestsAPIMockRecorder) Reopen

func (mr *MockPullRequestsAPIMockRecorder) Reopen(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Reopen indicates an expected call of Reopen.

func (*MockPullRequestsAPIMockRecorder) ReopenExecute

func (mr *MockPullRequestsAPIMockRecorder) ReopenExecute(r any) *gomock.Call

ReopenExecute indicates an expected call of ReopenExecute.

func (*MockPullRequestsAPIMockRecorder) Search

func (mr *MockPullRequestsAPIMockRecorder) Search(ctx, projectKey, repositorySlug any) *gomock.Call

Search indicates an expected call of Search.

func (*MockPullRequestsAPIMockRecorder) SearchExecute

func (mr *MockPullRequestsAPIMockRecorder) SearchExecute(r any) *gomock.Call

SearchExecute indicates an expected call of SearchExecute.

func (*MockPullRequestsAPIMockRecorder) SetMergeConfig

func (mr *MockPullRequestsAPIMockRecorder) SetMergeConfig(ctx, scmId any) *gomock.Call

SetMergeConfig indicates an expected call of SetMergeConfig.

func (*MockPullRequestsAPIMockRecorder) SetMergeConfigExecute

func (mr *MockPullRequestsAPIMockRecorder) SetMergeConfigExecute(r any) *gomock.Call

SetMergeConfigExecute indicates an expected call of SetMergeConfigExecute.

func (*MockPullRequestsAPIMockRecorder) StreamChanges1

func (mr *MockPullRequestsAPIMockRecorder) StreamChanges1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

StreamChanges1 indicates an expected call of StreamChanges1.

func (*MockPullRequestsAPIMockRecorder) StreamChanges1Execute

func (mr *MockPullRequestsAPIMockRecorder) StreamChanges1Execute(r any) *gomock.Call

StreamChanges1Execute indicates an expected call of StreamChanges1Execute.

func (*MockPullRequestsAPIMockRecorder) StreamDiff2

func (mr *MockPullRequestsAPIMockRecorder) StreamDiff2(ctx, path, projectKey, pullRequestId, repositorySlug any) *gomock.Call

StreamDiff2 indicates an expected call of StreamDiff2.

func (*MockPullRequestsAPIMockRecorder) StreamDiff2Execute

func (mr *MockPullRequestsAPIMockRecorder) StreamDiff2Execute(r any) *gomock.Call

StreamDiff2Execute indicates an expected call of StreamDiff2Execute.

func (*MockPullRequestsAPIMockRecorder) StreamPatch1

func (mr *MockPullRequestsAPIMockRecorder) StreamPatch1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

StreamPatch1 indicates an expected call of StreamPatch1.

func (*MockPullRequestsAPIMockRecorder) StreamPatch1Execute

func (mr *MockPullRequestsAPIMockRecorder) StreamPatch1Execute(r any) *gomock.Call

StreamPatch1Execute indicates an expected call of StreamPatch1Execute.

func (*MockPullRequestsAPIMockRecorder) StreamRawDiff2

func (mr *MockPullRequestsAPIMockRecorder) StreamRawDiff2(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

StreamRawDiff2 indicates an expected call of StreamRawDiff2.

func (*MockPullRequestsAPIMockRecorder) StreamRawDiff2Execute

func (mr *MockPullRequestsAPIMockRecorder) StreamRawDiff2Execute(r any) *gomock.Call

StreamRawDiff2Execute indicates an expected call of StreamRawDiff2Execute.

func (*MockPullRequestsAPIMockRecorder) TryAutoMerge

func (mr *MockPullRequestsAPIMockRecorder) TryAutoMerge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

TryAutoMerge indicates an expected call of TryAutoMerge.

func (*MockPullRequestsAPIMockRecorder) TryAutoMergeExecute

func (mr *MockPullRequestsAPIMockRecorder) TryAutoMergeExecute(r any) *gomock.Call

TryAutoMergeExecute indicates an expected call of TryAutoMergeExecute.

func (*MockPullRequestsAPIMockRecorder) UnReact1

func (mr *MockPullRequestsAPIMockRecorder) UnReact1(ctx, projectKey, commentId, pullRequestId, emoticon, repositorySlug any) *gomock.Call

UnReact1 indicates an expected call of UnReact1.

func (*MockPullRequestsAPIMockRecorder) UnReact1Execute

func (mr *MockPullRequestsAPIMockRecorder) UnReact1Execute(r any) *gomock.Call

UnReact1Execute indicates an expected call of UnReact1Execute.

func (*MockPullRequestsAPIMockRecorder) UnassignParticipantRole

func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRole(ctx, projectKey, userSlug, pullRequestId, repositorySlug any) *gomock.Call

UnassignParticipantRole indicates an expected call of UnassignParticipantRole.

func (*MockPullRequestsAPIMockRecorder) UnassignParticipantRole1

func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRole1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

UnassignParticipantRole1 indicates an expected call of UnassignParticipantRole1.

func (*MockPullRequestsAPIMockRecorder) UnassignParticipantRole1Execute

func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRole1Execute(r any) *gomock.Call

UnassignParticipantRole1Execute indicates an expected call of UnassignParticipantRole1Execute.

func (*MockPullRequestsAPIMockRecorder) UnassignParticipantRoleExecute

func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRoleExecute(r any) *gomock.Call

UnassignParticipantRoleExecute indicates an expected call of UnassignParticipantRoleExecute.

func (*MockPullRequestsAPIMockRecorder) Unwatch1

func (mr *MockPullRequestsAPIMockRecorder) Unwatch1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Unwatch1 indicates an expected call of Unwatch1.

func (*MockPullRequestsAPIMockRecorder) Unwatch1Execute

func (mr *MockPullRequestsAPIMockRecorder) Unwatch1Execute(r any) *gomock.Call

Unwatch1Execute indicates an expected call of Unwatch1Execute.

func (*MockPullRequestsAPIMockRecorder) Update

func (mr *MockPullRequestsAPIMockRecorder) Update(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Update indicates an expected call of Update.

func (*MockPullRequestsAPIMockRecorder) Update1

func (mr *MockPullRequestsAPIMockRecorder) Update1(ctx, projectKey, id any) *gomock.Call

Update1 indicates an expected call of Update1.

func (*MockPullRequestsAPIMockRecorder) Update1Execute

func (mr *MockPullRequestsAPIMockRecorder) Update1Execute(r any) *gomock.Call

Update1Execute indicates an expected call of Update1Execute.

func (*MockPullRequestsAPIMockRecorder) Update2

func (mr *MockPullRequestsAPIMockRecorder) Update2(ctx, projectKey, id, repositorySlug any) *gomock.Call

Update2 indicates an expected call of Update2.

func (*MockPullRequestsAPIMockRecorder) Update2Execute

func (mr *MockPullRequestsAPIMockRecorder) Update2Execute(r any) *gomock.Call

Update2Execute indicates an expected call of Update2Execute.

func (*MockPullRequestsAPIMockRecorder) UpdateComment1

func (mr *MockPullRequestsAPIMockRecorder) UpdateComment1(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

UpdateComment1 indicates an expected call of UpdateComment1.

func (*MockPullRequestsAPIMockRecorder) UpdateComment1Execute

func (mr *MockPullRequestsAPIMockRecorder) UpdateComment1Execute(r any) *gomock.Call

UpdateComment1Execute indicates an expected call of UpdateComment1Execute.

func (*MockPullRequestsAPIMockRecorder) UpdateComment2

func (mr *MockPullRequestsAPIMockRecorder) UpdateComment2(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call

UpdateComment2 indicates an expected call of UpdateComment2.

func (*MockPullRequestsAPIMockRecorder) UpdateComment2Execute

func (mr *MockPullRequestsAPIMockRecorder) UpdateComment2Execute(r any) *gomock.Call

UpdateComment2Execute indicates an expected call of UpdateComment2Execute.

func (*MockPullRequestsAPIMockRecorder) UpdateExecute

func (mr *MockPullRequestsAPIMockRecorder) UpdateExecute(r any) *gomock.Call

UpdateExecute indicates an expected call of UpdateExecute.

func (*MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition

func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition(ctx, projectKey, id any) *gomock.Call

UpdatePullRequestCondition indicates an expected call of UpdatePullRequestCondition.

func (*MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition1

func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition1(ctx, projectKey, id, repositorySlug any) *gomock.Call

UpdatePullRequestCondition1 indicates an expected call of UpdatePullRequestCondition1.

func (*MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition1Execute

func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition1Execute(r any) *gomock.Call

UpdatePullRequestCondition1Execute indicates an expected call of UpdatePullRequestCondition1Execute.

func (*MockPullRequestsAPIMockRecorder) UpdatePullRequestConditionExecute

func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestConditionExecute(r any) *gomock.Call

UpdatePullRequestConditionExecute indicates an expected call of UpdatePullRequestConditionExecute.

func (*MockPullRequestsAPIMockRecorder) UpdateStatus

func (mr *MockPullRequestsAPIMockRecorder) UpdateStatus(ctx, projectKey, userSlug, pullRequestId, repositorySlug any) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockPullRequestsAPIMockRecorder) UpdateStatusExecute

func (mr *MockPullRequestsAPIMockRecorder) UpdateStatusExecute(r any) *gomock.Call

UpdateStatusExecute indicates an expected call of UpdateStatusExecute.

func (*MockPullRequestsAPIMockRecorder) Watch1

func (mr *MockPullRequestsAPIMockRecorder) Watch1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

Watch1 indicates an expected call of Watch1.

func (*MockPullRequestsAPIMockRecorder) Watch1Execute

func (mr *MockPullRequestsAPIMockRecorder) Watch1Execute(r any) *gomock.Call

Watch1Execute indicates an expected call of Watch1Execute.

func (*MockPullRequestsAPIMockRecorder) WithdrawApproval

func (mr *MockPullRequestsAPIMockRecorder) WithdrawApproval(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call

WithdrawApproval indicates an expected call of WithdrawApproval.

func (*MockPullRequestsAPIMockRecorder) WithdrawApprovalExecute

func (mr *MockPullRequestsAPIMockRecorder) WithdrawApprovalExecute(r any) *gomock.Call

WithdrawApprovalExecute indicates an expected call of WithdrawApprovalExecute.

type MockRepositoryAPI

type MockRepositoryAPI struct {
	// contains filtered or unexported fields
}

MockRepositoryAPI is a mock of RepositoryAPI interface.

func NewMockRepositoryAPI

func NewMockRepositoryAPI(ctrl *gomock.Controller) *MockRepositoryAPI

NewMockRepositoryAPI creates a new mock instance.

func (*MockRepositoryAPI) AddDefaultTask1

func (m *MockRepositoryAPI) AddDefaultTask1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIAddDefaultTask1Request

AddDefaultTask1 mocks base method.

func (*MockRepositoryAPI) AddDefaultTask1Execute

AddDefaultTask1Execute mocks base method.

func (*MockRepositoryAPI) AddLabel

func (m *MockRepositoryAPI) AddLabel(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIAddLabelRequest

AddLabel mocks base method.

func (*MockRepositoryAPI) AddLabelExecute

AddLabelExecute mocks base method.

func (*MockRepositoryAPI) CreateBranch

func (m *MockRepositoryAPI) CreateBranch(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateBranchRequest

CreateBranch mocks base method.

func (*MockRepositoryAPI) CreateBranchExecute

CreateBranchExecute mocks base method.

func (*MockRepositoryAPI) CreateBranchForRepository

func (m *MockRepositoryAPI) CreateBranchForRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateBranchForRepositoryRequest

CreateBranchForRepository mocks base method.

func (*MockRepositoryAPI) CreateBranchForRepositoryExecute

CreateBranchForRepositoryExecute mocks base method.

func (*MockRepositoryAPI) CreateComment

func (m *MockRepositoryAPI) CreateComment(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPICreateCommentRequest

CreateComment mocks base method.

func (*MockRepositoryAPI) CreateCommentExecute

CreateCommentExecute mocks base method.

func (*MockRepositoryAPI) CreateRestrictions1

func (m *MockRepositoryAPI) CreateRestrictions1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateRestrictions1Request

CreateRestrictions1 mocks base method.

func (*MockRepositoryAPI) CreateRestrictions1Execute

CreateRestrictions1Execute mocks base method.

func (*MockRepositoryAPI) CreateTag

func (m *MockRepositoryAPI) CreateTag(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateTagRequest

CreateTag mocks base method.

func (*MockRepositoryAPI) CreateTagExecute

CreateTagExecute mocks base method.

func (*MockRepositoryAPI) CreateTagForRepository

func (m *MockRepositoryAPI) CreateTagForRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateTagForRepositoryRequest

CreateTagForRepository mocks base method.

func (*MockRepositoryAPI) CreateTagForRepositoryExecute

CreateTagForRepositoryExecute mocks base method.

func (*MockRepositoryAPI) CreateWebhook1

func (m *MockRepositoryAPI) CreateWebhook1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateWebhook1Request

CreateWebhook1 mocks base method.

func (*MockRepositoryAPI) CreateWebhook1Execute

CreateWebhook1Execute mocks base method.

func (*MockRepositoryAPI) Delete5

func (m *MockRepositoryAPI) Delete5(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDelete5Request

Delete5 mocks base method.

func (*MockRepositoryAPI) Delete5Execute

Delete5Execute mocks base method.

func (*MockRepositoryAPI) DeleteAllDefaultTasks1

func (m *MockRepositoryAPI) DeleteAllDefaultTasks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAllDefaultTasks1Request

DeleteAllDefaultTasks1 mocks base method.

func (*MockRepositoryAPI) DeleteAllDefaultTasks1Execute

DeleteAllDefaultTasks1Execute mocks base method.

func (*MockRepositoryAPI) DeleteAttachment

func (m *MockRepositoryAPI) DeleteAttachment(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAttachmentRequest

DeleteAttachment mocks base method.

func (*MockRepositoryAPI) DeleteAttachmentExecute

DeleteAttachmentExecute mocks base method.

func (*MockRepositoryAPI) DeleteAttachmentMetadata

func (m *MockRepositoryAPI) DeleteAttachmentMetadata(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAttachmentMetadataRequest

DeleteAttachmentMetadata mocks base method.

func (*MockRepositoryAPI) DeleteAttachmentMetadataExecute

DeleteAttachmentMetadataExecute mocks base method.

func (*MockRepositoryAPI) DeleteAutoDeclineSettings1

func (m *MockRepositoryAPI) DeleteAutoDeclineSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAutoDeclineSettings1Request

DeleteAutoDeclineSettings1 mocks base method.

func (*MockRepositoryAPI) DeleteAutoDeclineSettings1Execute

DeleteAutoDeclineSettings1Execute mocks base method.

func (*MockRepositoryAPI) DeleteBranch

func (m *MockRepositoryAPI) DeleteBranch(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteBranchRequest

DeleteBranch mocks base method.

func (*MockRepositoryAPI) DeleteBranchExecute

DeleteBranchExecute mocks base method.

func (*MockRepositoryAPI) DeleteComment

func (m *MockRepositoryAPI) DeleteComment(ctx context.Context, projectKey, commentId, commitId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteCommentRequest

DeleteComment mocks base method.

func (*MockRepositoryAPI) DeleteCommentExecute

DeleteCommentExecute mocks base method.

func (*MockRepositoryAPI) DeleteDefaultTask1

func (m *MockRepositoryAPI) DeleteDefaultTask1(ctx context.Context, projectKey, repositorySlug, taskId string) bitbucketclient.RepositoryAPIDeleteDefaultTask1Request

DeleteDefaultTask1 mocks base method.

func (*MockRepositoryAPI) DeleteDefaultTask1Execute

DeleteDefaultTask1Execute mocks base method.

func (*MockRepositoryAPI) DeleteRepositoryHook

func (m *MockRepositoryAPI) DeleteRepositoryHook(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteRepositoryHookRequest

DeleteRepositoryHook mocks base method.

func (*MockRepositoryAPI) DeleteRepositoryHookExecute

DeleteRepositoryHookExecute mocks base method.

func (*MockRepositoryAPI) DeleteRestriction1

func (m *MockRepositoryAPI) DeleteRestriction1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.RepositoryAPIDeleteRestriction1Request

DeleteRestriction1 mocks base method.

func (*MockRepositoryAPI) DeleteRestriction1Execute

DeleteRestriction1Execute mocks base method.

func (*MockRepositoryAPI) DeleteTag

func (m *MockRepositoryAPI) DeleteTag(ctx context.Context, projectKey, name, repositorySlug string) bitbucketclient.RepositoryAPIDeleteTagRequest

DeleteTag mocks base method.

func (*MockRepositoryAPI) DeleteTagExecute

DeleteTagExecute mocks base method.

func (*MockRepositoryAPI) DeleteWebhook1

func (m *MockRepositoryAPI) DeleteWebhook1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteWebhook1Request

DeleteWebhook1 mocks base method.

func (*MockRepositoryAPI) DeleteWebhook1Execute

DeleteWebhook1Execute mocks base method.

func (*MockRepositoryAPI) DisableHook1

func (m *MockRepositoryAPI) DisableHook1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIDisableHook1Request

DisableHook1 mocks base method.

func (*MockRepositoryAPI) DisableHook1Execute

DisableHook1Execute mocks base method.

func (*MockRepositoryAPI) EXPECT

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

func (*MockRepositoryAPI) EditFile

func (m *MockRepositoryAPI) EditFile(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIEditFileRequest

EditFile mocks base method.

func (*MockRepositoryAPI) EditFileExecute

EditFileExecute mocks base method.

func (*MockRepositoryAPI) EnableHook1

func (m *MockRepositoryAPI) EnableHook1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIEnableHook1Request

EnableHook1 mocks base method.

func (*MockRepositoryAPI) EnableHook1Execute

EnableHook1Execute mocks base method.

func (*MockRepositoryAPI) FindBranches

func (m *MockRepositoryAPI) FindBranches(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIFindBranchesRequest

FindBranches mocks base method.

func (*MockRepositoryAPI) FindBranchesExecute

FindBranchesExecute mocks base method.

func (*MockRepositoryAPI) FindByCommit

func (m *MockRepositoryAPI) FindByCommit(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIFindByCommitRequest

FindByCommit mocks base method.

func (*MockRepositoryAPI) FindByCommitExecute

FindByCommitExecute mocks base method.

func (*MockRepositoryAPI) FindWebhooks1

func (m *MockRepositoryAPI) FindWebhooks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIFindWebhooks1Request

FindWebhooks1 mocks base method.

func (*MockRepositoryAPI) FindWebhooks1Execute

FindWebhooks1Execute mocks base method.

func (*MockRepositoryAPI) Get5

func (m *MockRepositoryAPI) Get5(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGet5Request

Get5 mocks base method.

func (*MockRepositoryAPI) Get5Execute

Get5Execute mocks base method.

func (*MockRepositoryAPI) GetAllLabelsForRepository

func (m *MockRepositoryAPI) GetAllLabelsForRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetAllLabelsForRepositoryRequest

GetAllLabelsForRepository mocks base method.

func (*MockRepositoryAPI) GetAllLabelsForRepositoryExecute

GetAllLabelsForRepositoryExecute mocks base method.

func (*MockRepositoryAPI) GetArchive

func (m *MockRepositoryAPI) GetArchive(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetArchiveRequest

GetArchive mocks base method.

func (*MockRepositoryAPI) GetArchiveExecute

GetArchiveExecute mocks base method.

func (*MockRepositoryAPI) GetAttachment

func (m *MockRepositoryAPI) GetAttachment(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIGetAttachmentRequest

GetAttachment mocks base method.

func (*MockRepositoryAPI) GetAttachmentExecute

GetAttachmentExecute mocks base method.

func (*MockRepositoryAPI) GetAttachmentMetadata

func (m *MockRepositoryAPI) GetAttachmentMetadata(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIGetAttachmentMetadataRequest

GetAttachmentMetadata mocks base method.

func (*MockRepositoryAPI) GetAttachmentMetadataExecute

GetAttachmentMetadataExecute mocks base method.

func (*MockRepositoryAPI) GetAutoDeclineSettings1

func (m *MockRepositoryAPI) GetAutoDeclineSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetAutoDeclineSettings1Request

GetAutoDeclineSettings1 mocks base method.

func (*MockRepositoryAPI) GetAutoDeclineSettings1Execute

GetAutoDeclineSettings1Execute mocks base method.

func (*MockRepositoryAPI) GetBranches

func (m *MockRepositoryAPI) GetBranches(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetBranchesRequest

GetBranches mocks base method.

func (*MockRepositoryAPI) GetBranchesExecute

GetBranchesExecute mocks base method.

func (*MockRepositoryAPI) GetChanges

func (m *MockRepositoryAPI) GetChanges(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetChangesRequest

GetChanges mocks base method.

func (*MockRepositoryAPI) GetChanges1

func (m *MockRepositoryAPI) GetChanges1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetChanges1Request

GetChanges1 mocks base method.

func (*MockRepositoryAPI) GetChanges1Execute

GetChanges1Execute mocks base method.

func (*MockRepositoryAPI) GetChangesExecute

GetChangesExecute mocks base method.

func (*MockRepositoryAPI) GetComment

func (m *MockRepositoryAPI) GetComment(ctx context.Context, projectKey, commentId, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetCommentRequest

GetComment mocks base method.

func (*MockRepositoryAPI) GetCommentExecute

GetCommentExecute mocks base method.

func (*MockRepositoryAPI) GetComments

func (m *MockRepositoryAPI) GetComments(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetCommentsRequest

GetComments mocks base method.

func (*MockRepositoryAPI) GetCommentsExecute

GetCommentsExecute mocks base method.

func (*MockRepositoryAPI) GetCommit

func (m *MockRepositoryAPI) GetCommit(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetCommitRequest

GetCommit mocks base method.

func (*MockRepositoryAPI) GetCommitExecute

GetCommitExecute mocks base method.

func (*MockRepositoryAPI) GetCommits

func (m *MockRepositoryAPI) GetCommits(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetCommitsRequest

GetCommits mocks base method.

func (*MockRepositoryAPI) GetCommitsExecute

GetCommitsExecute mocks base method.

func (*MockRepositoryAPI) GetConfigurations1

func (m *MockRepositoryAPI) GetConfigurations1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetConfigurations1Request

GetConfigurations1 mocks base method.

func (*MockRepositoryAPI) GetConfigurations1Execute

GetConfigurations1Execute mocks base method.

func (*MockRepositoryAPI) GetContent

func (m *MockRepositoryAPI) GetContent(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetContentRequest

GetContent mocks base method.

func (*MockRepositoryAPI) GetContent1

func (m *MockRepositoryAPI) GetContent1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetContent1Request

GetContent1 mocks base method.

func (*MockRepositoryAPI) GetContent1Execute

GetContent1Execute mocks base method.

func (*MockRepositoryAPI) GetContentExecute

GetContentExecute mocks base method.

func (*MockRepositoryAPI) GetDefaultBranch1

func (m *MockRepositoryAPI) GetDefaultBranch1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetDefaultBranch1Request

GetDefaultBranch1 mocks base method.

func (*MockRepositoryAPI) GetDefaultBranch1Execute

GetDefaultBranch1Execute mocks base method.

func (*MockRepositoryAPI) GetDefaultTasks1

func (m *MockRepositoryAPI) GetDefaultTasks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetDefaultTasks1Request

GetDefaultTasks1 mocks base method.

func (*MockRepositoryAPI) GetDefaultTasks1Execute

GetDefaultTasks1Execute mocks base method.

func (*MockRepositoryAPI) GetDiffStatsSummary

func (m *MockRepositoryAPI) GetDiffStatsSummary(ctx context.Context, path, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetDiffStatsSummaryRequest

GetDiffStatsSummary mocks base method.

func (*MockRepositoryAPI) GetDiffStatsSummary1

func (m *MockRepositoryAPI) GetDiffStatsSummary1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetDiffStatsSummary1Request

GetDiffStatsSummary1 mocks base method.

func (*MockRepositoryAPI) GetDiffStatsSummary1Execute

GetDiffStatsSummary1Execute mocks base method.

func (*MockRepositoryAPI) GetDiffStatsSummaryExecute

GetDiffStatsSummaryExecute mocks base method.

func (*MockRepositoryAPI) GetLatestInvocation1

func (m *MockRepositoryAPI) GetLatestInvocation1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetLatestInvocation1Request

GetLatestInvocation1 mocks base method.

func (*MockRepositoryAPI) GetLatestInvocation1Execute

GetLatestInvocation1Execute mocks base method.

func (*MockRepositoryAPI) GetMergeBase

func (m *MockRepositoryAPI) GetMergeBase(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetMergeBaseRequest

GetMergeBase mocks base method.

func (*MockRepositoryAPI) GetMergeBaseExecute

GetMergeBaseExecute mocks base method.

func (*MockRepositoryAPI) GetPullRequestSettings1

func (m *MockRepositoryAPI) GetPullRequestSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetPullRequestSettings1Request

GetPullRequestSettings1 mocks base method.

func (*MockRepositoryAPI) GetPullRequestSettings1Execute

GetPullRequestSettings1Execute mocks base method.

func (*MockRepositoryAPI) GetRefChangeActivity

func (m *MockRepositoryAPI) GetRefChangeActivity(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRefChangeActivityRequest

GetRefChangeActivity mocks base method.

func (*MockRepositoryAPI) GetRefChangeActivityExecute

GetRefChangeActivityExecute mocks base method.

func (*MockRepositoryAPI) GetRepositories1

GetRepositories1 mocks base method.

func (*MockRepositoryAPI) GetRepositories1Execute

GetRepositories1Execute mocks base method.

func (*MockRepositoryAPI) GetRepositoriesRecentlyAccessed

GetRepositoriesRecentlyAccessed mocks base method.

func (*MockRepositoryAPI) GetRepositoriesRecentlyAccessedExecute

GetRepositoriesRecentlyAccessedExecute mocks base method.

func (*MockRepositoryAPI) GetRepositoryHook1

func (m *MockRepositoryAPI) GetRepositoryHook1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRepositoryHook1Request

GetRepositoryHook1 mocks base method.

func (*MockRepositoryAPI) GetRepositoryHook1Execute

GetRepositoryHook1Execute mocks base method.

func (*MockRepositoryAPI) GetRepositoryHooks1

func (m *MockRepositoryAPI) GetRepositoryHooks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRepositoryHooks1Request

GetRepositoryHooks1 mocks base method.

func (*MockRepositoryAPI) GetRepositoryHooks1Execute

GetRepositoryHooks1Execute mocks base method.

func (*MockRepositoryAPI) GetRestriction1

func (m *MockRepositoryAPI) GetRestriction1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.RepositoryAPIGetRestriction1Request

GetRestriction1 mocks base method.

func (*MockRepositoryAPI) GetRestriction1Execute

GetRestriction1Execute mocks base method.

func (*MockRepositoryAPI) GetRestrictions1

func (m *MockRepositoryAPI) GetRestrictions1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRestrictions1Request

GetRestrictions1 mocks base method.

func (*MockRepositoryAPI) GetRestrictions1Execute

GetRestrictions1Execute mocks base method.

func (*MockRepositoryAPI) GetSettings1

func (m *MockRepositoryAPI) GetSettings1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIGetSettings1Request

GetSettings1 mocks base method.

func (*MockRepositoryAPI) GetSettings1Execute

GetSettings1Execute mocks base method.

func (*MockRepositoryAPI) GetStatistics1

func (m *MockRepositoryAPI) GetStatistics1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetStatistics1Request

GetStatistics1 mocks base method.

func (*MockRepositoryAPI) GetStatistics1Execute

GetStatistics1Execute mocks base method.

func (*MockRepositoryAPI) GetStatisticsSummary1

func (m *MockRepositoryAPI) GetStatisticsSummary1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetStatisticsSummary1Request

GetStatisticsSummary1 mocks base method.

func (*MockRepositoryAPI) GetStatisticsSummary1Execute

GetStatisticsSummary1Execute mocks base method.

func (*MockRepositoryAPI) GetStatus

func (m *MockRepositoryAPI) GetStatus(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetStatusRequest

GetStatus mocks base method.

func (*MockRepositoryAPI) GetStatusExecute

GetStatusExecute mocks base method.

func (*MockRepositoryAPI) GetTag

func (m *MockRepositoryAPI) GetTag(ctx context.Context, projectKey, name, repositorySlug string) bitbucketclient.RepositoryAPIGetTagRequest

GetTag mocks base method.

func (*MockRepositoryAPI) GetTagExecute

GetTagExecute mocks base method.

func (*MockRepositoryAPI) GetTags

func (m *MockRepositoryAPI) GetTags(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetTagsRequest

GetTags mocks base method.

func (*MockRepositoryAPI) GetTagsExecute

GetTagsExecute mocks base method.

func (*MockRepositoryAPI) GetWebhook1

func (m *MockRepositoryAPI) GetWebhook1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetWebhook1Request

GetWebhook1 mocks base method.

func (*MockRepositoryAPI) GetWebhook1Execute

GetWebhook1Execute mocks base method.

func (*MockRepositoryAPI) React

func (m *MockRepositoryAPI) React(ctx context.Context, projectKey, commentId, commitId, emoticon, repositorySlug string) bitbucketclient.RepositoryAPIReactRequest

React mocks base method.

func (*MockRepositoryAPI) ReactExecute

ReactExecute mocks base method.

func (*MockRepositoryAPI) RemoveConfiguration1

func (m *MockRepositoryAPI) RemoveConfiguration1(ctx context.Context, projectKey, scriptId, repositorySlug string) bitbucketclient.RepositoryAPIRemoveConfiguration1Request

RemoveConfiguration1 mocks base method.

func (*MockRepositoryAPI) RemoveConfiguration1Execute

RemoveConfiguration1Execute mocks base method.

func (*MockRepositoryAPI) RemoveLabel

func (m *MockRepositoryAPI) RemoveLabel(ctx context.Context, projectKey, labelName, repositorySlug string) bitbucketclient.RepositoryAPIRemoveLabelRequest

RemoveLabel mocks base method.

func (*MockRepositoryAPI) RemoveLabelExecute

RemoveLabelExecute mocks base method.

func (*MockRepositoryAPI) SaveAttachmentMetadata

func (m *MockRepositoryAPI) SaveAttachmentMetadata(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPISaveAttachmentMetadataRequest

SaveAttachmentMetadata mocks base method.

func (*MockRepositoryAPI) SaveAttachmentMetadataExecute

SaveAttachmentMetadataExecute mocks base method.

func (*MockRepositoryAPI) SearchWebhooks

func (m *MockRepositoryAPI) SearchWebhooks(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISearchWebhooksRequest

SearchWebhooks mocks base method.

func (*MockRepositoryAPI) SearchWebhooksExecute

SearchWebhooksExecute mocks base method.

func (*MockRepositoryAPI) Set1

func (m *MockRepositoryAPI) Set1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISet1Request

Set1 mocks base method.

func (*MockRepositoryAPI) Set1Execute

Set1Execute mocks base method.

func (*MockRepositoryAPI) SetAutoDeclineSettings1

func (m *MockRepositoryAPI) SetAutoDeclineSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISetAutoDeclineSettings1Request

SetAutoDeclineSettings1 mocks base method.

func (*MockRepositoryAPI) SetAutoDeclineSettings1Execute

SetAutoDeclineSettings1Execute mocks base method.

func (*MockRepositoryAPI) SetConfiguration1

func (m *MockRepositoryAPI) SetConfiguration1(ctx context.Context, projectKey, scriptId, repositorySlug string) bitbucketclient.RepositoryAPISetConfiguration1Request

SetConfiguration1 mocks base method.

func (*MockRepositoryAPI) SetConfiguration1Execute

SetConfiguration1Execute mocks base method.

func (*MockRepositoryAPI) SetDefaultBranch1

func (m *MockRepositoryAPI) SetDefaultBranch1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISetDefaultBranch1Request

SetDefaultBranch1 mocks base method.

func (*MockRepositoryAPI) SetDefaultBranch1Execute

SetDefaultBranch1Execute mocks base method.

func (*MockRepositoryAPI) SetEnabled

func (m *MockRepositoryAPI) SetEnabled(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISetEnabledRequest

SetEnabled mocks base method.

func (*MockRepositoryAPI) SetEnabledExecute

SetEnabledExecute mocks base method.

func (*MockRepositoryAPI) SetSettings1

func (m *MockRepositoryAPI) SetSettings1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPISetSettings1Request

SetSettings1 mocks base method.

func (*MockRepositoryAPI) SetSettings1Execute

SetSettings1Execute mocks base method.

func (*MockRepositoryAPI) Stream

func (m *MockRepositoryAPI) Stream(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRequest

Stream mocks base method.

func (*MockRepositoryAPI) Stream1

func (m *MockRepositoryAPI) Stream1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStream1Request

Stream1 mocks base method.

func (*MockRepositoryAPI) Stream1Execute

Stream1Execute mocks base method.

func (*MockRepositoryAPI) StreamChanges

func (m *MockRepositoryAPI) StreamChanges(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamChangesRequest

StreamChanges mocks base method.

func (*MockRepositoryAPI) StreamChangesExecute

StreamChangesExecute mocks base method.

func (*MockRepositoryAPI) StreamCommits

func (m *MockRepositoryAPI) StreamCommits(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamCommitsRequest

StreamCommits mocks base method.

func (*MockRepositoryAPI) StreamCommitsExecute

StreamCommitsExecute mocks base method.

func (*MockRepositoryAPI) StreamDiff

func (m *MockRepositoryAPI) StreamDiff(ctx context.Context, commitId, repositorySlug, path, projectKey string) bitbucketclient.RepositoryAPIStreamDiffRequest

StreamDiff mocks base method.

func (*MockRepositoryAPI) StreamDiff1

func (m *MockRepositoryAPI) StreamDiff1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamDiff1Request

StreamDiff1 mocks base method.

func (*MockRepositoryAPI) StreamDiff1Execute

StreamDiff1Execute mocks base method.

func (*MockRepositoryAPI) StreamDiffExecute

StreamDiffExecute mocks base method.

func (*MockRepositoryAPI) StreamExecute

StreamExecute mocks base method.

func (*MockRepositoryAPI) StreamFiles

func (m *MockRepositoryAPI) StreamFiles(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamFilesRequest

StreamFiles mocks base method.

func (*MockRepositoryAPI) StreamFiles1

func (m *MockRepositoryAPI) StreamFiles1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamFiles1Request

StreamFiles1 mocks base method.

func (*MockRepositoryAPI) StreamFiles1Execute

StreamFiles1Execute mocks base method.

func (*MockRepositoryAPI) StreamFilesExecute

StreamFilesExecute mocks base method.

func (*MockRepositoryAPI) StreamPatch

func (m *MockRepositoryAPI) StreamPatch(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamPatchRequest

StreamPatch mocks base method.

func (*MockRepositoryAPI) StreamPatchExecute

StreamPatchExecute mocks base method.

func (*MockRepositoryAPI) StreamRaw

func (m *MockRepositoryAPI) StreamRaw(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRawRequest

StreamRaw mocks base method.

func (*MockRepositoryAPI) StreamRawDiff

func (m *MockRepositoryAPI) StreamRawDiff(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRawDiffRequest

StreamRawDiff mocks base method.

func (*MockRepositoryAPI) StreamRawDiff1

func (m *MockRepositoryAPI) StreamRawDiff1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRawDiff1Request

StreamRawDiff1 mocks base method.

func (*MockRepositoryAPI) StreamRawDiff1Execute

StreamRawDiff1Execute mocks base method.

func (*MockRepositoryAPI) StreamRawDiffExecute

StreamRawDiffExecute mocks base method.

func (*MockRepositoryAPI) StreamRawExecute

StreamRawExecute mocks base method.

func (*MockRepositoryAPI) Synchronize

func (m *MockRepositoryAPI) Synchronize(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISynchronizeRequest

Synchronize mocks base method.

func (*MockRepositoryAPI) SynchronizeExecute

SynchronizeExecute mocks base method.

func (*MockRepositoryAPI) TestWebhook1

func (m *MockRepositoryAPI) TestWebhook1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPITestWebhook1Request

TestWebhook1 mocks base method.

func (*MockRepositoryAPI) TestWebhook1Execute

TestWebhook1Execute mocks base method.

func (*MockRepositoryAPI) UnReact

func (m *MockRepositoryAPI) UnReact(ctx context.Context, projectKey, commentId, commitId, emoticon, repositorySlug string) bitbucketclient.RepositoryAPIUnReactRequest

UnReact mocks base method.

func (*MockRepositoryAPI) UnReactExecute

UnReactExecute mocks base method.

func (*MockRepositoryAPI) Unwatch

func (m *MockRepositoryAPI) Unwatch(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIUnwatchRequest

Unwatch mocks base method.

func (*MockRepositoryAPI) Unwatch2

func (m *MockRepositoryAPI) Unwatch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIUnwatch2Request

Unwatch2 mocks base method.

func (*MockRepositoryAPI) Unwatch2Execute

Unwatch2Execute mocks base method.

func (*MockRepositoryAPI) UnwatchExecute

UnwatchExecute mocks base method.

func (*MockRepositoryAPI) UpdateComment

func (m *MockRepositoryAPI) UpdateComment(ctx context.Context, projectKey, commentId, commitId, repositorySlug string) bitbucketclient.RepositoryAPIUpdateCommentRequest

UpdateComment mocks base method.

func (*MockRepositoryAPI) UpdateCommentExecute

UpdateCommentExecute mocks base method.

func (*MockRepositoryAPI) UpdateDefaultTask1

func (m *MockRepositoryAPI) UpdateDefaultTask1(ctx context.Context, projectKey, repositorySlug, taskId string) bitbucketclient.RepositoryAPIUpdateDefaultTask1Request

UpdateDefaultTask1 mocks base method.

func (*MockRepositoryAPI) UpdateDefaultTask1Execute

UpdateDefaultTask1Execute mocks base method.

func (*MockRepositoryAPI) UpdatePullRequestSettings1

func (m *MockRepositoryAPI) UpdatePullRequestSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIUpdatePullRequestSettings1Request

UpdatePullRequestSettings1 mocks base method.

func (*MockRepositoryAPI) UpdatePullRequestSettings1Execute

UpdatePullRequestSettings1Execute mocks base method.

func (*MockRepositoryAPI) UpdateWebhook1

func (m *MockRepositoryAPI) UpdateWebhook1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIUpdateWebhook1Request

UpdateWebhook1 mocks base method.

func (*MockRepositoryAPI) UpdateWebhook1Execute

UpdateWebhook1Execute mocks base method.

func (*MockRepositoryAPI) Watch

func (m *MockRepositoryAPI) Watch(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIWatchRequest

Watch mocks base method.

func (*MockRepositoryAPI) Watch2

func (m *MockRepositoryAPI) Watch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIWatch2Request

Watch2 mocks base method.

func (*MockRepositoryAPI) Watch2Execute

Watch2Execute mocks base method.

func (*MockRepositoryAPI) WatchExecute

WatchExecute mocks base method.

type MockRepositoryAPIMockRecorder

type MockRepositoryAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepositoryAPIMockRecorder is the mock recorder for MockRepositoryAPI.

func (*MockRepositoryAPIMockRecorder) AddDefaultTask1

func (mr *MockRepositoryAPIMockRecorder) AddDefaultTask1(ctx, projectKey, repositorySlug any) *gomock.Call

AddDefaultTask1 indicates an expected call of AddDefaultTask1.

func (*MockRepositoryAPIMockRecorder) AddDefaultTask1Execute

func (mr *MockRepositoryAPIMockRecorder) AddDefaultTask1Execute(r any) *gomock.Call

AddDefaultTask1Execute indicates an expected call of AddDefaultTask1Execute.

func (*MockRepositoryAPIMockRecorder) AddLabel

func (mr *MockRepositoryAPIMockRecorder) AddLabel(ctx, projectKey, repositorySlug any) *gomock.Call

AddLabel indicates an expected call of AddLabel.

func (*MockRepositoryAPIMockRecorder) AddLabelExecute

func (mr *MockRepositoryAPIMockRecorder) AddLabelExecute(r any) *gomock.Call

AddLabelExecute indicates an expected call of AddLabelExecute.

func (*MockRepositoryAPIMockRecorder) CreateBranch

func (mr *MockRepositoryAPIMockRecorder) CreateBranch(ctx, projectKey, repositorySlug any) *gomock.Call

CreateBranch indicates an expected call of CreateBranch.

func (*MockRepositoryAPIMockRecorder) CreateBranchExecute

func (mr *MockRepositoryAPIMockRecorder) CreateBranchExecute(r any) *gomock.Call

CreateBranchExecute indicates an expected call of CreateBranchExecute.

func (*MockRepositoryAPIMockRecorder) CreateBranchForRepository

func (mr *MockRepositoryAPIMockRecorder) CreateBranchForRepository(ctx, projectKey, repositorySlug any) *gomock.Call

CreateBranchForRepository indicates an expected call of CreateBranchForRepository.

func (*MockRepositoryAPIMockRecorder) CreateBranchForRepositoryExecute

func (mr *MockRepositoryAPIMockRecorder) CreateBranchForRepositoryExecute(r any) *gomock.Call

CreateBranchForRepositoryExecute indicates an expected call of CreateBranchForRepositoryExecute.

func (*MockRepositoryAPIMockRecorder) CreateComment

func (mr *MockRepositoryAPIMockRecorder) CreateComment(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

CreateComment indicates an expected call of CreateComment.

func (*MockRepositoryAPIMockRecorder) CreateCommentExecute

func (mr *MockRepositoryAPIMockRecorder) CreateCommentExecute(r any) *gomock.Call

CreateCommentExecute indicates an expected call of CreateCommentExecute.

func (*MockRepositoryAPIMockRecorder) CreateRestrictions1

func (mr *MockRepositoryAPIMockRecorder) CreateRestrictions1(ctx, projectKey, repositorySlug any) *gomock.Call

CreateRestrictions1 indicates an expected call of CreateRestrictions1.

func (*MockRepositoryAPIMockRecorder) CreateRestrictions1Execute

func (mr *MockRepositoryAPIMockRecorder) CreateRestrictions1Execute(r any) *gomock.Call

CreateRestrictions1Execute indicates an expected call of CreateRestrictions1Execute.

func (*MockRepositoryAPIMockRecorder) CreateTag

func (mr *MockRepositoryAPIMockRecorder) CreateTag(ctx, projectKey, repositorySlug any) *gomock.Call

CreateTag indicates an expected call of CreateTag.

func (*MockRepositoryAPIMockRecorder) CreateTagExecute

func (mr *MockRepositoryAPIMockRecorder) CreateTagExecute(r any) *gomock.Call

CreateTagExecute indicates an expected call of CreateTagExecute.

func (*MockRepositoryAPIMockRecorder) CreateTagForRepository

func (mr *MockRepositoryAPIMockRecorder) CreateTagForRepository(ctx, projectKey, repositorySlug any) *gomock.Call

CreateTagForRepository indicates an expected call of CreateTagForRepository.

func (*MockRepositoryAPIMockRecorder) CreateTagForRepositoryExecute

func (mr *MockRepositoryAPIMockRecorder) CreateTagForRepositoryExecute(r any) *gomock.Call

CreateTagForRepositoryExecute indicates an expected call of CreateTagForRepositoryExecute.

func (*MockRepositoryAPIMockRecorder) CreateWebhook1

func (mr *MockRepositoryAPIMockRecorder) CreateWebhook1(ctx, projectKey, repositorySlug any) *gomock.Call

CreateWebhook1 indicates an expected call of CreateWebhook1.

func (*MockRepositoryAPIMockRecorder) CreateWebhook1Execute

func (mr *MockRepositoryAPIMockRecorder) CreateWebhook1Execute(r any) *gomock.Call

CreateWebhook1Execute indicates an expected call of CreateWebhook1Execute.

func (*MockRepositoryAPIMockRecorder) Delete5

func (mr *MockRepositoryAPIMockRecorder) Delete5(ctx, projectKey, repositorySlug any) *gomock.Call

Delete5 indicates an expected call of Delete5.

func (*MockRepositoryAPIMockRecorder) Delete5Execute

func (mr *MockRepositoryAPIMockRecorder) Delete5Execute(r any) *gomock.Call

Delete5Execute indicates an expected call of Delete5Execute.

func (*MockRepositoryAPIMockRecorder) DeleteAllDefaultTasks1

func (mr *MockRepositoryAPIMockRecorder) DeleteAllDefaultTasks1(ctx, projectKey, repositorySlug any) *gomock.Call

DeleteAllDefaultTasks1 indicates an expected call of DeleteAllDefaultTasks1.

func (*MockRepositoryAPIMockRecorder) DeleteAllDefaultTasks1Execute

func (mr *MockRepositoryAPIMockRecorder) DeleteAllDefaultTasks1Execute(r any) *gomock.Call

DeleteAllDefaultTasks1Execute indicates an expected call of DeleteAllDefaultTasks1Execute.

func (*MockRepositoryAPIMockRecorder) DeleteAttachment

func (mr *MockRepositoryAPIMockRecorder) DeleteAttachment(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call

DeleteAttachment indicates an expected call of DeleteAttachment.

func (*MockRepositoryAPIMockRecorder) DeleteAttachmentExecute

func (mr *MockRepositoryAPIMockRecorder) DeleteAttachmentExecute(r any) *gomock.Call

DeleteAttachmentExecute indicates an expected call of DeleteAttachmentExecute.

func (*MockRepositoryAPIMockRecorder) DeleteAttachmentMetadata

func (mr *MockRepositoryAPIMockRecorder) DeleteAttachmentMetadata(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call

DeleteAttachmentMetadata indicates an expected call of DeleteAttachmentMetadata.

func (*MockRepositoryAPIMockRecorder) DeleteAttachmentMetadataExecute

func (mr *MockRepositoryAPIMockRecorder) DeleteAttachmentMetadataExecute(r any) *gomock.Call

DeleteAttachmentMetadataExecute indicates an expected call of DeleteAttachmentMetadataExecute.

func (*MockRepositoryAPIMockRecorder) DeleteAutoDeclineSettings1

func (mr *MockRepositoryAPIMockRecorder) DeleteAutoDeclineSettings1(ctx, projectKey, repositorySlug any) *gomock.Call

DeleteAutoDeclineSettings1 indicates an expected call of DeleteAutoDeclineSettings1.

func (*MockRepositoryAPIMockRecorder) DeleteAutoDeclineSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) DeleteAutoDeclineSettings1Execute(r any) *gomock.Call

DeleteAutoDeclineSettings1Execute indicates an expected call of DeleteAutoDeclineSettings1Execute.

func (*MockRepositoryAPIMockRecorder) DeleteBranch

func (mr *MockRepositoryAPIMockRecorder) DeleteBranch(ctx, projectKey, repositorySlug any) *gomock.Call

DeleteBranch indicates an expected call of DeleteBranch.

func (*MockRepositoryAPIMockRecorder) DeleteBranchExecute

func (mr *MockRepositoryAPIMockRecorder) DeleteBranchExecute(r any) *gomock.Call

DeleteBranchExecute indicates an expected call of DeleteBranchExecute.

func (*MockRepositoryAPIMockRecorder) DeleteComment

func (mr *MockRepositoryAPIMockRecorder) DeleteComment(ctx, projectKey, commentId, commitId, repositorySlug any) *gomock.Call

DeleteComment indicates an expected call of DeleteComment.

func (*MockRepositoryAPIMockRecorder) DeleteCommentExecute

func (mr *MockRepositoryAPIMockRecorder) DeleteCommentExecute(r any) *gomock.Call

DeleteCommentExecute indicates an expected call of DeleteCommentExecute.

func (*MockRepositoryAPIMockRecorder) DeleteDefaultTask1

func (mr *MockRepositoryAPIMockRecorder) DeleteDefaultTask1(ctx, projectKey, repositorySlug, taskId any) *gomock.Call

DeleteDefaultTask1 indicates an expected call of DeleteDefaultTask1.

func (*MockRepositoryAPIMockRecorder) DeleteDefaultTask1Execute

func (mr *MockRepositoryAPIMockRecorder) DeleteDefaultTask1Execute(r any) *gomock.Call

DeleteDefaultTask1Execute indicates an expected call of DeleteDefaultTask1Execute.

func (*MockRepositoryAPIMockRecorder) DeleteRepositoryHook

func (mr *MockRepositoryAPIMockRecorder) DeleteRepositoryHook(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call

DeleteRepositoryHook indicates an expected call of DeleteRepositoryHook.

func (*MockRepositoryAPIMockRecorder) DeleteRepositoryHookExecute

func (mr *MockRepositoryAPIMockRecorder) DeleteRepositoryHookExecute(r any) *gomock.Call

DeleteRepositoryHookExecute indicates an expected call of DeleteRepositoryHookExecute.

func (*MockRepositoryAPIMockRecorder) DeleteRestriction1

func (mr *MockRepositoryAPIMockRecorder) DeleteRestriction1(ctx, projectKey, id, repositorySlug any) *gomock.Call

DeleteRestriction1 indicates an expected call of DeleteRestriction1.

func (*MockRepositoryAPIMockRecorder) DeleteRestriction1Execute

func (mr *MockRepositoryAPIMockRecorder) DeleteRestriction1Execute(r any) *gomock.Call

DeleteRestriction1Execute indicates an expected call of DeleteRestriction1Execute.

func (*MockRepositoryAPIMockRecorder) DeleteTag

func (mr *MockRepositoryAPIMockRecorder) DeleteTag(ctx, projectKey, name, repositorySlug any) *gomock.Call

DeleteTag indicates an expected call of DeleteTag.

func (*MockRepositoryAPIMockRecorder) DeleteTagExecute

func (mr *MockRepositoryAPIMockRecorder) DeleteTagExecute(r any) *gomock.Call

DeleteTagExecute indicates an expected call of DeleteTagExecute.

func (*MockRepositoryAPIMockRecorder) DeleteWebhook1

func (mr *MockRepositoryAPIMockRecorder) DeleteWebhook1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call

DeleteWebhook1 indicates an expected call of DeleteWebhook1.

func (*MockRepositoryAPIMockRecorder) DeleteWebhook1Execute

func (mr *MockRepositoryAPIMockRecorder) DeleteWebhook1Execute(r any) *gomock.Call

DeleteWebhook1Execute indicates an expected call of DeleteWebhook1Execute.

func (*MockRepositoryAPIMockRecorder) DisableHook1

func (mr *MockRepositoryAPIMockRecorder) DisableHook1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call

DisableHook1 indicates an expected call of DisableHook1.

func (*MockRepositoryAPIMockRecorder) DisableHook1Execute

func (mr *MockRepositoryAPIMockRecorder) DisableHook1Execute(r any) *gomock.Call

DisableHook1Execute indicates an expected call of DisableHook1Execute.

func (*MockRepositoryAPIMockRecorder) EditFile

func (mr *MockRepositoryAPIMockRecorder) EditFile(ctx, path, projectKey, repositorySlug any) *gomock.Call

EditFile indicates an expected call of EditFile.

func (*MockRepositoryAPIMockRecorder) EditFileExecute

func (mr *MockRepositoryAPIMockRecorder) EditFileExecute(r any) *gomock.Call

EditFileExecute indicates an expected call of EditFileExecute.

func (*MockRepositoryAPIMockRecorder) EnableHook1

func (mr *MockRepositoryAPIMockRecorder) EnableHook1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call

EnableHook1 indicates an expected call of EnableHook1.

func (*MockRepositoryAPIMockRecorder) EnableHook1Execute

func (mr *MockRepositoryAPIMockRecorder) EnableHook1Execute(r any) *gomock.Call

EnableHook1Execute indicates an expected call of EnableHook1Execute.

func (*MockRepositoryAPIMockRecorder) FindBranches

func (mr *MockRepositoryAPIMockRecorder) FindBranches(ctx, projectKey, repositorySlug any) *gomock.Call

FindBranches indicates an expected call of FindBranches.

func (*MockRepositoryAPIMockRecorder) FindBranchesExecute

func (mr *MockRepositoryAPIMockRecorder) FindBranchesExecute(r any) *gomock.Call

FindBranchesExecute indicates an expected call of FindBranchesExecute.

func (*MockRepositoryAPIMockRecorder) FindByCommit

func (mr *MockRepositoryAPIMockRecorder) FindByCommit(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

FindByCommit indicates an expected call of FindByCommit.

func (*MockRepositoryAPIMockRecorder) FindByCommitExecute

func (mr *MockRepositoryAPIMockRecorder) FindByCommitExecute(r any) *gomock.Call

FindByCommitExecute indicates an expected call of FindByCommitExecute.

func (*MockRepositoryAPIMockRecorder) FindWebhooks1

func (mr *MockRepositoryAPIMockRecorder) FindWebhooks1(ctx, projectKey, repositorySlug any) *gomock.Call

FindWebhooks1 indicates an expected call of FindWebhooks1.

func (*MockRepositoryAPIMockRecorder) FindWebhooks1Execute

func (mr *MockRepositoryAPIMockRecorder) FindWebhooks1Execute(r any) *gomock.Call

FindWebhooks1Execute indicates an expected call of FindWebhooks1Execute.

func (*MockRepositoryAPIMockRecorder) Get5

func (mr *MockRepositoryAPIMockRecorder) Get5(ctx, projectKey, repositorySlug any) *gomock.Call

Get5 indicates an expected call of Get5.

func (*MockRepositoryAPIMockRecorder) Get5Execute

func (mr *MockRepositoryAPIMockRecorder) Get5Execute(r any) *gomock.Call

Get5Execute indicates an expected call of Get5Execute.

func (*MockRepositoryAPIMockRecorder) GetAllLabelsForRepository

func (mr *MockRepositoryAPIMockRecorder) GetAllLabelsForRepository(ctx, projectKey, repositorySlug any) *gomock.Call

GetAllLabelsForRepository indicates an expected call of GetAllLabelsForRepository.

func (*MockRepositoryAPIMockRecorder) GetAllLabelsForRepositoryExecute

func (mr *MockRepositoryAPIMockRecorder) GetAllLabelsForRepositoryExecute(r any) *gomock.Call

GetAllLabelsForRepositoryExecute indicates an expected call of GetAllLabelsForRepositoryExecute.

func (*MockRepositoryAPIMockRecorder) GetArchive

func (mr *MockRepositoryAPIMockRecorder) GetArchive(ctx, projectKey, repositorySlug any) *gomock.Call

GetArchive indicates an expected call of GetArchive.

func (*MockRepositoryAPIMockRecorder) GetArchiveExecute

func (mr *MockRepositoryAPIMockRecorder) GetArchiveExecute(r any) *gomock.Call

GetArchiveExecute indicates an expected call of GetArchiveExecute.

func (*MockRepositoryAPIMockRecorder) GetAttachment

func (mr *MockRepositoryAPIMockRecorder) GetAttachment(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call

GetAttachment indicates an expected call of GetAttachment.

func (*MockRepositoryAPIMockRecorder) GetAttachmentExecute

func (mr *MockRepositoryAPIMockRecorder) GetAttachmentExecute(r any) *gomock.Call

GetAttachmentExecute indicates an expected call of GetAttachmentExecute.

func (*MockRepositoryAPIMockRecorder) GetAttachmentMetadata

func (mr *MockRepositoryAPIMockRecorder) GetAttachmentMetadata(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call

GetAttachmentMetadata indicates an expected call of GetAttachmentMetadata.

func (*MockRepositoryAPIMockRecorder) GetAttachmentMetadataExecute

func (mr *MockRepositoryAPIMockRecorder) GetAttachmentMetadataExecute(r any) *gomock.Call

GetAttachmentMetadataExecute indicates an expected call of GetAttachmentMetadataExecute.

func (*MockRepositoryAPIMockRecorder) GetAutoDeclineSettings1

func (mr *MockRepositoryAPIMockRecorder) GetAutoDeclineSettings1(ctx, projectKey, repositorySlug any) *gomock.Call

GetAutoDeclineSettings1 indicates an expected call of GetAutoDeclineSettings1.

func (*MockRepositoryAPIMockRecorder) GetAutoDeclineSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) GetAutoDeclineSettings1Execute(r any) *gomock.Call

GetAutoDeclineSettings1Execute indicates an expected call of GetAutoDeclineSettings1Execute.

func (*MockRepositoryAPIMockRecorder) GetBranches

func (mr *MockRepositoryAPIMockRecorder) GetBranches(ctx, projectKey, repositorySlug any) *gomock.Call

GetBranches indicates an expected call of GetBranches.

func (*MockRepositoryAPIMockRecorder) GetBranchesExecute

func (mr *MockRepositoryAPIMockRecorder) GetBranchesExecute(r any) *gomock.Call

GetBranchesExecute indicates an expected call of GetBranchesExecute.

func (*MockRepositoryAPIMockRecorder) GetChanges

func (mr *MockRepositoryAPIMockRecorder) GetChanges(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

GetChanges indicates an expected call of GetChanges.

func (*MockRepositoryAPIMockRecorder) GetChanges1

func (mr *MockRepositoryAPIMockRecorder) GetChanges1(ctx, projectKey, repositorySlug any) *gomock.Call

GetChanges1 indicates an expected call of GetChanges1.

func (*MockRepositoryAPIMockRecorder) GetChanges1Execute

func (mr *MockRepositoryAPIMockRecorder) GetChanges1Execute(r any) *gomock.Call

GetChanges1Execute indicates an expected call of GetChanges1Execute.

func (*MockRepositoryAPIMockRecorder) GetChangesExecute

func (mr *MockRepositoryAPIMockRecorder) GetChangesExecute(r any) *gomock.Call

GetChangesExecute indicates an expected call of GetChangesExecute.

func (*MockRepositoryAPIMockRecorder) GetComment

func (mr *MockRepositoryAPIMockRecorder) GetComment(ctx, projectKey, commentId, commitId, repositorySlug any) *gomock.Call

GetComment indicates an expected call of GetComment.

func (*MockRepositoryAPIMockRecorder) GetCommentExecute

func (mr *MockRepositoryAPIMockRecorder) GetCommentExecute(r any) *gomock.Call

GetCommentExecute indicates an expected call of GetCommentExecute.

func (*MockRepositoryAPIMockRecorder) GetComments

func (mr *MockRepositoryAPIMockRecorder) GetComments(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

GetComments indicates an expected call of GetComments.

func (*MockRepositoryAPIMockRecorder) GetCommentsExecute

func (mr *MockRepositoryAPIMockRecorder) GetCommentsExecute(r any) *gomock.Call

GetCommentsExecute indicates an expected call of GetCommentsExecute.

func (*MockRepositoryAPIMockRecorder) GetCommit

func (mr *MockRepositoryAPIMockRecorder) GetCommit(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

GetCommit indicates an expected call of GetCommit.

func (*MockRepositoryAPIMockRecorder) GetCommitExecute

func (mr *MockRepositoryAPIMockRecorder) GetCommitExecute(r any) *gomock.Call

GetCommitExecute indicates an expected call of GetCommitExecute.

func (*MockRepositoryAPIMockRecorder) GetCommits

func (mr *MockRepositoryAPIMockRecorder) GetCommits(ctx, projectKey, repositorySlug any) *gomock.Call

GetCommits indicates an expected call of GetCommits.

func (*MockRepositoryAPIMockRecorder) GetCommitsExecute

func (mr *MockRepositoryAPIMockRecorder) GetCommitsExecute(r any) *gomock.Call

GetCommitsExecute indicates an expected call of GetCommitsExecute.

func (*MockRepositoryAPIMockRecorder) GetConfigurations1

func (mr *MockRepositoryAPIMockRecorder) GetConfigurations1(ctx, projectKey, repositorySlug any) *gomock.Call

GetConfigurations1 indicates an expected call of GetConfigurations1.

func (*MockRepositoryAPIMockRecorder) GetConfigurations1Execute

func (mr *MockRepositoryAPIMockRecorder) GetConfigurations1Execute(r any) *gomock.Call

GetConfigurations1Execute indicates an expected call of GetConfigurations1Execute.

func (*MockRepositoryAPIMockRecorder) GetContent

func (mr *MockRepositoryAPIMockRecorder) GetContent(ctx, projectKey, repositorySlug any) *gomock.Call

GetContent indicates an expected call of GetContent.

func (*MockRepositoryAPIMockRecorder) GetContent1

func (mr *MockRepositoryAPIMockRecorder) GetContent1(ctx, path, projectKey, repositorySlug any) *gomock.Call

GetContent1 indicates an expected call of GetContent1.

func (*MockRepositoryAPIMockRecorder) GetContent1Execute

func (mr *MockRepositoryAPIMockRecorder) GetContent1Execute(r any) *gomock.Call

GetContent1Execute indicates an expected call of GetContent1Execute.

func (*MockRepositoryAPIMockRecorder) GetContentExecute

func (mr *MockRepositoryAPIMockRecorder) GetContentExecute(r any) *gomock.Call

GetContentExecute indicates an expected call of GetContentExecute.

func (*MockRepositoryAPIMockRecorder) GetDefaultBranch1

func (mr *MockRepositoryAPIMockRecorder) GetDefaultBranch1(ctx, projectKey, repositorySlug any) *gomock.Call

GetDefaultBranch1 indicates an expected call of GetDefaultBranch1.

func (*MockRepositoryAPIMockRecorder) GetDefaultBranch1Execute

func (mr *MockRepositoryAPIMockRecorder) GetDefaultBranch1Execute(r any) *gomock.Call

GetDefaultBranch1Execute indicates an expected call of GetDefaultBranch1Execute.

func (*MockRepositoryAPIMockRecorder) GetDefaultTasks1

func (mr *MockRepositoryAPIMockRecorder) GetDefaultTasks1(ctx, projectKey, repositorySlug any) *gomock.Call

GetDefaultTasks1 indicates an expected call of GetDefaultTasks1.

func (*MockRepositoryAPIMockRecorder) GetDefaultTasks1Execute

func (mr *MockRepositoryAPIMockRecorder) GetDefaultTasks1Execute(r any) *gomock.Call

GetDefaultTasks1Execute indicates an expected call of GetDefaultTasks1Execute.

func (*MockRepositoryAPIMockRecorder) GetDiffStatsSummary

func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummary(ctx, path, projectKey, commitId, repositorySlug any) *gomock.Call

GetDiffStatsSummary indicates an expected call of GetDiffStatsSummary.

func (*MockRepositoryAPIMockRecorder) GetDiffStatsSummary1

func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummary1(ctx, path, projectKey, repositorySlug any) *gomock.Call

GetDiffStatsSummary1 indicates an expected call of GetDiffStatsSummary1.

func (*MockRepositoryAPIMockRecorder) GetDiffStatsSummary1Execute

func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummary1Execute(r any) *gomock.Call

GetDiffStatsSummary1Execute indicates an expected call of GetDiffStatsSummary1Execute.

func (*MockRepositoryAPIMockRecorder) GetDiffStatsSummaryExecute

func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummaryExecute(r any) *gomock.Call

GetDiffStatsSummaryExecute indicates an expected call of GetDiffStatsSummaryExecute.

func (*MockRepositoryAPIMockRecorder) GetLatestInvocation1

func (mr *MockRepositoryAPIMockRecorder) GetLatestInvocation1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call

GetLatestInvocation1 indicates an expected call of GetLatestInvocation1.

func (*MockRepositoryAPIMockRecorder) GetLatestInvocation1Execute

func (mr *MockRepositoryAPIMockRecorder) GetLatestInvocation1Execute(r any) *gomock.Call

GetLatestInvocation1Execute indicates an expected call of GetLatestInvocation1Execute.

func (*MockRepositoryAPIMockRecorder) GetMergeBase

func (mr *MockRepositoryAPIMockRecorder) GetMergeBase(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

GetMergeBase indicates an expected call of GetMergeBase.

func (*MockRepositoryAPIMockRecorder) GetMergeBaseExecute

func (mr *MockRepositoryAPIMockRecorder) GetMergeBaseExecute(r any) *gomock.Call

GetMergeBaseExecute indicates an expected call of GetMergeBaseExecute.

func (*MockRepositoryAPIMockRecorder) GetPullRequestSettings1

func (mr *MockRepositoryAPIMockRecorder) GetPullRequestSettings1(ctx, projectKey, repositorySlug any) *gomock.Call

GetPullRequestSettings1 indicates an expected call of GetPullRequestSettings1.

func (*MockRepositoryAPIMockRecorder) GetPullRequestSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) GetPullRequestSettings1Execute(r any) *gomock.Call

GetPullRequestSettings1Execute indicates an expected call of GetPullRequestSettings1Execute.

func (*MockRepositoryAPIMockRecorder) GetRefChangeActivity

func (mr *MockRepositoryAPIMockRecorder) GetRefChangeActivity(ctx, projectKey, repositorySlug any) *gomock.Call

GetRefChangeActivity indicates an expected call of GetRefChangeActivity.

func (*MockRepositoryAPIMockRecorder) GetRefChangeActivityExecute

func (mr *MockRepositoryAPIMockRecorder) GetRefChangeActivityExecute(r any) *gomock.Call

GetRefChangeActivityExecute indicates an expected call of GetRefChangeActivityExecute.

func (*MockRepositoryAPIMockRecorder) GetRepositories1

func (mr *MockRepositoryAPIMockRecorder) GetRepositories1(ctx any) *gomock.Call

GetRepositories1 indicates an expected call of GetRepositories1.

func (*MockRepositoryAPIMockRecorder) GetRepositories1Execute

func (mr *MockRepositoryAPIMockRecorder) GetRepositories1Execute(r any) *gomock.Call

GetRepositories1Execute indicates an expected call of GetRepositories1Execute.

func (*MockRepositoryAPIMockRecorder) GetRepositoriesRecentlyAccessed

func (mr *MockRepositoryAPIMockRecorder) GetRepositoriesRecentlyAccessed(ctx any) *gomock.Call

GetRepositoriesRecentlyAccessed indicates an expected call of GetRepositoriesRecentlyAccessed.

func (*MockRepositoryAPIMockRecorder) GetRepositoriesRecentlyAccessedExecute

func (mr *MockRepositoryAPIMockRecorder) GetRepositoriesRecentlyAccessedExecute(r any) *gomock.Call

GetRepositoriesRecentlyAccessedExecute indicates an expected call of GetRepositoriesRecentlyAccessedExecute.

func (*MockRepositoryAPIMockRecorder) GetRepositoryHook1

func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHook1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call

GetRepositoryHook1 indicates an expected call of GetRepositoryHook1.

func (*MockRepositoryAPIMockRecorder) GetRepositoryHook1Execute

func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHook1Execute(r any) *gomock.Call

GetRepositoryHook1Execute indicates an expected call of GetRepositoryHook1Execute.

func (*MockRepositoryAPIMockRecorder) GetRepositoryHooks1

func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHooks1(ctx, projectKey, repositorySlug any) *gomock.Call

GetRepositoryHooks1 indicates an expected call of GetRepositoryHooks1.

func (*MockRepositoryAPIMockRecorder) GetRepositoryHooks1Execute

func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHooks1Execute(r any) *gomock.Call

GetRepositoryHooks1Execute indicates an expected call of GetRepositoryHooks1Execute.

func (*MockRepositoryAPIMockRecorder) GetRestriction1

func (mr *MockRepositoryAPIMockRecorder) GetRestriction1(ctx, projectKey, id, repositorySlug any) *gomock.Call

GetRestriction1 indicates an expected call of GetRestriction1.

func (*MockRepositoryAPIMockRecorder) GetRestriction1Execute

func (mr *MockRepositoryAPIMockRecorder) GetRestriction1Execute(r any) *gomock.Call

GetRestriction1Execute indicates an expected call of GetRestriction1Execute.

func (*MockRepositoryAPIMockRecorder) GetRestrictions1

func (mr *MockRepositoryAPIMockRecorder) GetRestrictions1(ctx, projectKey, repositorySlug any) *gomock.Call

GetRestrictions1 indicates an expected call of GetRestrictions1.

func (*MockRepositoryAPIMockRecorder) GetRestrictions1Execute

func (mr *MockRepositoryAPIMockRecorder) GetRestrictions1Execute(r any) *gomock.Call

GetRestrictions1Execute indicates an expected call of GetRestrictions1Execute.

func (*MockRepositoryAPIMockRecorder) GetSettings1

func (mr *MockRepositoryAPIMockRecorder) GetSettings1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call

GetSettings1 indicates an expected call of GetSettings1.

func (*MockRepositoryAPIMockRecorder) GetSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) GetSettings1Execute(r any) *gomock.Call

GetSettings1Execute indicates an expected call of GetSettings1Execute.

func (*MockRepositoryAPIMockRecorder) GetStatistics1

func (mr *MockRepositoryAPIMockRecorder) GetStatistics1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call

GetStatistics1 indicates an expected call of GetStatistics1.

func (*MockRepositoryAPIMockRecorder) GetStatistics1Execute

func (mr *MockRepositoryAPIMockRecorder) GetStatistics1Execute(r any) *gomock.Call

GetStatistics1Execute indicates an expected call of GetStatistics1Execute.

func (*MockRepositoryAPIMockRecorder) GetStatisticsSummary1

func (mr *MockRepositoryAPIMockRecorder) GetStatisticsSummary1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call

GetStatisticsSummary1 indicates an expected call of GetStatisticsSummary1.

func (*MockRepositoryAPIMockRecorder) GetStatisticsSummary1Execute

func (mr *MockRepositoryAPIMockRecorder) GetStatisticsSummary1Execute(r any) *gomock.Call

GetStatisticsSummary1Execute indicates an expected call of GetStatisticsSummary1Execute.

func (*MockRepositoryAPIMockRecorder) GetStatus

func (mr *MockRepositoryAPIMockRecorder) GetStatus(ctx, projectKey, repositorySlug any) *gomock.Call

GetStatus indicates an expected call of GetStatus.

func (*MockRepositoryAPIMockRecorder) GetStatusExecute

func (mr *MockRepositoryAPIMockRecorder) GetStatusExecute(r any) *gomock.Call

GetStatusExecute indicates an expected call of GetStatusExecute.

func (*MockRepositoryAPIMockRecorder) GetTag

func (mr *MockRepositoryAPIMockRecorder) GetTag(ctx, projectKey, name, repositorySlug any) *gomock.Call

GetTag indicates an expected call of GetTag.

func (*MockRepositoryAPIMockRecorder) GetTagExecute

func (mr *MockRepositoryAPIMockRecorder) GetTagExecute(r any) *gomock.Call

GetTagExecute indicates an expected call of GetTagExecute.

func (*MockRepositoryAPIMockRecorder) GetTags

func (mr *MockRepositoryAPIMockRecorder) GetTags(ctx, projectKey, repositorySlug any) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockRepositoryAPIMockRecorder) GetTagsExecute

func (mr *MockRepositoryAPIMockRecorder) GetTagsExecute(r any) *gomock.Call

GetTagsExecute indicates an expected call of GetTagsExecute.

func (*MockRepositoryAPIMockRecorder) GetWebhook1

func (mr *MockRepositoryAPIMockRecorder) GetWebhook1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call

GetWebhook1 indicates an expected call of GetWebhook1.

func (*MockRepositoryAPIMockRecorder) GetWebhook1Execute

func (mr *MockRepositoryAPIMockRecorder) GetWebhook1Execute(r any) *gomock.Call

GetWebhook1Execute indicates an expected call of GetWebhook1Execute.

func (*MockRepositoryAPIMockRecorder) React

func (mr *MockRepositoryAPIMockRecorder) React(ctx, projectKey, commentId, commitId, emoticon, repositorySlug any) *gomock.Call

React indicates an expected call of React.

func (*MockRepositoryAPIMockRecorder) ReactExecute

func (mr *MockRepositoryAPIMockRecorder) ReactExecute(r any) *gomock.Call

ReactExecute indicates an expected call of ReactExecute.

func (*MockRepositoryAPIMockRecorder) RemoveConfiguration1

func (mr *MockRepositoryAPIMockRecorder) RemoveConfiguration1(ctx, projectKey, scriptId, repositorySlug any) *gomock.Call

RemoveConfiguration1 indicates an expected call of RemoveConfiguration1.

func (*MockRepositoryAPIMockRecorder) RemoveConfiguration1Execute

func (mr *MockRepositoryAPIMockRecorder) RemoveConfiguration1Execute(r any) *gomock.Call

RemoveConfiguration1Execute indicates an expected call of RemoveConfiguration1Execute.

func (*MockRepositoryAPIMockRecorder) RemoveLabel

func (mr *MockRepositoryAPIMockRecorder) RemoveLabel(ctx, projectKey, labelName, repositorySlug any) *gomock.Call

RemoveLabel indicates an expected call of RemoveLabel.

func (*MockRepositoryAPIMockRecorder) RemoveLabelExecute

func (mr *MockRepositoryAPIMockRecorder) RemoveLabelExecute(r any) *gomock.Call

RemoveLabelExecute indicates an expected call of RemoveLabelExecute.

func (*MockRepositoryAPIMockRecorder) SaveAttachmentMetadata

func (mr *MockRepositoryAPIMockRecorder) SaveAttachmentMetadata(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call

SaveAttachmentMetadata indicates an expected call of SaveAttachmentMetadata.

func (*MockRepositoryAPIMockRecorder) SaveAttachmentMetadataExecute

func (mr *MockRepositoryAPIMockRecorder) SaveAttachmentMetadataExecute(r any) *gomock.Call

SaveAttachmentMetadataExecute indicates an expected call of SaveAttachmentMetadataExecute.

func (*MockRepositoryAPIMockRecorder) SearchWebhooks

func (mr *MockRepositoryAPIMockRecorder) SearchWebhooks(ctx, projectKey, repositorySlug any) *gomock.Call

SearchWebhooks indicates an expected call of SearchWebhooks.

func (*MockRepositoryAPIMockRecorder) SearchWebhooksExecute

func (mr *MockRepositoryAPIMockRecorder) SearchWebhooksExecute(r any) *gomock.Call

SearchWebhooksExecute indicates an expected call of SearchWebhooksExecute.

func (*MockRepositoryAPIMockRecorder) Set1

func (mr *MockRepositoryAPIMockRecorder) Set1(ctx, projectKey, repositorySlug any) *gomock.Call

Set1 indicates an expected call of Set1.

func (*MockRepositoryAPIMockRecorder) Set1Execute

func (mr *MockRepositoryAPIMockRecorder) Set1Execute(r any) *gomock.Call

Set1Execute indicates an expected call of Set1Execute.

func (*MockRepositoryAPIMockRecorder) SetAutoDeclineSettings1

func (mr *MockRepositoryAPIMockRecorder) SetAutoDeclineSettings1(ctx, projectKey, repositorySlug any) *gomock.Call

SetAutoDeclineSettings1 indicates an expected call of SetAutoDeclineSettings1.

func (*MockRepositoryAPIMockRecorder) SetAutoDeclineSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) SetAutoDeclineSettings1Execute(r any) *gomock.Call

SetAutoDeclineSettings1Execute indicates an expected call of SetAutoDeclineSettings1Execute.

func (*MockRepositoryAPIMockRecorder) SetConfiguration1

func (mr *MockRepositoryAPIMockRecorder) SetConfiguration1(ctx, projectKey, scriptId, repositorySlug any) *gomock.Call

SetConfiguration1 indicates an expected call of SetConfiguration1.

func (*MockRepositoryAPIMockRecorder) SetConfiguration1Execute

func (mr *MockRepositoryAPIMockRecorder) SetConfiguration1Execute(r any) *gomock.Call

SetConfiguration1Execute indicates an expected call of SetConfiguration1Execute.

func (*MockRepositoryAPIMockRecorder) SetDefaultBranch1

func (mr *MockRepositoryAPIMockRecorder) SetDefaultBranch1(ctx, projectKey, repositorySlug any) *gomock.Call

SetDefaultBranch1 indicates an expected call of SetDefaultBranch1.

func (*MockRepositoryAPIMockRecorder) SetDefaultBranch1Execute

func (mr *MockRepositoryAPIMockRecorder) SetDefaultBranch1Execute(r any) *gomock.Call

SetDefaultBranch1Execute indicates an expected call of SetDefaultBranch1Execute.

func (*MockRepositoryAPIMockRecorder) SetEnabled

func (mr *MockRepositoryAPIMockRecorder) SetEnabled(ctx, projectKey, repositorySlug any) *gomock.Call

SetEnabled indicates an expected call of SetEnabled.

func (*MockRepositoryAPIMockRecorder) SetEnabledExecute

func (mr *MockRepositoryAPIMockRecorder) SetEnabledExecute(r any) *gomock.Call

SetEnabledExecute indicates an expected call of SetEnabledExecute.

func (*MockRepositoryAPIMockRecorder) SetSettings1

func (mr *MockRepositoryAPIMockRecorder) SetSettings1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call

SetSettings1 indicates an expected call of SetSettings1.

func (*MockRepositoryAPIMockRecorder) SetSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) SetSettings1Execute(r any) *gomock.Call

SetSettings1Execute indicates an expected call of SetSettings1Execute.

func (*MockRepositoryAPIMockRecorder) Stream

func (mr *MockRepositoryAPIMockRecorder) Stream(ctx, projectKey, repositorySlug any) *gomock.Call

Stream indicates an expected call of Stream.

func (*MockRepositoryAPIMockRecorder) Stream1

func (mr *MockRepositoryAPIMockRecorder) Stream1(ctx, path, projectKey, repositorySlug any) *gomock.Call

Stream1 indicates an expected call of Stream1.

func (*MockRepositoryAPIMockRecorder) Stream1Execute

func (mr *MockRepositoryAPIMockRecorder) Stream1Execute(r any) *gomock.Call

Stream1Execute indicates an expected call of Stream1Execute.

func (*MockRepositoryAPIMockRecorder) StreamChanges

func (mr *MockRepositoryAPIMockRecorder) StreamChanges(ctx, projectKey, repositorySlug any) *gomock.Call

StreamChanges indicates an expected call of StreamChanges.

func (*MockRepositoryAPIMockRecorder) StreamChangesExecute

func (mr *MockRepositoryAPIMockRecorder) StreamChangesExecute(r any) *gomock.Call

StreamChangesExecute indicates an expected call of StreamChangesExecute.

func (*MockRepositoryAPIMockRecorder) StreamCommits

func (mr *MockRepositoryAPIMockRecorder) StreamCommits(ctx, projectKey, repositorySlug any) *gomock.Call

StreamCommits indicates an expected call of StreamCommits.

func (*MockRepositoryAPIMockRecorder) StreamCommitsExecute

func (mr *MockRepositoryAPIMockRecorder) StreamCommitsExecute(r any) *gomock.Call

StreamCommitsExecute indicates an expected call of StreamCommitsExecute.

func (*MockRepositoryAPIMockRecorder) StreamDiff

func (mr *MockRepositoryAPIMockRecorder) StreamDiff(ctx, commitId, repositorySlug, path, projectKey any) *gomock.Call

StreamDiff indicates an expected call of StreamDiff.

func (*MockRepositoryAPIMockRecorder) StreamDiff1

func (mr *MockRepositoryAPIMockRecorder) StreamDiff1(ctx, path, projectKey, repositorySlug any) *gomock.Call

StreamDiff1 indicates an expected call of StreamDiff1.

func (*MockRepositoryAPIMockRecorder) StreamDiff1Execute

func (mr *MockRepositoryAPIMockRecorder) StreamDiff1Execute(r any) *gomock.Call

StreamDiff1Execute indicates an expected call of StreamDiff1Execute.

func (*MockRepositoryAPIMockRecorder) StreamDiffExecute

func (mr *MockRepositoryAPIMockRecorder) StreamDiffExecute(r any) *gomock.Call

StreamDiffExecute indicates an expected call of StreamDiffExecute.

func (*MockRepositoryAPIMockRecorder) StreamExecute

func (mr *MockRepositoryAPIMockRecorder) StreamExecute(r any) *gomock.Call

StreamExecute indicates an expected call of StreamExecute.

func (*MockRepositoryAPIMockRecorder) StreamFiles

func (mr *MockRepositoryAPIMockRecorder) StreamFiles(ctx, projectKey, repositorySlug any) *gomock.Call

StreamFiles indicates an expected call of StreamFiles.

func (*MockRepositoryAPIMockRecorder) StreamFiles1

func (mr *MockRepositoryAPIMockRecorder) StreamFiles1(ctx, path, projectKey, repositorySlug any) *gomock.Call

StreamFiles1 indicates an expected call of StreamFiles1.

func (*MockRepositoryAPIMockRecorder) StreamFiles1Execute

func (mr *MockRepositoryAPIMockRecorder) StreamFiles1Execute(r any) *gomock.Call

StreamFiles1Execute indicates an expected call of StreamFiles1Execute.

func (*MockRepositoryAPIMockRecorder) StreamFilesExecute

func (mr *MockRepositoryAPIMockRecorder) StreamFilesExecute(r any) *gomock.Call

StreamFilesExecute indicates an expected call of StreamFilesExecute.

func (*MockRepositoryAPIMockRecorder) StreamPatch

func (mr *MockRepositoryAPIMockRecorder) StreamPatch(ctx, projectKey, repositorySlug any) *gomock.Call

StreamPatch indicates an expected call of StreamPatch.

func (*MockRepositoryAPIMockRecorder) StreamPatchExecute

func (mr *MockRepositoryAPIMockRecorder) StreamPatchExecute(r any) *gomock.Call

StreamPatchExecute indicates an expected call of StreamPatchExecute.

func (*MockRepositoryAPIMockRecorder) StreamRaw

func (mr *MockRepositoryAPIMockRecorder) StreamRaw(ctx, path, projectKey, repositorySlug any) *gomock.Call

StreamRaw indicates an expected call of StreamRaw.

func (*MockRepositoryAPIMockRecorder) StreamRawDiff

func (mr *MockRepositoryAPIMockRecorder) StreamRawDiff(ctx, projectKey, repositorySlug any) *gomock.Call

StreamRawDiff indicates an expected call of StreamRawDiff.

func (*MockRepositoryAPIMockRecorder) StreamRawDiff1

func (mr *MockRepositoryAPIMockRecorder) StreamRawDiff1(ctx, path, projectKey, repositorySlug any) *gomock.Call

StreamRawDiff1 indicates an expected call of StreamRawDiff1.

func (*MockRepositoryAPIMockRecorder) StreamRawDiff1Execute

func (mr *MockRepositoryAPIMockRecorder) StreamRawDiff1Execute(r any) *gomock.Call

StreamRawDiff1Execute indicates an expected call of StreamRawDiff1Execute.

func (*MockRepositoryAPIMockRecorder) StreamRawDiffExecute

func (mr *MockRepositoryAPIMockRecorder) StreamRawDiffExecute(r any) *gomock.Call

StreamRawDiffExecute indicates an expected call of StreamRawDiffExecute.

func (*MockRepositoryAPIMockRecorder) StreamRawExecute

func (mr *MockRepositoryAPIMockRecorder) StreamRawExecute(r any) *gomock.Call

StreamRawExecute indicates an expected call of StreamRawExecute.

func (*MockRepositoryAPIMockRecorder) Synchronize

func (mr *MockRepositoryAPIMockRecorder) Synchronize(ctx, projectKey, repositorySlug any) *gomock.Call

Synchronize indicates an expected call of Synchronize.

func (*MockRepositoryAPIMockRecorder) SynchronizeExecute

func (mr *MockRepositoryAPIMockRecorder) SynchronizeExecute(r any) *gomock.Call

SynchronizeExecute indicates an expected call of SynchronizeExecute.

func (*MockRepositoryAPIMockRecorder) TestWebhook1

func (mr *MockRepositoryAPIMockRecorder) TestWebhook1(ctx, projectKey, repositorySlug any) *gomock.Call

TestWebhook1 indicates an expected call of TestWebhook1.

func (*MockRepositoryAPIMockRecorder) TestWebhook1Execute

func (mr *MockRepositoryAPIMockRecorder) TestWebhook1Execute(r any) *gomock.Call

TestWebhook1Execute indicates an expected call of TestWebhook1Execute.

func (*MockRepositoryAPIMockRecorder) UnReact

func (mr *MockRepositoryAPIMockRecorder) UnReact(ctx, projectKey, commentId, commitId, emoticon, repositorySlug any) *gomock.Call

UnReact indicates an expected call of UnReact.

func (*MockRepositoryAPIMockRecorder) UnReactExecute

func (mr *MockRepositoryAPIMockRecorder) UnReactExecute(r any) *gomock.Call

UnReactExecute indicates an expected call of UnReactExecute.

func (*MockRepositoryAPIMockRecorder) Unwatch

func (mr *MockRepositoryAPIMockRecorder) Unwatch(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

Unwatch indicates an expected call of Unwatch.

func (*MockRepositoryAPIMockRecorder) Unwatch2

func (mr *MockRepositoryAPIMockRecorder) Unwatch2(ctx, projectKey, repositorySlug any) *gomock.Call

Unwatch2 indicates an expected call of Unwatch2.

func (*MockRepositoryAPIMockRecorder) Unwatch2Execute

func (mr *MockRepositoryAPIMockRecorder) Unwatch2Execute(r any) *gomock.Call

Unwatch2Execute indicates an expected call of Unwatch2Execute.

func (*MockRepositoryAPIMockRecorder) UnwatchExecute

func (mr *MockRepositoryAPIMockRecorder) UnwatchExecute(r any) *gomock.Call

UnwatchExecute indicates an expected call of UnwatchExecute.

func (*MockRepositoryAPIMockRecorder) UpdateComment

func (mr *MockRepositoryAPIMockRecorder) UpdateComment(ctx, projectKey, commentId, commitId, repositorySlug any) *gomock.Call

UpdateComment indicates an expected call of UpdateComment.

func (*MockRepositoryAPIMockRecorder) UpdateCommentExecute

func (mr *MockRepositoryAPIMockRecorder) UpdateCommentExecute(r any) *gomock.Call

UpdateCommentExecute indicates an expected call of UpdateCommentExecute.

func (*MockRepositoryAPIMockRecorder) UpdateDefaultTask1

func (mr *MockRepositoryAPIMockRecorder) UpdateDefaultTask1(ctx, projectKey, repositorySlug, taskId any) *gomock.Call

UpdateDefaultTask1 indicates an expected call of UpdateDefaultTask1.

func (*MockRepositoryAPIMockRecorder) UpdateDefaultTask1Execute

func (mr *MockRepositoryAPIMockRecorder) UpdateDefaultTask1Execute(r any) *gomock.Call

UpdateDefaultTask1Execute indicates an expected call of UpdateDefaultTask1Execute.

func (*MockRepositoryAPIMockRecorder) UpdatePullRequestSettings1

func (mr *MockRepositoryAPIMockRecorder) UpdatePullRequestSettings1(ctx, projectKey, repositorySlug any) *gomock.Call

UpdatePullRequestSettings1 indicates an expected call of UpdatePullRequestSettings1.

func (*MockRepositoryAPIMockRecorder) UpdatePullRequestSettings1Execute

func (mr *MockRepositoryAPIMockRecorder) UpdatePullRequestSettings1Execute(r any) *gomock.Call

UpdatePullRequestSettings1Execute indicates an expected call of UpdatePullRequestSettings1Execute.

func (*MockRepositoryAPIMockRecorder) UpdateWebhook1

func (mr *MockRepositoryAPIMockRecorder) UpdateWebhook1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call

UpdateWebhook1 indicates an expected call of UpdateWebhook1.

func (*MockRepositoryAPIMockRecorder) UpdateWebhook1Execute

func (mr *MockRepositoryAPIMockRecorder) UpdateWebhook1Execute(r any) *gomock.Call

UpdateWebhook1Execute indicates an expected call of UpdateWebhook1Execute.

func (*MockRepositoryAPIMockRecorder) Watch

func (mr *MockRepositoryAPIMockRecorder) Watch(ctx, projectKey, commitId, repositorySlug any) *gomock.Call

Watch indicates an expected call of Watch.

func (*MockRepositoryAPIMockRecorder) Watch2

func (mr *MockRepositoryAPIMockRecorder) Watch2(ctx, projectKey, repositorySlug any) *gomock.Call

Watch2 indicates an expected call of Watch2.

func (*MockRepositoryAPIMockRecorder) Watch2Execute

func (mr *MockRepositoryAPIMockRecorder) Watch2Execute(r any) *gomock.Call

Watch2Execute indicates an expected call of Watch2Execute.

func (*MockRepositoryAPIMockRecorder) WatchExecute

func (mr *MockRepositoryAPIMockRecorder) WatchExecute(r any) *gomock.Call

WatchExecute indicates an expected call of WatchExecute.

type MockServicer

type MockServicer struct {
	// contains filtered or unexported fields
}

MockServicer is a mock of Servicer interface.

func NewMockServicer

func NewMockServicer(ctrl *gomock.Controller) *MockServicer

NewMockServicer creates a new mock instance.

func (*MockServicer) AddPRComment

func (m *MockServicer) AddPRComment(ctx context.Context, projectKey, repositorySlug, pullRequestID, body string) error

AddPRComment mocks base method.

func (*MockServicer) ApprovePullRequest

func (m *MockServicer) ApprovePullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string) error

ApprovePullRequest mocks base method.

func (*MockServicer) CreatePullRequest

func (m *MockServicer) CreatePullRequest(ctx context.Context, projectKey, repositorySlug string, pr bitbucketclient.RestPullRequest) (*bitbucketclient.RestPullRequest, error)

CreatePullRequest mocks base method.

func (*MockServicer) CreateRepository

func (m *MockServicer) CreateRepository(ctx context.Context, projectKey string, repository bitbucketclient.RestRepository) (*bitbucketclient.RestRepository, error)

CreateRepository mocks base method.

func (*MockServicer) CreateTag

func (m *MockServicer) CreateTag(ctx context.Context, projectKey, repositorySlug, name, startPoint, message string) (*bitbucketclient.RestTag, error)

CreateTag mocks base method.

func (*MockServicer) DeclinePullRequest

func (m *MockServicer) DeclinePullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string, version int32) (*bitbucketclient.RestPullRequest, error)

DeclinePullRequest mocks base method.

func (*MockServicer) DeleteRepository added in v1.2.0

func (m *MockServicer) DeleteRepository(ctx context.Context, projectKey, repositorySlug string) error

DeleteRepository mocks base method.

func (*MockServicer) EXPECT

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

func (*MockServicer) ForkRepository added in v1.1.0

func (m *MockServicer) ForkRepository(ctx context.Context, projectKey, repositorySlug, targetProject string) (*bitbucketclient.RestRepository, error)

ForkRepository mocks base method.

func (*MockServicer) GetBuildStatusStats added in v1.1.0

func (m *MockServicer) GetBuildStatusStats(ctx context.Context, projectKey, repositorySlug, commitID string) (*bitbucketclient.RestBuildStats, error)

GetBuildStatusStats mocks base method.

func (*MockServicer) GetPullRequest

func (m *MockServicer) GetPullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string) (*bitbucketclient.RestPullRequest, error)

GetPullRequest mocks base method.

func (*MockServicer) GetPullRequestDiff added in v1.1.0

func (m *MockServicer) GetPullRequestDiff(ctx context.Context, projectKey, repositorySlug, pullRequestID string) (io.ReadCloser, error)

GetPullRequestDiff mocks base method.

func (*MockServicer) GetRepository

func (m *MockServicer) GetRepository(ctx context.Context, projectKey, repositorySlug string) (*bitbucketclient.RestRepository, error)

GetRepository mocks base method.

func (*MockServicer) ListAllRepositories

ListAllRepositories mocks base method.

func (*MockServicer) ListBranches

func (m *MockServicer) ListBranches(ctx context.Context, projectKey, repositorySlug string, opts bitbucket.BranchListOptions) ([]bitbucketclient.RestBranch, error)

ListBranches mocks base method.

func (*MockServicer) ListProjects

ListProjects mocks base method.

func (*MockServicer) ListPullRequests

func (m *MockServicer) ListPullRequests(ctx context.Context, projectKey, repositorySlug string, opts bitbucket.PullRequestListOptions) ([]bitbucketclient.RestPullRequest, error)

ListPullRequests mocks base method.

func (*MockServicer) ListRepositories

func (m *MockServicer) ListRepositories(ctx context.Context, projectKey string, opts bitbucket.RepositoryListOptions) ([]bitbucketclient.RestRepository, error)

ListRepositories mocks base method.

func (*MockServicer) ListTags

func (m *MockServicer) ListTags(ctx context.Context, projectKey, repositorySlug string, opts bitbucket.TagListOptions) ([]bitbucketclient.RestTag, error)

ListTags mocks base method.

func (*MockServicer) MergePullRequest

func (m *MockServicer) MergePullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string, version int32) (*bitbucketclient.RestPullRequest, error)

MergePullRequest mocks base method.

func (*MockServicer) UpdateRepository added in v1.2.0

func (m *MockServicer) UpdateRepository(ctx context.Context, projectKey, repositorySlug string, repository bitbucketclient.RestRepository) (*bitbucketclient.RestRepository, error)

UpdateRepository mocks base method.

type MockServicerMockRecorder

type MockServicerMockRecorder struct {
	// contains filtered or unexported fields
}

MockServicerMockRecorder is the mock recorder for MockServicer.

func (*MockServicerMockRecorder) AddPRComment

func (mr *MockServicerMockRecorder) AddPRComment(ctx, projectKey, repositorySlug, pullRequestID, body any) *gomock.Call

AddPRComment indicates an expected call of AddPRComment.

func (*MockServicerMockRecorder) ApprovePullRequest

func (mr *MockServicerMockRecorder) ApprovePullRequest(ctx, projectKey, repositorySlug, pullRequestID any) *gomock.Call

ApprovePullRequest indicates an expected call of ApprovePullRequest.

func (*MockServicerMockRecorder) CreatePullRequest

func (mr *MockServicerMockRecorder) CreatePullRequest(ctx, projectKey, repositorySlug, pr any) *gomock.Call

CreatePullRequest indicates an expected call of CreatePullRequest.

func (*MockServicerMockRecorder) CreateRepository

func (mr *MockServicerMockRecorder) CreateRepository(ctx, projectKey, repository any) *gomock.Call

CreateRepository indicates an expected call of CreateRepository.

func (*MockServicerMockRecorder) CreateTag

func (mr *MockServicerMockRecorder) CreateTag(ctx, projectKey, repositorySlug, name, startPoint, message any) *gomock.Call

CreateTag indicates an expected call of CreateTag.

func (*MockServicerMockRecorder) DeclinePullRequest

func (mr *MockServicerMockRecorder) DeclinePullRequest(ctx, projectKey, repositorySlug, pullRequestID, version any) *gomock.Call

DeclinePullRequest indicates an expected call of DeclinePullRequest.

func (*MockServicerMockRecorder) DeleteRepository added in v1.2.0

func (mr *MockServicerMockRecorder) DeleteRepository(ctx, projectKey, repositorySlug any) *gomock.Call

DeleteRepository indicates an expected call of DeleteRepository.

func (*MockServicerMockRecorder) ForkRepository added in v1.1.0

func (mr *MockServicerMockRecorder) ForkRepository(ctx, projectKey, repositorySlug, targetProject any) *gomock.Call

ForkRepository indicates an expected call of ForkRepository.

func (*MockServicerMockRecorder) GetBuildStatusStats added in v1.1.0

func (mr *MockServicerMockRecorder) GetBuildStatusStats(ctx, projectKey, repositorySlug, commitID any) *gomock.Call

GetBuildStatusStats indicates an expected call of GetBuildStatusStats.

func (*MockServicerMockRecorder) GetPullRequest

func (mr *MockServicerMockRecorder) GetPullRequest(ctx, projectKey, repositorySlug, pullRequestID any) *gomock.Call

GetPullRequest indicates an expected call of GetPullRequest.

func (*MockServicerMockRecorder) GetPullRequestDiff added in v1.1.0

func (mr *MockServicerMockRecorder) GetPullRequestDiff(ctx, projectKey, repositorySlug, pullRequestID any) *gomock.Call

GetPullRequestDiff indicates an expected call of GetPullRequestDiff.

func (*MockServicerMockRecorder) GetRepository

func (mr *MockServicerMockRecorder) GetRepository(ctx, projectKey, repositorySlug any) *gomock.Call

GetRepository indicates an expected call of GetRepository.

func (*MockServicerMockRecorder) ListAllRepositories

func (mr *MockServicerMockRecorder) ListAllRepositories(ctx, opts any) *gomock.Call

ListAllRepositories indicates an expected call of ListAllRepositories.

func (*MockServicerMockRecorder) ListBranches

func (mr *MockServicerMockRecorder) ListBranches(ctx, projectKey, repositorySlug, opts any) *gomock.Call

ListBranches indicates an expected call of ListBranches.

func (*MockServicerMockRecorder) ListProjects

func (mr *MockServicerMockRecorder) ListProjects(ctx, opts any) *gomock.Call

ListProjects indicates an expected call of ListProjects.

func (*MockServicerMockRecorder) ListPullRequests

func (mr *MockServicerMockRecorder) ListPullRequests(ctx, projectKey, repositorySlug, opts any) *gomock.Call

ListPullRequests indicates an expected call of ListPullRequests.

func (*MockServicerMockRecorder) ListRepositories

func (mr *MockServicerMockRecorder) ListRepositories(ctx, projectKey, opts any) *gomock.Call

ListRepositories indicates an expected call of ListRepositories.

func (*MockServicerMockRecorder) ListTags

func (mr *MockServicerMockRecorder) ListTags(ctx, projectKey, repositorySlug, opts any) *gomock.Call

ListTags indicates an expected call of ListTags.

func (*MockServicerMockRecorder) MergePullRequest

func (mr *MockServicerMockRecorder) MergePullRequest(ctx, projectKey, repositorySlug, pullRequestID, version any) *gomock.Call

MergePullRequest indicates an expected call of MergePullRequest.

func (*MockServicerMockRecorder) UpdateRepository added in v1.2.0

func (mr *MockServicerMockRecorder) UpdateRepository(ctx, projectKey, repositorySlug, repository any) *gomock.Call

UpdateRepository indicates an expected call of UpdateRepository.

Jump to

Keyboard shortcuts

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