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 ¶
- type MockFactory
- type MockFactoryMockRecorder
- type MockProjectAPI
- func (m *MockProjectAPI) AddDefaultTask(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIAddDefaultTaskRequest
- func (m *MockProjectAPI) AddDefaultTaskExecute(r bitbucketclient.ProjectAPIAddDefaultTaskRequest) (*bitbucketclient.RestDefaultTask, *http.Response, error)
- func (m *MockProjectAPI) Create3(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreate3Request
- func (m *MockProjectAPI) Create3Execute(r bitbucketclient.ProjectAPICreate3Request) (*bitbucketclient.RestProjectSettingsRestriction, *http.Response, error)
- func (m *MockProjectAPI) CreateProject(ctx context.Context) bitbucketclient.ProjectAPICreateProjectRequest
- func (m *MockProjectAPI) CreateProjectExecute(r bitbucketclient.ProjectAPICreateProjectRequest) (*bitbucketclient.RestProject, *http.Response, error)
- func (m *MockProjectAPI) CreateRepository(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreateRepositoryRequest
- func (m *MockProjectAPI) CreateRepositoryExecute(r bitbucketclient.ProjectAPICreateRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
- func (m *MockProjectAPI) CreateRestrictions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreateRestrictionsRequest
- func (m *MockProjectAPI) CreateRestrictionsExecute(r bitbucketclient.ProjectAPICreateRestrictionsRequest) (*bitbucketclient.RestRefRestriction, *http.Response, error)
- func (m *MockProjectAPI) CreateWebhook(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreateWebhookRequest
- func (m *MockProjectAPI) CreateWebhookExecute(r bitbucketclient.ProjectAPICreateWebhookRequest) (*bitbucketclient.RestWebhook, *http.Response, error)
- func (m *MockProjectAPI) Delete4(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDelete4Request
- func (m *MockProjectAPI) Delete4Execute(r bitbucketclient.ProjectAPIDelete4Request) (*http.Response, error)
- func (m *MockProjectAPI) Delete9(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDelete9Request
- func (m *MockProjectAPI) Delete9Execute(r bitbucketclient.ProjectAPIDelete9Request) (*http.Response, error)
- func (m *MockProjectAPI) DeleteAllDefaultTasks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDeleteAllDefaultTasksRequest
- func (m *MockProjectAPI) DeleteAllDefaultTasksExecute(r bitbucketclient.ProjectAPIDeleteAllDefaultTasksRequest) (*http.Response, error)
- func (m *MockProjectAPI) DeleteAutoDeclineSettings(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDeleteAutoDeclineSettingsRequest
- func (m *MockProjectAPI) DeleteAutoDeclineSettingsExecute(r bitbucketclient.ProjectAPIDeleteAutoDeclineSettingsRequest) (*http.Response, error)
- func (m *MockProjectAPI) DeleteDefaultTask(ctx context.Context, projectKey, taskId string) bitbucketclient.ProjectAPIDeleteDefaultTaskRequest
- func (m *MockProjectAPI) DeleteDefaultTaskExecute(r bitbucketclient.ProjectAPIDeleteDefaultTaskRequest) (*http.Response, error)
- func (m *MockProjectAPI) DeleteProject(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDeleteProjectRequest
- func (m *MockProjectAPI) DeleteProjectExecute(r bitbucketclient.ProjectAPIDeleteProjectRequest) (*http.Response, error)
- func (m *MockProjectAPI) DeleteRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIDeleteRepositoryRequest
- func (m *MockProjectAPI) DeleteRepositoryExecute(r bitbucketclient.ProjectAPIDeleteRepositoryRequest) (*http.Response, error)
- func (m *MockProjectAPI) DeleteRestriction(ctx context.Context, projectKey, id string) bitbucketclient.ProjectAPIDeleteRestrictionRequest
- func (m *MockProjectAPI) DeleteRestrictionExecute(r bitbucketclient.ProjectAPIDeleteRestrictionRequest) (*http.Response, error)
- func (m *MockProjectAPI) DeleteWebhook(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIDeleteWebhookRequest
- func (m *MockProjectAPI) DeleteWebhookExecute(r bitbucketclient.ProjectAPIDeleteWebhookRequest) (*http.Response, error)
- func (m *MockProjectAPI) DisableHook(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIDisableHookRequest
- func (m *MockProjectAPI) DisableHookExecute(r bitbucketclient.ProjectAPIDisableHookRequest) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
- func (m *MockProjectAPI) EXPECT() *MockProjectAPIMockRecorder
- func (m *MockProjectAPI) EnableHook(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIEnableHookRequest
- func (m *MockProjectAPI) EnableHookExecute(r bitbucketclient.ProjectAPIEnableHookRequest) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
- func (m *MockProjectAPI) FindWebhooks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIFindWebhooksRequest
- func (m *MockProjectAPI) FindWebhooksExecute(r bitbucketclient.ProjectAPIFindWebhooksRequest) (*http.Response, error)
- func (m *MockProjectAPI) ForkRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIForkRepositoryRequest
- func (m *MockProjectAPI) ForkRepositoryExecute(r bitbucketclient.ProjectAPIForkRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
- func (m *MockProjectAPI) Get4(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGet4Request
- func (m *MockProjectAPI) Get4Execute(r bitbucketclient.ProjectAPIGet4Request) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
- func (m *MockProjectAPI) Get7(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGet7Request
- func (m *MockProjectAPI) Get7Execute(r bitbucketclient.ProjectAPIGet7Request) (*bitbucketclient.RestProjectSettingsRestriction, *http.Response, error)
- func (m *MockProjectAPI) GetAll(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetAllRequest
- func (m *MockProjectAPI) GetAllExecute(r bitbucketclient.ProjectAPIGetAllRequest) (*bitbucketclient.GetAll200Response, *http.Response, error)
- func (m *MockProjectAPI) GetAutoDeclineSettings(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetAutoDeclineSettingsRequest
- func (m *MockProjectAPI) GetAutoDeclineSettingsExecute(r bitbucketclient.ProjectAPIGetAutoDeclineSettingsRequest) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
- func (m *MockProjectAPI) GetAvatar(ctx context.Context, hookKey string) bitbucketclient.ProjectAPIGetAvatarRequest
- func (m *MockProjectAPI) GetAvatarExecute(r bitbucketclient.ProjectAPIGetAvatarRequest) (*http.Response, error)
- func (m *MockProjectAPI) GetConfigurations(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetConfigurationsRequest
- func (m *MockProjectAPI) GetConfigurationsExecute(r bitbucketclient.ProjectAPIGetConfigurationsRequest) (*bitbucketclient.GetConfigurations200Response, *http.Response, error)
- func (m *MockProjectAPI) GetDefaultBranch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetDefaultBranch2Request
- func (m *MockProjectAPI) GetDefaultBranch2Execute(r bitbucketclient.ProjectAPIGetDefaultBranch2Request) (*bitbucketclient.RestMinimalRef, *http.Response, error)
- func (m *MockProjectAPI) GetDefaultTasks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetDefaultTasksRequest
- func (m *MockProjectAPI) GetDefaultTasksExecute(r bitbucketclient.ProjectAPIGetDefaultTasksRequest) (*bitbucketclient.GetDefaultTasks1200Response, *http.Response, error)
- func (m *MockProjectAPI) GetForkedRepositories(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetForkedRepositoriesRequest
- func (m *MockProjectAPI) GetForkedRepositoriesExecute(r bitbucketclient.ProjectAPIGetForkedRepositoriesRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, ...)
- func (m *MockProjectAPI) GetGroupsWithAnyPermission1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetGroupsWithAnyPermission1Request
- func (m *MockProjectAPI) GetGroupsWithAnyPermission1Execute(r bitbucketclient.ProjectAPIGetGroupsWithAnyPermission1Request) (*bitbucketclient.GetGroupsWithAnyPermission200Response, *http.Response, error)
- func (m *MockProjectAPI) GetGroupsWithoutAnyPermission1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetGroupsWithoutAnyPermission1Request
- func (m *MockProjectAPI) GetGroupsWithoutAnyPermission1Execute(r bitbucketclient.ProjectAPIGetGroupsWithoutAnyPermission1Request) (*bitbucketclient.GetGroups1200Response, *http.Response, error)
- func (m *MockProjectAPI) GetLatestInvocation(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetLatestInvocationRequest
- func (m *MockProjectAPI) GetLatestInvocationExecute(r bitbucketclient.ProjectAPIGetLatestInvocationRequest) (*bitbucketclient.RestDetailedInvocation, *http.Response, error)
- func (m *MockProjectAPI) GetProject(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetProjectRequest
- func (m *MockProjectAPI) GetProjectAvatar(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetProjectAvatarRequest
- func (m *MockProjectAPI) GetProjectAvatarExecute(r bitbucketclient.ProjectAPIGetProjectAvatarRequest) (*http.Response, error)
- func (m *MockProjectAPI) GetProjectExecute(r bitbucketclient.ProjectAPIGetProjectRequest) (*bitbucketclient.RestProject, *http.Response, error)
- func (m *MockProjectAPI) GetProjects(ctx context.Context) bitbucketclient.ProjectAPIGetProjectsRequest
- func (m *MockProjectAPI) GetProjectsExecute(r bitbucketclient.ProjectAPIGetProjectsRequest) (*bitbucketclient.GetProjects200Response, *http.Response, error)
- func (m *MockProjectAPI) GetPullRequestSettings(ctx context.Context, projectKey, scmId string) bitbucketclient.ProjectAPIGetPullRequestSettingsRequest
- func (m *MockProjectAPI) GetPullRequestSettingsExecute(r bitbucketclient.ProjectAPIGetPullRequestSettingsRequest) (*bitbucketclient.RestPullRequestSettings, *http.Response, error)
- func (m *MockProjectAPI) GetRelatedRepositories(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetRelatedRepositoriesRequest
- func (m *MockProjectAPI) GetRelatedRepositoriesExecute(r bitbucketclient.ProjectAPIGetRelatedRepositoriesRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, ...)
- func (m *MockProjectAPI) GetRepositories(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetRepositoriesRequest
- func (m *MockProjectAPI) GetRepositoriesExecute(r bitbucketclient.ProjectAPIGetRepositoriesRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, ...)
- func (m *MockProjectAPI) GetRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIGetRepositoryRequest
- func (m *MockProjectAPI) GetRepositoryExecute(r bitbucketclient.ProjectAPIGetRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
- func (m *MockProjectAPI) GetRepositoryHook(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIGetRepositoryHookRequest
- func (m *MockProjectAPI) GetRepositoryHookExecute(r bitbucketclient.ProjectAPIGetRepositoryHookRequest) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
- func (m *MockProjectAPI) GetRepositoryHooks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetRepositoryHooksRequest
- func (m *MockProjectAPI) GetRepositoryHooksExecute(r bitbucketclient.ProjectAPIGetRepositoryHooksRequest) (*bitbucketclient.GetRepositoryHooks1200Response, *http.Response, error)
- func (m *MockProjectAPI) GetRestriction(ctx context.Context, projectKey, id string) bitbucketclient.ProjectAPIGetRestrictionRequest
- func (m *MockProjectAPI) GetRestrictionExecute(r bitbucketclient.ProjectAPIGetRestrictionRequest) (*bitbucketclient.RestRefRestriction, *http.Response, error)
- func (m *MockProjectAPI) GetRestrictions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetRestrictionsRequest
- func (m *MockProjectAPI) GetRestrictionsExecute(r bitbucketclient.ProjectAPIGetRestrictionsRequest) (*bitbucketclient.GetRestrictions1200Response, *http.Response, error)
- func (m *MockProjectAPI) GetSettings(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPIGetSettingsRequest
- func (m *MockProjectAPI) GetSettingsExecute(r bitbucketclient.ProjectAPIGetSettingsRequest) (*bitbucketclient.ExampleSettings, *http.Response, error)
- func (m *MockProjectAPI) GetStatistics(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetStatisticsRequest
- func (m *MockProjectAPI) GetStatisticsExecute(r bitbucketclient.ProjectAPIGetStatisticsRequest) (any, *http.Response, error)
- func (m *MockProjectAPI) GetStatisticsSummary(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetStatisticsSummaryRequest
- func (m *MockProjectAPI) GetStatisticsSummaryExecute(r bitbucketclient.ProjectAPIGetStatisticsSummaryRequest) (any, *http.Response, error)
- func (m *MockProjectAPI) GetUsersWithAnyPermission1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetUsersWithAnyPermission1Request
- func (m *MockProjectAPI) GetUsersWithAnyPermission1Execute(r bitbucketclient.ProjectAPIGetUsersWithAnyPermission1Request) (*bitbucketclient.GetUsersWithAnyPermission1200Response, *http.Response, error)
- func (m *MockProjectAPI) GetUsersWithoutPermission(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetUsersWithoutPermissionRequest
- func (m *MockProjectAPI) GetUsersWithoutPermissionExecute(r bitbucketclient.ProjectAPIGetUsersWithoutPermissionRequest) (*bitbucketclient.GetUsersWithoutAnyPermission200Response, *http.Response, ...)
- func (m *MockProjectAPI) GetWebhook(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIGetWebhookRequest
- func (m *MockProjectAPI) GetWebhookExecute(r bitbucketclient.ProjectAPIGetWebhookRequest) (*bitbucketclient.RestWebhook, *http.Response, error)
- func (m *MockProjectAPI) HasAllUserPermission(ctx context.Context, projectKey, permission string) bitbucketclient.ProjectAPIHasAllUserPermissionRequest
- func (m *MockProjectAPI) HasAllUserPermissionExecute(r bitbucketclient.ProjectAPIHasAllUserPermissionRequest) (*bitbucketclient.RestPermitted, *http.Response, error)
- func (m *MockProjectAPI) ModifyAllUserPermission(ctx context.Context, projectKey, permission string) bitbucketclient.ProjectAPIModifyAllUserPermissionRequest
- func (m *MockProjectAPI) ModifyAllUserPermissionExecute(r bitbucketclient.ProjectAPIModifyAllUserPermissionRequest) (*http.Response, error)
- func (m *MockProjectAPI) RemoveConfiguration(ctx context.Context, projectKey, scriptId string) bitbucketclient.ProjectAPIRemoveConfigurationRequest
- func (m *MockProjectAPI) RemoveConfigurationExecute(r bitbucketclient.ProjectAPIRemoveConfigurationRequest) (*http.Response, error)
- func (m *MockProjectAPI) RetryCreateRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIRetryCreateRepositoryRequest
- func (m *MockProjectAPI) RetryCreateRepositoryExecute(r bitbucketclient.ProjectAPIRetryCreateRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
- func (m *MockProjectAPI) RevokePermissions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIRevokePermissionsRequest
- func (m *MockProjectAPI) RevokePermissionsExecute(r bitbucketclient.ProjectAPIRevokePermissionsRequest) (*http.Response, error)
- func (m *MockProjectAPI) RevokePermissionsForGroup1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIRevokePermissionsForGroup1Request
- func (m *MockProjectAPI) RevokePermissionsForGroup1Execute(r bitbucketclient.ProjectAPIRevokePermissionsForGroup1Request) (*http.Response, error)
- func (m *MockProjectAPI) RevokePermissionsForUser1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIRevokePermissionsForUser1Request
- func (m *MockProjectAPI) RevokePermissionsForUser1Execute(r bitbucketclient.ProjectAPIRevokePermissionsForUser1Request) (*http.Response, error)
- func (m *MockProjectAPI) SearchPermissions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISearchPermissionsRequest
- func (m *MockProjectAPI) SearchPermissionsExecute(r bitbucketclient.ProjectAPISearchPermissionsRequest) (*http.Response, error)
- func (m *MockProjectAPI) Set(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetRequest
- func (m *MockProjectAPI) SetAutoDeclineSettings(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetAutoDeclineSettingsRequest
- func (m *MockProjectAPI) SetAutoDeclineSettingsExecute(r bitbucketclient.ProjectAPISetAutoDeclineSettingsRequest) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
- func (m *MockProjectAPI) SetConfiguration(ctx context.Context, projectKey, scriptId string) bitbucketclient.ProjectAPISetConfigurationRequest
- func (m *MockProjectAPI) SetConfigurationExecute(r bitbucketclient.ProjectAPISetConfigurationRequest) (*bitbucketclient.RestHookScriptConfig, *http.Response, error)
- func (m *MockProjectAPI) SetDefaultBranch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPISetDefaultBranch2Request
- func (m *MockProjectAPI) SetDefaultBranch2Execute(r bitbucketclient.ProjectAPISetDefaultBranch2Request) (*http.Response, error)
- func (m *MockProjectAPI) SetExecute(r bitbucketclient.ProjectAPISetRequest) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
- func (m *MockProjectAPI) SetPermissionForGroups1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetPermissionForGroups1Request
- func (m *MockProjectAPI) SetPermissionForGroups1Execute(r bitbucketclient.ProjectAPISetPermissionForGroups1Request) (*http.Response, error)
- func (m *MockProjectAPI) SetPermissionForUsers1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetPermissionForUsers1Request
- func (m *MockProjectAPI) SetPermissionForUsers1Execute(r bitbucketclient.ProjectAPISetPermissionForUsers1Request) (*http.Response, error)
- func (m *MockProjectAPI) SetSettings(ctx context.Context, projectKey, hookKey string) bitbucketclient.ProjectAPISetSettingsRequest
- func (m *MockProjectAPI) SetSettingsExecute(r bitbucketclient.ProjectAPISetSettingsRequest) (*bitbucketclient.ExampleSettings, *http.Response, error)
- func (m *MockProjectAPI) StreamContributing(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIStreamContributingRequest
- func (m *MockProjectAPI) StreamContributingExecute(r bitbucketclient.ProjectAPIStreamContributingRequest) (*http.Response, error)
- func (m *MockProjectAPI) StreamLicense(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIStreamLicenseRequest
- func (m *MockProjectAPI) StreamLicenseExecute(r bitbucketclient.ProjectAPIStreamLicenseRequest) (*http.Response, error)
- func (m *MockProjectAPI) StreamReadme(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIStreamReadmeRequest
- func (m *MockProjectAPI) StreamReadmeExecute(r bitbucketclient.ProjectAPIStreamReadmeRequest) (*http.Response, error)
- func (m *MockProjectAPI) TestWebhook(ctx context.Context, projectKey string) bitbucketclient.ProjectAPITestWebhookRequest
- func (m *MockProjectAPI) TestWebhookExecute(r bitbucketclient.ProjectAPITestWebhookRequest) (any, *http.Response, error)
- func (m *MockProjectAPI) UpdateDefaultTask(ctx context.Context, projectKey, taskId string) bitbucketclient.ProjectAPIUpdateDefaultTaskRequest
- func (m *MockProjectAPI) UpdateDefaultTaskExecute(r bitbucketclient.ProjectAPIUpdateDefaultTaskRequest) (*bitbucketclient.RestDefaultTask, *http.Response, error)
- func (m *MockProjectAPI) UpdateProject(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIUpdateProjectRequest
- func (m *MockProjectAPI) UpdateProjectExecute(r bitbucketclient.ProjectAPIUpdateProjectRequest) (*bitbucketclient.RestProject, *http.Response, error)
- func (m *MockProjectAPI) UpdatePullRequestSettings(ctx context.Context, projectKey, scmId string) bitbucketclient.ProjectAPIUpdatePullRequestSettingsRequest
- func (m *MockProjectAPI) UpdatePullRequestSettingsExecute(r bitbucketclient.ProjectAPIUpdatePullRequestSettingsRequest) (*bitbucketclient.RestPullRequestSettings, *http.Response, error)
- func (m *MockProjectAPI) UpdateRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.ProjectAPIUpdateRepositoryRequest
- func (m *MockProjectAPI) UpdateRepositoryExecute(r bitbucketclient.ProjectAPIUpdateRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
- func (m *MockProjectAPI) UpdateWebhook(ctx context.Context, projectKey, webhookId string) bitbucketclient.ProjectAPIUpdateWebhookRequest
- func (m *MockProjectAPI) UpdateWebhookExecute(r bitbucketclient.ProjectAPIUpdateWebhookRequest) (*bitbucketclient.RestWebhook, *http.Response, error)
- func (m *MockProjectAPI) UploadAvatar(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIUploadAvatarRequest
- func (m *MockProjectAPI) UploadAvatarExecute(r bitbucketclient.ProjectAPIUploadAvatarRequest) (*http.Response, error)
- type MockProjectAPIMockRecorder
- func (mr *MockProjectAPIMockRecorder) AddDefaultTask(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) AddDefaultTaskExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Create3(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Create3Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateProject(ctx any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateProjectExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateRepository(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateRepositoryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateRestrictions(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateRestrictionsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateWebhook(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) CreateWebhookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Delete4(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Delete4Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Delete9(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Delete9Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteAllDefaultTasks(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteAllDefaultTasksExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteAutoDeclineSettings(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteAutoDeclineSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteDefaultTask(ctx, projectKey, taskId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteDefaultTaskExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteProject(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteProjectExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteRepositoryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteRestriction(ctx, projectKey, id any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteRestrictionExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteWebhook(ctx, projectKey, webhookId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DeleteWebhookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DisableHook(ctx, projectKey, hookKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) DisableHookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) EnableHook(ctx, projectKey, hookKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) EnableHookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) FindWebhooks(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) FindWebhooksExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) ForkRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) ForkRepositoryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Get4(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Get4Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Get7(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Get7Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetAll(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetAllExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetAutoDeclineSettings(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetAutoDeclineSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetAvatar(ctx, hookKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetAvatarExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetConfigurations(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetConfigurationsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetDefaultBranch2(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetDefaultBranch2Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetDefaultTasks(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetDefaultTasksExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetForkedRepositories(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetForkedRepositoriesExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetGroupsWithAnyPermission1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetGroupsWithAnyPermission1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetGroupsWithoutAnyPermission1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetGroupsWithoutAnyPermission1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetLatestInvocation(ctx, projectKey, webhookId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetLatestInvocationExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetProject(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetProjectAvatar(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetProjectAvatarExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetProjectExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetProjects(ctx any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetProjectsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetPullRequestSettings(ctx, projectKey, scmId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetPullRequestSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRelatedRepositories(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRelatedRepositoriesExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositories(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositoriesExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositoryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositoryHook(ctx, projectKey, hookKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositoryHookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositoryHooks(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRepositoryHooksExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRestriction(ctx, projectKey, id any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRestrictionExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRestrictions(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetRestrictionsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetSettings(ctx, projectKey, hookKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetStatistics(ctx, projectKey, webhookId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetStatisticsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetStatisticsSummary(ctx, projectKey, webhookId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetStatisticsSummaryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetUsersWithAnyPermission1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetUsersWithAnyPermission1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetUsersWithoutPermission(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetUsersWithoutPermissionExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetWebhook(ctx, projectKey, webhookId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) GetWebhookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) HasAllUserPermission(ctx, projectKey, permission any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) HasAllUserPermissionExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) ModifyAllUserPermission(ctx, projectKey, permission any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) ModifyAllUserPermissionExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RemoveConfiguration(ctx, projectKey, scriptId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RemoveConfigurationExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RetryCreateRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RetryCreateRepositoryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RevokePermissions(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RevokePermissionsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RevokePermissionsForGroup1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RevokePermissionsForGroup1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RevokePermissionsForUser1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) RevokePermissionsForUser1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SearchPermissions(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SearchPermissionsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) Set(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetAutoDeclineSettings(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetAutoDeclineSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetConfiguration(ctx, projectKey, scriptId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetConfigurationExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetDefaultBranch2(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetDefaultBranch2Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetPermissionForGroups1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetPermissionForGroups1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetPermissionForUsers1(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetPermissionForUsers1Execute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetSettings(ctx, projectKey, hookKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) SetSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) StreamContributing(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) StreamContributingExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) StreamLicense(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) StreamLicenseExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) StreamReadme(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) StreamReadmeExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) TestWebhook(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) TestWebhookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateDefaultTask(ctx, projectKey, taskId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateDefaultTaskExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateProject(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateProjectExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdatePullRequestSettings(ctx, projectKey, scmId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdatePullRequestSettingsExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateRepositoryExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateWebhook(ctx, projectKey, webhookId any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UpdateWebhookExecute(r any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UploadAvatar(ctx, projectKey any) *gomock.Call
- func (mr *MockProjectAPIMockRecorder) UploadAvatarExecute(r any) *gomock.Call
- type MockPullRequestsAPI
- func (m *MockPullRequestsAPI) ApplySuggestion(ctx context.Context, ...) bitbucketclient.PullRequestsAPIApplySuggestionRequest
- func (m *MockPullRequestsAPI) ApplySuggestionExecute(r bitbucketclient.PullRequestsAPIApplySuggestionRequest) (*http.Response, error)
- func (m *MockPullRequestsAPI) Approve(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIApproveRequest
- func (m *MockPullRequestsAPI) ApproveExecute(r bitbucketclient.PullRequestsAPIApproveRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
- func (m *MockPullRequestsAPI) AssignParticipantRole(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIAssignParticipantRoleRequest
- func (m *MockPullRequestsAPI) AssignParticipantRoleExecute(r bitbucketclient.PullRequestsAPIAssignParticipantRoleRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
- func (m *MockPullRequestsAPI) CanMerge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICanMergeRequest
- func (m *MockPullRequestsAPI) CanMergeExecute(r bitbucketclient.PullRequestsAPICanMergeRequest) (*bitbucketclient.RestPullRequestMergeability, *http.Response, error)
- func (m *MockPullRequestsAPI) CanRebase(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICanRebaseRequest
- func (m *MockPullRequestsAPI) CanRebaseExecute(r bitbucketclient.PullRequestsAPICanRebaseRequest) (*bitbucketclient.RestPullRequestRebaseability, *http.Response, error)
- func (m *MockPullRequestsAPI) CancelAutoMerge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICancelAutoMergeRequest
- func (m *MockPullRequestsAPI) CancelAutoMergeExecute(r bitbucketclient.PullRequestsAPICancelAutoMergeRequest) (*http.Response, error)
- func (m *MockPullRequestsAPI) Create(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPICreateRequest
- func (m *MockPullRequestsAPI) Create1(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPICreate1Request
- func (m *MockPullRequestsAPI) Create1Execute(r bitbucketclient.PullRequestsAPICreate1Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
- func (m *MockPullRequestsAPI) Create2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPICreate2Request
- func (m *MockPullRequestsAPI) Create2Execute(r bitbucketclient.PullRequestsAPICreate2Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
- func (m *MockPullRequestsAPI) CreateComment1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICreateComment1Request
- func (m *MockPullRequestsAPI) CreateComment1Execute(r bitbucketclient.PullRequestsAPICreateComment1Request) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockPullRequestsAPI) CreateComment2(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPICreateComment2Request
- func (m *MockPullRequestsAPI) CreateComment2Execute(r bitbucketclient.PullRequestsAPICreateComment2Request) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockPullRequestsAPI) CreateExecute(r bitbucketclient.PullRequestsAPICreateRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) CreatePullRequestCondition(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPICreatePullRequestConditionRequest
- func (m *MockPullRequestsAPI) CreatePullRequestCondition1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPICreatePullRequestCondition1Request
- func (m *MockPullRequestsAPI) CreatePullRequestCondition1Execute(r bitbucketclient.PullRequestsAPICreatePullRequestCondition1Request) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) CreatePullRequestConditionExecute(r bitbucketclient.PullRequestsAPICreatePullRequestConditionRequest) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) Decline(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDeclineRequest
- func (m *MockPullRequestsAPI) DeclineExecute(r bitbucketclient.PullRequestsAPIDeclineRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) Delete3(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDelete3Request
- func (m *MockPullRequestsAPI) Delete3Execute(r bitbucketclient.PullRequestsAPIDelete3Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) Delete6(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIDelete6Request
- func (m *MockPullRequestsAPI) Delete6Execute(r bitbucketclient.PullRequestsAPIDelete6Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) Delete7(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIDelete7Request
- func (m *MockPullRequestsAPI) Delete7Execute(r bitbucketclient.PullRequestsAPIDelete7Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) DeleteComment1(ctx context.Context, ...) bitbucketclient.PullRequestsAPIDeleteComment1Request
- func (m *MockPullRequestsAPI) DeleteComment1Execute(r bitbucketclient.PullRequestsAPIDeleteComment1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) DeleteComment2(ctx context.Context, ...) bitbucketclient.PullRequestsAPIDeleteComment2Request
- func (m *MockPullRequestsAPI) DeleteComment2Execute(r bitbucketclient.PullRequestsAPIDeleteComment2Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) DeletePullRequestCondition(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIDeletePullRequestConditionRequest
- func (m *MockPullRequestsAPI) DeletePullRequestCondition1(ctx context.Context, projectKey string, id int32, repositorySlug string) bitbucketclient.PullRequestsAPIDeletePullRequestCondition1Request
- func (m *MockPullRequestsAPI) DeletePullRequestCondition1Execute(r bitbucketclient.PullRequestsAPIDeletePullRequestCondition1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) DeletePullRequestConditionExecute(r bitbucketclient.PullRequestsAPIDeletePullRequestConditionRequest) (*http.Response, error)
- func (m *MockPullRequestsAPI) DiscardReview(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIDiscardReviewRequest
- func (m *MockPullRequestsAPI) DiscardReviewExecute(r bitbucketclient.PullRequestsAPIDiscardReviewRequest) (*http.Response, error)
- func (m *MockPullRequestsAPI) EXPECT() *MockPullRequestsAPIMockRecorder
- func (m *MockPullRequestsAPI) FinishReview(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIFinishReviewRequest
- func (m *MockPullRequestsAPI) FinishReviewExecute(r bitbucketclient.PullRequestsAPIFinishReviewRequest) (*http.Response, error)
- func (m *MockPullRequestsAPI) Get3(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGet3Request
- func (m *MockPullRequestsAPI) Get3Execute(r bitbucketclient.PullRequestsAPIGet3Request) (*bitbucketclient.RestPullRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) GetActivities(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetActivitiesRequest
- func (m *MockPullRequestsAPI) GetActivitiesExecute(r bitbucketclient.PullRequestsAPIGetActivitiesRequest) (*bitbucketclient.GetActivities200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetAutoMergeRequest(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetAutoMergeRequestRequest
- func (m *MockPullRequestsAPI) GetAutoMergeRequestExecute(r bitbucketclient.PullRequestsAPIGetAutoMergeRequestRequest) (*bitbucketclient.RestAutoMergeRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) GetComment1(ctx context.Context, ...) bitbucketclient.PullRequestsAPIGetComment1Request
- func (m *MockPullRequestsAPI) GetComment1Execute(r bitbucketclient.PullRequestsAPIGetComment1Request) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockPullRequestsAPI) GetComment2(ctx context.Context, ...) bitbucketclient.PullRequestsAPIGetComment2Request
- func (m *MockPullRequestsAPI) GetComment2Execute(r bitbucketclient.PullRequestsAPIGetComment2Request) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockPullRequestsAPI) GetComments1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetComments1Request
- func (m *MockPullRequestsAPI) GetComments1Execute(r bitbucketclient.PullRequestsAPIGetComments1Request) (*bitbucketclient.GetComments200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetComments2(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetComments2Request
- func (m *MockPullRequestsAPI) GetComments2Execute(r bitbucketclient.PullRequestsAPIGetComments2Request) (*bitbucketclient.GetComments200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetCommitMessageSuggestion(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetCommitMessageSuggestionRequest
- func (m *MockPullRequestsAPI) GetCommitMessageSuggestionExecute(r bitbucketclient.PullRequestsAPIGetCommitMessageSuggestionRequest) (*bitbucketclient.RestCommitMessageSuggestion, *http.Response, error)
- func (m *MockPullRequestsAPI) GetCommits1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetCommits1Request
- func (m *MockPullRequestsAPI) GetCommits1Execute(r bitbucketclient.PullRequestsAPIGetCommits1Request) (*bitbucketclient.GetCommits200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetDiffStatsSummary2(ctx context.Context, path, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetDiffStatsSummary2Request
- func (m *MockPullRequestsAPI) GetDiffStatsSummary2Execute(r bitbucketclient.PullRequestsAPIGetDiffStatsSummary2Request) (any, *http.Response, error)
- func (m *MockPullRequestsAPI) GetMergeBase1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetMergeBase1Request
- func (m *MockPullRequestsAPI) GetMergeBase1Execute(r bitbucketclient.PullRequestsAPIGetMergeBase1Request) (*bitbucketclient.RestCommit, *http.Response, error)
- func (m *MockPullRequestsAPI) GetMergeConfig(ctx context.Context, scmId string) bitbucketclient.PullRequestsAPIGetMergeConfigRequest
- func (m *MockPullRequestsAPI) GetMergeConfigExecute(r bitbucketclient.PullRequestsAPIGetMergeConfigRequest) (*bitbucketclient.RestPullRequestMergeConfig, *http.Response, error)
- func (m *MockPullRequestsAPI) GetPage(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetPageRequest
- func (m *MockPullRequestsAPI) GetPageExecute(r bitbucketclient.PullRequestsAPIGetPageRequest) (*bitbucketclient.GetPullRequests1200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetPullRequestConditions(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPIGetPullRequestConditionsRequest
- func (m *MockPullRequestsAPI) GetPullRequestConditions1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetPullRequestConditions1Request
- func (m *MockPullRequestsAPI) GetPullRequestConditions1Execute(r bitbucketclient.PullRequestsAPIGetPullRequestConditions1Request) ([]bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) GetPullRequestConditionsExecute(r bitbucketclient.PullRequestsAPIGetPullRequestConditionsRequest) ([]bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) GetPullRequests(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.PullRequestsAPIGetPullRequestsRequest
- func (m *MockPullRequestsAPI) GetPullRequestsExecute(r bitbucketclient.PullRequestsAPIGetPullRequestsRequest) (*bitbucketclient.GetPullRequests1200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetReview(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewRequest
- func (m *MockPullRequestsAPI) GetReviewExecute(r bitbucketclient.PullRequestsAPIGetReviewRequest) (*bitbucketclient.GetComments200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetReviewerGroup(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIGetReviewerGroupRequest
- func (m *MockPullRequestsAPI) GetReviewerGroup1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewerGroup1Request
- func (m *MockPullRequestsAPI) GetReviewerGroup1Execute(r bitbucketclient.PullRequestsAPIGetReviewerGroup1Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
- func (m *MockPullRequestsAPI) GetReviewerGroupExecute(r bitbucketclient.PullRequestsAPIGetReviewerGroupRequest) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
- func (m *MockPullRequestsAPI) GetReviewerGroups(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPIGetReviewerGroupsRequest
- func (m *MockPullRequestsAPI) GetReviewerGroups1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewerGroups1Request
- func (m *MockPullRequestsAPI) GetReviewerGroups1Execute(r bitbucketclient.PullRequestsAPIGetReviewerGroups1Request) (*bitbucketclient.GetReviewerGroups1200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetReviewerGroupsExecute(r bitbucketclient.PullRequestsAPIGetReviewerGroupsRequest) (*bitbucketclient.GetReviewerGroups1200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) GetReviewers(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPIGetReviewersRequest
- func (m *MockPullRequestsAPI) GetReviewersExecute(r bitbucketclient.PullRequestsAPIGetReviewersRequest) ([]bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) GetUsers(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIGetUsersRequest
- func (m *MockPullRequestsAPI) GetUsersExecute(r bitbucketclient.PullRequestsAPIGetUsersRequest) ([]bitbucketclient.RestApplicationUser, *http.Response, error)
- func (m *MockPullRequestsAPI) ListParticipants(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIListParticipantsRequest
- func (m *MockPullRequestsAPI) ListParticipantsExecute(r bitbucketclient.PullRequestsAPIListParticipantsRequest) (*bitbucketclient.ListParticipants200Response, *http.Response, error)
- func (m *MockPullRequestsAPI) Merge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIMergeRequest
- func (m *MockPullRequestsAPI) MergeExecute(r bitbucketclient.PullRequestsAPIMergeRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) React1(ctx context.Context, ...) bitbucketclient.PullRequestsAPIReact1Request
- func (m *MockPullRequestsAPI) React1Execute(r bitbucketclient.PullRequestsAPIReact1Request) (*bitbucketclient.RestUserReaction, *http.Response, error)
- func (m *MockPullRequestsAPI) Rebase(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIRebaseRequest
- func (m *MockPullRequestsAPI) RebaseExecute(r bitbucketclient.PullRequestsAPIRebaseRequest) (*bitbucketclient.RestPullRequestRebaseResult, *http.Response, error)
- func (m *MockPullRequestsAPI) Reopen(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIReopenRequest
- func (m *MockPullRequestsAPI) ReopenExecute(r bitbucketclient.PullRequestsAPIReopenRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) Search(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.PullRequestsAPISearchRequest
- func (m *MockPullRequestsAPI) SearchExecute(r bitbucketclient.PullRequestsAPISearchRequest) (*bitbucketclient.GetUsersWithoutAnyPermission200Response, *http.Response, ...)
- func (m *MockPullRequestsAPI) SetMergeConfig(ctx context.Context, scmId string) bitbucketclient.PullRequestsAPISetMergeConfigRequest
- func (m *MockPullRequestsAPI) SetMergeConfigExecute(r bitbucketclient.PullRequestsAPISetMergeConfigRequest) (*bitbucketclient.RestPullRequestMergeConfig, *http.Response, error)
- func (m *MockPullRequestsAPI) StreamChanges1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamChanges1Request
- func (m *MockPullRequestsAPI) StreamChanges1Execute(r bitbucketclient.PullRequestsAPIStreamChanges1Request) (*bitbucketclient.RestChange, *http.Response, error)
- func (m *MockPullRequestsAPI) StreamDiff2(ctx context.Context, path, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamDiff2Request
- func (m *MockPullRequestsAPI) StreamDiff2Execute(r bitbucketclient.PullRequestsAPIStreamDiff2Request) (*bitbucketclient.RestDiff, *http.Response, error)
- func (m *MockPullRequestsAPI) StreamPatch1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamPatch1Request
- func (m *MockPullRequestsAPI) StreamPatch1Execute(r bitbucketclient.PullRequestsAPIStreamPatch1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) StreamRawDiff2(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIStreamRawDiff2Request
- func (m *MockPullRequestsAPI) StreamRawDiff2Execute(r bitbucketclient.PullRequestsAPIStreamRawDiff2Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) TryAutoMerge(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPITryAutoMergeRequest
- func (m *MockPullRequestsAPI) TryAutoMergeExecute(r bitbucketclient.PullRequestsAPITryAutoMergeRequest) (*bitbucketclient.RestAutoMergeProcessingResult, *http.Response, error)
- func (m *MockPullRequestsAPI) UnReact1(ctx context.Context, ...) bitbucketclient.PullRequestsAPIUnReact1Request
- func (m *MockPullRequestsAPI) UnReact1Execute(r bitbucketclient.PullRequestsAPIUnReact1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) UnassignParticipantRole(ctx context.Context, ...) bitbucketclient.PullRequestsAPIUnassignParticipantRoleRequest
- func (m *MockPullRequestsAPI) UnassignParticipantRole1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUnassignParticipantRole1Request
- func (m *MockPullRequestsAPI) UnassignParticipantRole1Execute(r bitbucketclient.PullRequestsAPIUnassignParticipantRole1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) UnassignParticipantRoleExecute(r bitbucketclient.PullRequestsAPIUnassignParticipantRoleRequest) (*http.Response, error)
- func (m *MockPullRequestsAPI) Unwatch1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUnwatch1Request
- func (m *MockPullRequestsAPI) Unwatch1Execute(r bitbucketclient.PullRequestsAPIUnwatch1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) Update(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIUpdateRequest
- func (m *MockPullRequestsAPI) Update1(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIUpdate1Request
- func (m *MockPullRequestsAPI) Update1Execute(r bitbucketclient.PullRequestsAPIUpdate1Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
- func (m *MockPullRequestsAPI) Update2(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIUpdate2Request
- func (m *MockPullRequestsAPI) Update2Execute(r bitbucketclient.PullRequestsAPIUpdate2Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
- func (m *MockPullRequestsAPI) UpdateComment1(ctx context.Context, ...) bitbucketclient.PullRequestsAPIUpdateComment1Request
- func (m *MockPullRequestsAPI) UpdateComment1Execute(r bitbucketclient.PullRequestsAPIUpdateComment1Request) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockPullRequestsAPI) UpdateComment2(ctx context.Context, ...) bitbucketclient.PullRequestsAPIUpdateComment2Request
- func (m *MockPullRequestsAPI) UpdateComment2Execute(r bitbucketclient.PullRequestsAPIUpdateComment2Request) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockPullRequestsAPI) UpdateExecute(r bitbucketclient.PullRequestsAPIUpdateRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
- func (m *MockPullRequestsAPI) UpdatePullRequestCondition(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIUpdatePullRequestConditionRequest
- func (m *MockPullRequestsAPI) UpdatePullRequestCondition1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.PullRequestsAPIUpdatePullRequestCondition1Request
- func (m *MockPullRequestsAPI) UpdatePullRequestCondition1Execute(r bitbucketclient.PullRequestsAPIUpdatePullRequestCondition1Request) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) UpdatePullRequestConditionExecute(r bitbucketclient.PullRequestsAPIUpdatePullRequestConditionRequest) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
- func (m *MockPullRequestsAPI) UpdateStatus(ctx context.Context, ...) bitbucketclient.PullRequestsAPIUpdateStatusRequest
- func (m *MockPullRequestsAPI) UpdateStatusExecute(r bitbucketclient.PullRequestsAPIUpdateStatusRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
- func (m *MockPullRequestsAPI) Watch1(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIWatch1Request
- func (m *MockPullRequestsAPI) Watch1Execute(r bitbucketclient.PullRequestsAPIWatch1Request) (*http.Response, error)
- func (m *MockPullRequestsAPI) WithdrawApproval(ctx context.Context, projectKey, pullRequestId, repositorySlug string) bitbucketclient.PullRequestsAPIWithdrawApprovalRequest
- func (m *MockPullRequestsAPI) WithdrawApprovalExecute(r bitbucketclient.PullRequestsAPIWithdrawApprovalRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
- type MockPullRequestsAPIMockRecorder
- func (mr *MockPullRequestsAPIMockRecorder) ApplySuggestion(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) ApplySuggestionExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Approve(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) ApproveExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) AssignParticipantRole(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) AssignParticipantRoleExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CanMerge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CanMergeExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CanRebase(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CanRebaseExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CancelAutoMerge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CancelAutoMergeExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Create(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Create1(ctx, projectKey any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Create1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Create2(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Create2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreateComment1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreateComment1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreateComment2(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreateComment2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreateExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestCondition(ctx, projectKey any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestCondition1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestCondition1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) CreatePullRequestConditionExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Decline(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeclineExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Delete3(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Delete3Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Delete6(ctx, projectKey, id any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Delete6Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Delete7(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Delete7Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeleteComment1(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeleteComment1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeleteComment2(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeleteComment2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestCondition(ctx, projectKey, id any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestCondition1(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestCondition1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DeletePullRequestConditionExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DiscardReview(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) DiscardReviewExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) FinishReview(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) FinishReviewExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Get3(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Get3Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetActivities(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetActivitiesExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetAutoMergeRequest(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetAutoMergeRequestExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComment1(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComment1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComment2(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComment2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComments1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComments1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComments2(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetComments2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetCommitMessageSuggestion(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetCommitMessageSuggestionExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetCommits1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetCommits1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetDiffStatsSummary2(ctx, path, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetDiffStatsSummary2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetMergeBase1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetMergeBase1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetMergeConfig(ctx, scmId any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetMergeConfigExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPage(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPageExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditions(ctx, projectKey any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditions1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditions1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestConditionsExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPullRequests(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetPullRequestsExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReview(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroup(ctx, projectKey, id any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroup1(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroup1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroupExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroups(ctx, projectKey any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroups1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroups1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewerGroupsExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewers(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetReviewersExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetUsers(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) GetUsersExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) ListParticipants(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) ListParticipantsExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Merge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) MergeExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) React1(ctx, projectKey, commentId, pullRequestId, emoticon, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) React1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Rebase(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) RebaseExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Reopen(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) ReopenExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Search(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) SearchExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) SetMergeConfig(ctx, scmId any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) SetMergeConfigExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamChanges1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamChanges1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamDiff2(ctx, path, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamDiff2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamPatch1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamPatch1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamRawDiff2(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) StreamRawDiff2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) TryAutoMerge(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) TryAutoMergeExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UnReact1(ctx, projectKey, commentId, pullRequestId, emoticon, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UnReact1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRole(ctx, projectKey, userSlug, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRole1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRole1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UnassignParticipantRoleExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Unwatch1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Unwatch1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Update(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Update1(ctx, projectKey, id any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Update1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Update2(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Update2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateComment1(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateComment1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateComment2(ctx, projectKey, commentId, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateComment2Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition(ctx, projectKey, id any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition1(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestCondition1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdatePullRequestConditionExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateStatus(ctx, projectKey, userSlug, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) UpdateStatusExecute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Watch1(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) Watch1Execute(r any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) WithdrawApproval(ctx, projectKey, pullRequestId, repositorySlug any) *gomock.Call
- func (mr *MockPullRequestsAPIMockRecorder) WithdrawApprovalExecute(r any) *gomock.Call
- type MockRepositoryAPI
- func (m *MockRepositoryAPI) AddDefaultTask1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIAddDefaultTask1Request
- func (m *MockRepositoryAPI) AddDefaultTask1Execute(r bitbucketclient.RepositoryAPIAddDefaultTask1Request) (*bitbucketclient.RestDefaultTask, *http.Response, error)
- func (m *MockRepositoryAPI) AddLabel(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIAddLabelRequest
- func (m *MockRepositoryAPI) AddLabelExecute(r bitbucketclient.RepositoryAPIAddLabelRequest) (*bitbucketclient.RestLabel, *http.Response, error)
- func (m *MockRepositoryAPI) CreateBranch(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateBranchRequest
- func (m *MockRepositoryAPI) CreateBranchExecute(r bitbucketclient.RepositoryAPICreateBranchRequest) (*bitbucketclient.RestBranch, *http.Response, error)
- func (m *MockRepositoryAPI) CreateBranchForRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateBranchForRepositoryRequest
- func (m *MockRepositoryAPI) CreateBranchForRepositoryExecute(r bitbucketclient.RepositoryAPICreateBranchForRepositoryRequest) (*bitbucketclient.RestBranch, *http.Response, error)
- func (m *MockRepositoryAPI) CreateComment(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPICreateCommentRequest
- func (m *MockRepositoryAPI) CreateCommentExecute(r bitbucketclient.RepositoryAPICreateCommentRequest) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockRepositoryAPI) CreateRestrictions1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateRestrictions1Request
- func (m *MockRepositoryAPI) CreateRestrictions1Execute(r bitbucketclient.RepositoryAPICreateRestrictions1Request) (*bitbucketclient.RestRefRestriction, *http.Response, error)
- func (m *MockRepositoryAPI) CreateTag(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateTagRequest
- func (m *MockRepositoryAPI) CreateTagExecute(r bitbucketclient.RepositoryAPICreateTagRequest) (*bitbucketclient.RestTag, *http.Response, error)
- func (m *MockRepositoryAPI) CreateTagForRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateTagForRepositoryRequest
- func (m *MockRepositoryAPI) CreateTagForRepositoryExecute(r bitbucketclient.RepositoryAPICreateTagForRepositoryRequest) (*bitbucketclient.RestTag, *http.Response, error)
- func (m *MockRepositoryAPI) CreateWebhook1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPICreateWebhook1Request
- func (m *MockRepositoryAPI) CreateWebhook1Execute(r bitbucketclient.RepositoryAPICreateWebhook1Request) (*bitbucketclient.RestWebhook, *http.Response, error)
- func (m *MockRepositoryAPI) Delete5(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDelete5Request
- func (m *MockRepositoryAPI) Delete5Execute(r bitbucketclient.RepositoryAPIDelete5Request) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteAllDefaultTasks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAllDefaultTasks1Request
- func (m *MockRepositoryAPI) DeleteAllDefaultTasks1Execute(r bitbucketclient.RepositoryAPIDeleteAllDefaultTasks1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteAttachment(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAttachmentRequest
- func (m *MockRepositoryAPI) DeleteAttachmentExecute(r bitbucketclient.RepositoryAPIDeleteAttachmentRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteAttachmentMetadata(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAttachmentMetadataRequest
- func (m *MockRepositoryAPI) DeleteAttachmentMetadataExecute(r bitbucketclient.RepositoryAPIDeleteAttachmentMetadataRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteAutoDeclineSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteAutoDeclineSettings1Request
- func (m *MockRepositoryAPI) DeleteAutoDeclineSettings1Execute(r bitbucketclient.RepositoryAPIDeleteAutoDeclineSettings1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteBranch(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteBranchRequest
- func (m *MockRepositoryAPI) DeleteBranchExecute(r bitbucketclient.RepositoryAPIDeleteBranchRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteComment(ctx context.Context, projectKey, commentId, commitId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteCommentRequest
- func (m *MockRepositoryAPI) DeleteCommentExecute(r bitbucketclient.RepositoryAPIDeleteCommentRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteDefaultTask1(ctx context.Context, projectKey, repositorySlug, taskId string) bitbucketclient.RepositoryAPIDeleteDefaultTask1Request
- func (m *MockRepositoryAPI) DeleteDefaultTask1Execute(r bitbucketclient.RepositoryAPIDeleteDefaultTask1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteRepositoryHook(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIDeleteRepositoryHookRequest
- func (m *MockRepositoryAPI) DeleteRepositoryHookExecute(r bitbucketclient.RepositoryAPIDeleteRepositoryHookRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteRestriction1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.RepositoryAPIDeleteRestriction1Request
- func (m *MockRepositoryAPI) DeleteRestriction1Execute(r bitbucketclient.RepositoryAPIDeleteRestriction1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteTag(ctx context.Context, projectKey, name, repositorySlug string) bitbucketclient.RepositoryAPIDeleteTagRequest
- func (m *MockRepositoryAPI) DeleteTagExecute(r bitbucketclient.RepositoryAPIDeleteTagRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) DeleteWebhook1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIDeleteWebhook1Request
- func (m *MockRepositoryAPI) DeleteWebhook1Execute(r bitbucketclient.RepositoryAPIDeleteWebhook1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) DisableHook1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIDisableHook1Request
- func (m *MockRepositoryAPI) DisableHook1Execute(r bitbucketclient.RepositoryAPIDisableHook1Request) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
- func (m *MockRepositoryAPI) EXPECT() *MockRepositoryAPIMockRecorder
- func (m *MockRepositoryAPI) EditFile(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIEditFileRequest
- func (m *MockRepositoryAPI) EditFileExecute(r bitbucketclient.RepositoryAPIEditFileRequest) (*bitbucketclient.RestCommit, *http.Response, error)
- func (m *MockRepositoryAPI) EnableHook1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIEnableHook1Request
- func (m *MockRepositoryAPI) EnableHook1Execute(r bitbucketclient.RepositoryAPIEnableHook1Request) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
- func (m *MockRepositoryAPI) FindBranches(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIFindBranchesRequest
- func (m *MockRepositoryAPI) FindBranchesExecute(r bitbucketclient.RepositoryAPIFindBranchesRequest) (*bitbucketclient.FindByCommit200Response, *http.Response, error)
- func (m *MockRepositoryAPI) FindByCommit(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIFindByCommitRequest
- func (m *MockRepositoryAPI) FindByCommitExecute(r bitbucketclient.RepositoryAPIFindByCommitRequest) (*bitbucketclient.FindByCommit200Response, *http.Response, error)
- func (m *MockRepositoryAPI) FindWebhooks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIFindWebhooks1Request
- func (m *MockRepositoryAPI) FindWebhooks1Execute(r bitbucketclient.RepositoryAPIFindWebhooks1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) Get5(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGet5Request
- func (m *MockRepositoryAPI) Get5Execute(r bitbucketclient.RepositoryAPIGet5Request) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
- func (m *MockRepositoryAPI) GetAllLabelsForRepository(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetAllLabelsForRepositoryRequest
- func (m *MockRepositoryAPI) GetAllLabelsForRepositoryExecute(r bitbucketclient.RepositoryAPIGetAllLabelsForRepositoryRequest) (*bitbucketclient.RestLabel, *http.Response, error)
- func (m *MockRepositoryAPI) GetArchive(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetArchiveRequest
- func (m *MockRepositoryAPI) GetArchiveExecute(r bitbucketclient.RepositoryAPIGetArchiveRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) GetAttachment(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIGetAttachmentRequest
- func (m *MockRepositoryAPI) GetAttachmentExecute(r bitbucketclient.RepositoryAPIGetAttachmentRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) GetAttachmentMetadata(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPIGetAttachmentMetadataRequest
- func (m *MockRepositoryAPI) GetAttachmentMetadataExecute(r bitbucketclient.RepositoryAPIGetAttachmentMetadataRequest) (*bitbucketclient.RestAttachmentMetadata, *http.Response, error)
- func (m *MockRepositoryAPI) GetAutoDeclineSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetAutoDeclineSettings1Request
- func (m *MockRepositoryAPI) GetAutoDeclineSettings1Execute(r bitbucketclient.RepositoryAPIGetAutoDeclineSettings1Request) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
- func (m *MockRepositoryAPI) GetBranches(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetBranchesRequest
- func (m *MockRepositoryAPI) GetBranchesExecute(r bitbucketclient.RepositoryAPIGetBranchesRequest) (*bitbucketclient.GetBranches200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetChanges(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetChangesRequest
- func (m *MockRepositoryAPI) GetChanges1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetChanges1Request
- func (m *MockRepositoryAPI) GetChanges1Execute(r bitbucketclient.RepositoryAPIGetChanges1Request) (*bitbucketclient.GetChanges1200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetChangesExecute(r bitbucketclient.RepositoryAPIGetChangesRequest) (*bitbucketclient.GetChanges1200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetComment(ctx context.Context, projectKey, commentId, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetCommentRequest
- func (m *MockRepositoryAPI) GetCommentExecute(r bitbucketclient.RepositoryAPIGetCommentRequest) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockRepositoryAPI) GetComments(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetCommentsRequest
- func (m *MockRepositoryAPI) GetCommentsExecute(r bitbucketclient.RepositoryAPIGetCommentsRequest) (*bitbucketclient.GetComments200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetCommit(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetCommitRequest
- func (m *MockRepositoryAPI) GetCommitExecute(r bitbucketclient.RepositoryAPIGetCommitRequest) (*bitbucketclient.RestCommit, *http.Response, error)
- func (m *MockRepositoryAPI) GetCommits(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetCommitsRequest
- func (m *MockRepositoryAPI) GetCommitsExecute(r bitbucketclient.RepositoryAPIGetCommitsRequest) (*bitbucketclient.GetCommits200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetConfigurations1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetConfigurations1Request
- func (m *MockRepositoryAPI) GetConfigurations1Execute(r bitbucketclient.RepositoryAPIGetConfigurations1Request) (*bitbucketclient.GetConfigurations200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetContent(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetContentRequest
- func (m *MockRepositoryAPI) GetContent1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetContent1Request
- func (m *MockRepositoryAPI) GetContent1Execute(r bitbucketclient.RepositoryAPIGetContent1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) GetContentExecute(r bitbucketclient.RepositoryAPIGetContentRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) GetDefaultBranch1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetDefaultBranch1Request
- func (m *MockRepositoryAPI) GetDefaultBranch1Execute(r bitbucketclient.RepositoryAPIGetDefaultBranch1Request) (*bitbucketclient.RestBranch, *http.Response, error)
- func (m *MockRepositoryAPI) GetDefaultTasks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetDefaultTasks1Request
- func (m *MockRepositoryAPI) GetDefaultTasks1Execute(r bitbucketclient.RepositoryAPIGetDefaultTasks1Request) (*bitbucketclient.GetDefaultTasks1200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetDiffStatsSummary(ctx context.Context, path, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetDiffStatsSummaryRequest
- func (m *MockRepositoryAPI) GetDiffStatsSummary1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetDiffStatsSummary1Request
- func (m *MockRepositoryAPI) GetDiffStatsSummary1Execute(r bitbucketclient.RepositoryAPIGetDiffStatsSummary1Request) (*bitbucketclient.RestDiff, *http.Response, error)
- func (m *MockRepositoryAPI) GetDiffStatsSummaryExecute(r bitbucketclient.RepositoryAPIGetDiffStatsSummaryRequest) (any, *http.Response, error)
- func (m *MockRepositoryAPI) GetLatestInvocation1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetLatestInvocation1Request
- func (m *MockRepositoryAPI) GetLatestInvocation1Execute(r bitbucketclient.RepositoryAPIGetLatestInvocation1Request) (*bitbucketclient.RestDetailedInvocation, *http.Response, error)
- func (m *MockRepositoryAPI) GetMergeBase(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIGetMergeBaseRequest
- func (m *MockRepositoryAPI) GetMergeBaseExecute(r bitbucketclient.RepositoryAPIGetMergeBaseRequest) (*bitbucketclient.RestCommit, *http.Response, error)
- func (m *MockRepositoryAPI) GetPullRequestSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetPullRequestSettings1Request
- func (m *MockRepositoryAPI) GetPullRequestSettings1Execute(r bitbucketclient.RepositoryAPIGetPullRequestSettings1Request) (*bitbucketclient.RestRepositoryPullRequestSettings, *http.Response, error)
- func (m *MockRepositoryAPI) GetRefChangeActivity(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRefChangeActivityRequest
- func (m *MockRepositoryAPI) GetRefChangeActivityExecute(r bitbucketclient.RepositoryAPIGetRefChangeActivityRequest) (*bitbucketclient.GetRefChangeActivity200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetRepositories1(ctx context.Context) bitbucketclient.RepositoryAPIGetRepositories1Request
- func (m *MockRepositoryAPI) GetRepositories1Execute(r bitbucketclient.RepositoryAPIGetRepositories1Request) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, ...)
- func (m *MockRepositoryAPI) GetRepositoriesRecentlyAccessed(ctx context.Context) bitbucketclient.RepositoryAPIGetRepositoriesRecentlyAccessedRequest
- func (m *MockRepositoryAPI) GetRepositoriesRecentlyAccessedExecute(r bitbucketclient.RepositoryAPIGetRepositoriesRecentlyAccessedRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, ...)
- func (m *MockRepositoryAPI) GetRepositoryHook1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRepositoryHook1Request
- func (m *MockRepositoryAPI) GetRepositoryHook1Execute(r bitbucketclient.RepositoryAPIGetRepositoryHook1Request) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
- func (m *MockRepositoryAPI) GetRepositoryHooks1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRepositoryHooks1Request
- func (m *MockRepositoryAPI) GetRepositoryHooks1Execute(r bitbucketclient.RepositoryAPIGetRepositoryHooks1Request) (*bitbucketclient.GetRepositoryHooks1200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetRestriction1(ctx context.Context, projectKey, id, repositorySlug string) bitbucketclient.RepositoryAPIGetRestriction1Request
- func (m *MockRepositoryAPI) GetRestriction1Execute(r bitbucketclient.RepositoryAPIGetRestriction1Request) (*bitbucketclient.RestRefRestriction, *http.Response, error)
- func (m *MockRepositoryAPI) GetRestrictions1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetRestrictions1Request
- func (m *MockRepositoryAPI) GetRestrictions1Execute(r bitbucketclient.RepositoryAPIGetRestrictions1Request) (*bitbucketclient.GetRestrictions1200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetSettings1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPIGetSettings1Request
- func (m *MockRepositoryAPI) GetSettings1Execute(r bitbucketclient.RepositoryAPIGetSettings1Request) (*bitbucketclient.ExampleSettings, *http.Response, error)
- func (m *MockRepositoryAPI) GetStatistics1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetStatistics1Request
- func (m *MockRepositoryAPI) GetStatistics1Execute(r bitbucketclient.RepositoryAPIGetStatistics1Request) (any, *http.Response, error)
- func (m *MockRepositoryAPI) GetStatisticsSummary1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetStatisticsSummary1Request
- func (m *MockRepositoryAPI) GetStatisticsSummary1Execute(r bitbucketclient.RepositoryAPIGetStatisticsSummary1Request) (any, *http.Response, error)
- func (m *MockRepositoryAPI) GetStatus(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetStatusRequest
- func (m *MockRepositoryAPI) GetStatusExecute(r bitbucketclient.RepositoryAPIGetStatusRequest) (*bitbucketclient.RestRefSyncStatus, *http.Response, error)
- func (m *MockRepositoryAPI) GetTag(ctx context.Context, projectKey, name, repositorySlug string) bitbucketclient.RepositoryAPIGetTagRequest
- func (m *MockRepositoryAPI) GetTagExecute(r bitbucketclient.RepositoryAPIGetTagRequest) (*bitbucketclient.RestTag, *http.Response, error)
- func (m *MockRepositoryAPI) GetTags(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIGetTagsRequest
- func (m *MockRepositoryAPI) GetTagsExecute(r bitbucketclient.RepositoryAPIGetTagsRequest) (*bitbucketclient.GetTags200Response, *http.Response, error)
- func (m *MockRepositoryAPI) GetWebhook1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIGetWebhook1Request
- func (m *MockRepositoryAPI) GetWebhook1Execute(r bitbucketclient.RepositoryAPIGetWebhook1Request) (*bitbucketclient.RestWebhook, *http.Response, error)
- func (m *MockRepositoryAPI) React(ctx context.Context, ...) bitbucketclient.RepositoryAPIReactRequest
- func (m *MockRepositoryAPI) ReactExecute(r bitbucketclient.RepositoryAPIReactRequest) (*bitbucketclient.RestUserReaction, *http.Response, error)
- func (m *MockRepositoryAPI) RemoveConfiguration1(ctx context.Context, projectKey, scriptId, repositorySlug string) bitbucketclient.RepositoryAPIRemoveConfiguration1Request
- func (m *MockRepositoryAPI) RemoveConfiguration1Execute(r bitbucketclient.RepositoryAPIRemoveConfiguration1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) RemoveLabel(ctx context.Context, projectKey, labelName, repositorySlug string) bitbucketclient.RepositoryAPIRemoveLabelRequest
- func (m *MockRepositoryAPI) RemoveLabelExecute(r bitbucketclient.RepositoryAPIRemoveLabelRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) SaveAttachmentMetadata(ctx context.Context, projectKey, attachmentId, repositorySlug string) bitbucketclient.RepositoryAPISaveAttachmentMetadataRequest
- func (m *MockRepositoryAPI) SaveAttachmentMetadataExecute(r bitbucketclient.RepositoryAPISaveAttachmentMetadataRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) SearchWebhooks(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISearchWebhooksRequest
- func (m *MockRepositoryAPI) SearchWebhooksExecute(r bitbucketclient.RepositoryAPISearchWebhooksRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) Set1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISet1Request
- func (m *MockRepositoryAPI) Set1Execute(r bitbucketclient.RepositoryAPISet1Request) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
- func (m *MockRepositoryAPI) SetAutoDeclineSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISetAutoDeclineSettings1Request
- func (m *MockRepositoryAPI) SetAutoDeclineSettings1Execute(r bitbucketclient.RepositoryAPISetAutoDeclineSettings1Request) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
- func (m *MockRepositoryAPI) SetConfiguration1(ctx context.Context, projectKey, scriptId, repositorySlug string) bitbucketclient.RepositoryAPISetConfiguration1Request
- func (m *MockRepositoryAPI) SetConfiguration1Execute(r bitbucketclient.RepositoryAPISetConfiguration1Request) (*bitbucketclient.RestHookScriptConfig, *http.Response, error)
- func (m *MockRepositoryAPI) SetDefaultBranch1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISetDefaultBranch1Request
- func (m *MockRepositoryAPI) SetDefaultBranch1Execute(r bitbucketclient.RepositoryAPISetDefaultBranch1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) SetEnabled(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISetEnabledRequest
- func (m *MockRepositoryAPI) SetEnabledExecute(r bitbucketclient.RepositoryAPISetEnabledRequest) (*bitbucketclient.RestRefSyncStatus, *http.Response, error)
- func (m *MockRepositoryAPI) SetSettings1(ctx context.Context, projectKey, hookKey, repositorySlug string) bitbucketclient.RepositoryAPISetSettings1Request
- func (m *MockRepositoryAPI) SetSettings1Execute(r bitbucketclient.RepositoryAPISetSettings1Request) (*bitbucketclient.ExampleSettings, *http.Response, error)
- func (m *MockRepositoryAPI) Stream(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRequest
- func (m *MockRepositoryAPI) Stream1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStream1Request
- func (m *MockRepositoryAPI) Stream1Execute(r bitbucketclient.RepositoryAPIStream1Request) (*bitbucketclient.ExampleFiles, *http.Response, error)
- func (m *MockRepositoryAPI) StreamChanges(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamChangesRequest
- func (m *MockRepositoryAPI) StreamChangesExecute(r bitbucketclient.RepositoryAPIStreamChangesRequest) (*bitbucketclient.GetChanges1200Response, *http.Response, error)
- func (m *MockRepositoryAPI) StreamCommits(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamCommitsRequest
- func (m *MockRepositoryAPI) StreamCommitsExecute(r bitbucketclient.RepositoryAPIStreamCommitsRequest) (*bitbucketclient.GetCommits200Response, *http.Response, error)
- func (m *MockRepositoryAPI) StreamDiff(ctx context.Context, commitId, repositorySlug, path, projectKey string) bitbucketclient.RepositoryAPIStreamDiffRequest
- func (m *MockRepositoryAPI) StreamDiff1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamDiff1Request
- func (m *MockRepositoryAPI) StreamDiff1Execute(r bitbucketclient.RepositoryAPIStreamDiff1Request) (*bitbucketclient.RestDiff, *http.Response, error)
- func (m *MockRepositoryAPI) StreamDiffExecute(r bitbucketclient.RepositoryAPIStreamDiffRequest) (*bitbucketclient.RestDiff, *http.Response, error)
- func (m *MockRepositoryAPI) StreamExecute(r bitbucketclient.RepositoryAPIStreamRequest) (*bitbucketclient.ExampleFiles, *http.Response, error)
- func (m *MockRepositoryAPI) StreamFiles(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamFilesRequest
- func (m *MockRepositoryAPI) StreamFiles1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamFiles1Request
- func (m *MockRepositoryAPI) StreamFiles1Execute(r bitbucketclient.RepositoryAPIStreamFiles1Request) (*bitbucketclient.StreamFiles200Response, *http.Response, error)
- func (m *MockRepositoryAPI) StreamFilesExecute(r bitbucketclient.RepositoryAPIStreamFilesRequest) (*bitbucketclient.StreamFiles200Response, *http.Response, error)
- func (m *MockRepositoryAPI) StreamPatch(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamPatchRequest
- func (m *MockRepositoryAPI) StreamPatchExecute(r bitbucketclient.RepositoryAPIStreamPatchRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) StreamRaw(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRawRequest
- func (m *MockRepositoryAPI) StreamRawDiff(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRawDiffRequest
- func (m *MockRepositoryAPI) StreamRawDiff1(ctx context.Context, path, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIStreamRawDiff1Request
- func (m *MockRepositoryAPI) StreamRawDiff1Execute(r bitbucketclient.RepositoryAPIStreamRawDiff1Request) (*http.Response, error)
- func (m *MockRepositoryAPI) StreamRawDiffExecute(r bitbucketclient.RepositoryAPIStreamRawDiffRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) StreamRawExecute(r bitbucketclient.RepositoryAPIStreamRawRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) Synchronize(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPISynchronizeRequest
- func (m *MockRepositoryAPI) SynchronizeExecute(r bitbucketclient.RepositoryAPISynchronizeRequest) (*bitbucketclient.RestRejectedRef, *http.Response, error)
- func (m *MockRepositoryAPI) TestWebhook1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPITestWebhook1Request
- func (m *MockRepositoryAPI) TestWebhook1Execute(r bitbucketclient.RepositoryAPITestWebhook1Request) (any, *http.Response, error)
- func (m *MockRepositoryAPI) UnReact(ctx context.Context, ...) bitbucketclient.RepositoryAPIUnReactRequest
- func (m *MockRepositoryAPI) UnReactExecute(r bitbucketclient.RepositoryAPIUnReactRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) Unwatch(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIUnwatchRequest
- func (m *MockRepositoryAPI) Unwatch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIUnwatch2Request
- func (m *MockRepositoryAPI) Unwatch2Execute(r bitbucketclient.RepositoryAPIUnwatch2Request) (*http.Response, error)
- func (m *MockRepositoryAPI) UnwatchExecute(r bitbucketclient.RepositoryAPIUnwatchRequest) (*http.Response, error)
- func (m *MockRepositoryAPI) UpdateComment(ctx context.Context, projectKey, commentId, commitId, repositorySlug string) bitbucketclient.RepositoryAPIUpdateCommentRequest
- func (m *MockRepositoryAPI) UpdateCommentExecute(r bitbucketclient.RepositoryAPIUpdateCommentRequest) (*bitbucketclient.RestComment, *http.Response, error)
- func (m *MockRepositoryAPI) UpdateDefaultTask1(ctx context.Context, projectKey, repositorySlug, taskId string) bitbucketclient.RepositoryAPIUpdateDefaultTask1Request
- func (m *MockRepositoryAPI) UpdateDefaultTask1Execute(r bitbucketclient.RepositoryAPIUpdateDefaultTask1Request) (*bitbucketclient.RestDefaultTask, *http.Response, error)
- func (m *MockRepositoryAPI) UpdatePullRequestSettings1(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIUpdatePullRequestSettings1Request
- func (m *MockRepositoryAPI) UpdatePullRequestSettings1Execute(r bitbucketclient.RepositoryAPIUpdatePullRequestSettings1Request) (*bitbucketclient.RestRepositoryPullRequestSettings, *http.Response, error)
- func (m *MockRepositoryAPI) UpdateWebhook1(ctx context.Context, projectKey, webhookId, repositorySlug string) bitbucketclient.RepositoryAPIUpdateWebhook1Request
- func (m *MockRepositoryAPI) UpdateWebhook1Execute(r bitbucketclient.RepositoryAPIUpdateWebhook1Request) (*bitbucketclient.RestWebhook, *http.Response, error)
- func (m *MockRepositoryAPI) Watch(ctx context.Context, projectKey, commitId, repositorySlug string) bitbucketclient.RepositoryAPIWatchRequest
- func (m *MockRepositoryAPI) Watch2(ctx context.Context, projectKey, repositorySlug string) bitbucketclient.RepositoryAPIWatch2Request
- func (m *MockRepositoryAPI) Watch2Execute(r bitbucketclient.RepositoryAPIWatch2Request) (*http.Response, error)
- func (m *MockRepositoryAPI) WatchExecute(r bitbucketclient.RepositoryAPIWatchRequest) (*http.Response, error)
- type MockRepositoryAPIMockRecorder
- func (mr *MockRepositoryAPIMockRecorder) AddDefaultTask1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) AddDefaultTask1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) AddLabel(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) AddLabelExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateBranch(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateBranchExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateBranchForRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateBranchForRepositoryExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateComment(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateCommentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateRestrictions1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateRestrictions1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateTag(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateTagExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateTagForRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateTagForRepositoryExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateWebhook1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) CreateWebhook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Delete5(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Delete5Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAllDefaultTasks1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAllDefaultTasks1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAttachment(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAttachmentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAttachmentMetadata(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAttachmentMetadataExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAutoDeclineSettings1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteAutoDeclineSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteBranch(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteBranchExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteComment(ctx, projectKey, commentId, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteCommentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteDefaultTask1(ctx, projectKey, repositorySlug, taskId any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteDefaultTask1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteRepositoryHook(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteRepositoryHookExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteRestriction1(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteRestriction1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteTag(ctx, projectKey, name, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteTagExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteWebhook1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DeleteWebhook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DisableHook1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) DisableHook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) EditFile(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) EditFileExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) EnableHook1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) EnableHook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) FindBranches(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) FindBranchesExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) FindByCommit(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) FindByCommitExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) FindWebhooks1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) FindWebhooks1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Get5(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Get5Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAllLabelsForRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAllLabelsForRepositoryExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetArchive(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetArchiveExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAttachment(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAttachmentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAttachmentMetadata(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAttachmentMetadataExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAutoDeclineSettings1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetAutoDeclineSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetBranches(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetBranchesExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetChanges(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetChanges1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetChanges1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetChangesExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetComment(ctx, projectKey, commentId, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetCommentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetComments(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetCommentsExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetCommit(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetCommitExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetCommits(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetCommitsExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetConfigurations1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetConfigurations1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetContent(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetContent1(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetContent1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetContentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDefaultBranch1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDefaultBranch1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDefaultTasks1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDefaultTasks1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummary(ctx, path, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummary1(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummary1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetDiffStatsSummaryExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetLatestInvocation1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetLatestInvocation1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetMergeBase(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetMergeBaseExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetPullRequestSettings1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetPullRequestSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRefChangeActivity(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRefChangeActivityExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositories1(ctx any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositories1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositoriesRecentlyAccessed(ctx any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositoriesRecentlyAccessedExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHook1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHooks1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRepositoryHooks1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRestriction1(ctx, projectKey, id, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRestriction1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRestrictions1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetRestrictions1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetSettings1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetStatistics1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetStatistics1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetStatisticsSummary1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetStatisticsSummary1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetStatus(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetStatusExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetTag(ctx, projectKey, name, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetTagExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetTags(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetTagsExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetWebhook1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) GetWebhook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) React(ctx, projectKey, commentId, commitId, emoticon, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) ReactExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) RemoveConfiguration1(ctx, projectKey, scriptId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) RemoveConfiguration1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) RemoveLabel(ctx, projectKey, labelName, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) RemoveLabelExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SaveAttachmentMetadata(ctx, projectKey, attachmentId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SaveAttachmentMetadataExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SearchWebhooks(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SearchWebhooksExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Set1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Set1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetAutoDeclineSettings1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetAutoDeclineSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetConfiguration1(ctx, projectKey, scriptId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetConfiguration1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetDefaultBranch1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetDefaultBranch1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetEnabled(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetEnabledExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetSettings1(ctx, projectKey, hookKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SetSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Stream(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Stream1(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Stream1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamChanges(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamChangesExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamCommits(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamCommitsExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamDiff(ctx, commitId, repositorySlug, path, projectKey any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamDiff1(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamDiff1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamDiffExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamFiles(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamFiles1(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamFiles1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamFilesExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamPatch(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamPatchExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamRaw(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamRawDiff(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamRawDiff1(ctx, path, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamRawDiff1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamRawDiffExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) StreamRawExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Synchronize(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) SynchronizeExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) TestWebhook1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) TestWebhook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UnReact(ctx, projectKey, commentId, commitId, emoticon, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UnReactExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Unwatch(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Unwatch2(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Unwatch2Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UnwatchExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdateComment(ctx, projectKey, commentId, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdateCommentExecute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdateDefaultTask1(ctx, projectKey, repositorySlug, taskId any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdateDefaultTask1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdatePullRequestSettings1(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdatePullRequestSettings1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdateWebhook1(ctx, projectKey, webhookId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) UpdateWebhook1Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Watch(ctx, projectKey, commitId, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Watch2(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) Watch2Execute(r any) *gomock.Call
- func (mr *MockRepositoryAPIMockRecorder) WatchExecute(r any) *gomock.Call
- type MockServicer
- func (m *MockServicer) AddPRComment(ctx context.Context, projectKey, repositorySlug, pullRequestID, body string) error
- func (m *MockServicer) ApprovePullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string) error
- func (m *MockServicer) CreatePullRequest(ctx context.Context, projectKey, repositorySlug string, ...) (*bitbucketclient.RestPullRequest, error)
- func (m *MockServicer) CreateRepository(ctx context.Context, projectKey string, ...) (*bitbucketclient.RestRepository, error)
- func (m *MockServicer) CreateTag(ctx context.Context, ...) (*bitbucketclient.RestTag, error)
- func (m *MockServicer) DeclinePullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string, ...) (*bitbucketclient.RestPullRequest, error)
- func (m *MockServicer) DeleteRepository(ctx context.Context, projectKey, repositorySlug string) error
- func (m *MockServicer) EXPECT() *MockServicerMockRecorder
- func (m *MockServicer) ForkRepository(ctx context.Context, projectKey, repositorySlug, targetProject string) (*bitbucketclient.RestRepository, error)
- func (m *MockServicer) GetBuildStatusStats(ctx context.Context, projectKey, repositorySlug, commitID string) (*bitbucketclient.RestBuildStats, error)
- func (m *MockServicer) GetPullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string) (*bitbucketclient.RestPullRequest, error)
- func (m *MockServicer) GetPullRequestDiff(ctx context.Context, projectKey, repositorySlug, pullRequestID string) (io.ReadCloser, error)
- func (m *MockServicer) GetRepository(ctx context.Context, projectKey, repositorySlug string) (*bitbucketclient.RestRepository, error)
- func (m *MockServicer) ListAllRepositories(ctx context.Context, opts bitbucket.RepositoryListOptions) ([]bitbucketclient.RestRepository, error)
- func (m *MockServicer) ListBranches(ctx context.Context, projectKey, repositorySlug string, ...) ([]bitbucketclient.RestBranch, error)
- func (m *MockServicer) ListProjects(ctx context.Context, opts bitbucket.ProjectListOptions) ([]bitbucketclient.RestProject, error)
- func (m *MockServicer) ListPullRequests(ctx context.Context, projectKey, repositorySlug string, ...) ([]bitbucketclient.RestPullRequest, error)
- func (m *MockServicer) ListRepositories(ctx context.Context, projectKey string, opts bitbucket.RepositoryListOptions) ([]bitbucketclient.RestRepository, error)
- func (m *MockServicer) ListTags(ctx context.Context, projectKey, repositorySlug string, ...) ([]bitbucketclient.RestTag, error)
- func (m *MockServicer) MergePullRequest(ctx context.Context, projectKey, repositorySlug, pullRequestID string, ...) (*bitbucketclient.RestPullRequest, error)
- func (m *MockServicer) UpdateRepository(ctx context.Context, projectKey, repositorySlug string, ...) (*bitbucketclient.RestRepository, error)
- type MockServicerMockRecorder
- func (mr *MockServicerMockRecorder) AddPRComment(ctx, projectKey, repositorySlug, pullRequestID, body any) *gomock.Call
- func (mr *MockServicerMockRecorder) ApprovePullRequest(ctx, projectKey, repositorySlug, pullRequestID any) *gomock.Call
- func (mr *MockServicerMockRecorder) CreatePullRequest(ctx, projectKey, repositorySlug, pr any) *gomock.Call
- func (mr *MockServicerMockRecorder) CreateRepository(ctx, projectKey, repository any) *gomock.Call
- func (mr *MockServicerMockRecorder) CreateTag(ctx, projectKey, repositorySlug, name, startPoint, message any) *gomock.Call
- func (mr *MockServicerMockRecorder) DeclinePullRequest(ctx, projectKey, repositorySlug, pullRequestID, version any) *gomock.Call
- func (mr *MockServicerMockRecorder) DeleteRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockServicerMockRecorder) ForkRepository(ctx, projectKey, repositorySlug, targetProject any) *gomock.Call
- func (mr *MockServicerMockRecorder) GetBuildStatusStats(ctx, projectKey, repositorySlug, commitID any) *gomock.Call
- func (mr *MockServicerMockRecorder) GetPullRequest(ctx, projectKey, repositorySlug, pullRequestID any) *gomock.Call
- func (mr *MockServicerMockRecorder) GetPullRequestDiff(ctx, projectKey, repositorySlug, pullRequestID any) *gomock.Call
- func (mr *MockServicerMockRecorder) GetRepository(ctx, projectKey, repositorySlug any) *gomock.Call
- func (mr *MockServicerMockRecorder) ListAllRepositories(ctx, opts any) *gomock.Call
- func (mr *MockServicerMockRecorder) ListBranches(ctx, projectKey, repositorySlug, opts any) *gomock.Call
- func (mr *MockServicerMockRecorder) ListProjects(ctx, opts any) *gomock.Call
- func (mr *MockServicerMockRecorder) ListPullRequests(ctx, projectKey, repositorySlug, opts any) *gomock.Call
- func (mr *MockServicerMockRecorder) ListRepositories(ctx, projectKey, opts any) *gomock.Call
- func (mr *MockServicerMockRecorder) ListTags(ctx, projectKey, repositorySlug, opts any) *gomock.Call
- func (mr *MockServicerMockRecorder) MergePullRequest(ctx, projectKey, repositorySlug, pullRequestID, version any) *gomock.Call
- func (mr *MockServicerMockRecorder) UpdateRepository(ctx, projectKey, repositorySlug, repository any) *gomock.Call
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 ¶
func (m *MockProjectAPI) AddDefaultTask(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIAddDefaultTaskRequest
AddDefaultTask mocks base method.
func (*MockProjectAPI) AddDefaultTaskExecute ¶
func (m *MockProjectAPI) AddDefaultTaskExecute(r bitbucketclient.ProjectAPIAddDefaultTaskRequest) (*bitbucketclient.RestDefaultTask, *http.Response, error)
AddDefaultTaskExecute mocks base method.
func (*MockProjectAPI) Create3 ¶
func (m *MockProjectAPI) Create3(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreate3Request
Create3 mocks base method.
func (*MockProjectAPI) Create3Execute ¶
func (m *MockProjectAPI) Create3Execute(r bitbucketclient.ProjectAPICreate3Request) (*bitbucketclient.RestProjectSettingsRestriction, *http.Response, error)
Create3Execute mocks base method.
func (*MockProjectAPI) CreateProject ¶
func (m *MockProjectAPI) CreateProject(ctx context.Context) bitbucketclient.ProjectAPICreateProjectRequest
CreateProject mocks base method.
func (*MockProjectAPI) CreateProjectExecute ¶
func (m *MockProjectAPI) CreateProjectExecute(r bitbucketclient.ProjectAPICreateProjectRequest) (*bitbucketclient.RestProject, *http.Response, error)
CreateProjectExecute mocks base method.
func (*MockProjectAPI) CreateRepository ¶
func (m *MockProjectAPI) CreateRepository(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreateRepositoryRequest
CreateRepository mocks base method.
func (*MockProjectAPI) CreateRepositoryExecute ¶
func (m *MockProjectAPI) CreateRepositoryExecute(r bitbucketclient.ProjectAPICreateRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
CreateRepositoryExecute mocks base method.
func (*MockProjectAPI) CreateRestrictions ¶
func (m *MockProjectAPI) CreateRestrictions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreateRestrictionsRequest
CreateRestrictions mocks base method.
func (*MockProjectAPI) CreateRestrictionsExecute ¶
func (m *MockProjectAPI) CreateRestrictionsExecute(r bitbucketclient.ProjectAPICreateRestrictionsRequest) (*bitbucketclient.RestRefRestriction, *http.Response, error)
CreateRestrictionsExecute mocks base method.
func (*MockProjectAPI) CreateWebhook ¶
func (m *MockProjectAPI) CreateWebhook(ctx context.Context, projectKey string) bitbucketclient.ProjectAPICreateWebhookRequest
CreateWebhook mocks base method.
func (*MockProjectAPI) CreateWebhookExecute ¶
func (m *MockProjectAPI) CreateWebhookExecute(r bitbucketclient.ProjectAPICreateWebhookRequest) (*bitbucketclient.RestWebhook, *http.Response, error)
CreateWebhookExecute mocks base method.
func (*MockProjectAPI) Delete4 ¶
func (m *MockProjectAPI) Delete4(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDelete4Request
Delete4 mocks base method.
func (*MockProjectAPI) Delete4Execute ¶
func (m *MockProjectAPI) Delete4Execute(r bitbucketclient.ProjectAPIDelete4Request) (*http.Response, error)
Delete4Execute mocks base method.
func (*MockProjectAPI) Delete9 ¶
func (m *MockProjectAPI) Delete9(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDelete9Request
Delete9 mocks base method.
func (*MockProjectAPI) Delete9Execute ¶
func (m *MockProjectAPI) Delete9Execute(r bitbucketclient.ProjectAPIDelete9Request) (*http.Response, error)
Delete9Execute mocks base method.
func (*MockProjectAPI) DeleteAllDefaultTasks ¶
func (m *MockProjectAPI) DeleteAllDefaultTasks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDeleteAllDefaultTasksRequest
DeleteAllDefaultTasks mocks base method.
func (*MockProjectAPI) DeleteAllDefaultTasksExecute ¶
func (m *MockProjectAPI) DeleteAllDefaultTasksExecute(r bitbucketclient.ProjectAPIDeleteAllDefaultTasksRequest) (*http.Response, error)
DeleteAllDefaultTasksExecute mocks base method.
func (*MockProjectAPI) DeleteAutoDeclineSettings ¶
func (m *MockProjectAPI) DeleteAutoDeclineSettings(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDeleteAutoDeclineSettingsRequest
DeleteAutoDeclineSettings mocks base method.
func (*MockProjectAPI) DeleteAutoDeclineSettingsExecute ¶
func (m *MockProjectAPI) DeleteAutoDeclineSettingsExecute(r bitbucketclient.ProjectAPIDeleteAutoDeclineSettingsRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) DeleteDefaultTaskExecute(r bitbucketclient.ProjectAPIDeleteDefaultTaskRequest) (*http.Response, error)
DeleteDefaultTaskExecute mocks base method.
func (*MockProjectAPI) DeleteProject ¶
func (m *MockProjectAPI) DeleteProject(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIDeleteProjectRequest
DeleteProject mocks base method.
func (*MockProjectAPI) DeleteProjectExecute ¶
func (m *MockProjectAPI) DeleteProjectExecute(r bitbucketclient.ProjectAPIDeleteProjectRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) DeleteRepositoryExecute(r bitbucketclient.ProjectAPIDeleteRepositoryRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) DeleteRestrictionExecute(r bitbucketclient.ProjectAPIDeleteRestrictionRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) DeleteWebhookExecute(r bitbucketclient.ProjectAPIDeleteWebhookRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) DisableHookExecute(r bitbucketclient.ProjectAPIDisableHookRequest) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
DisableHookExecute mocks base method.
func (*MockProjectAPI) EXPECT ¶
func (m *MockProjectAPI) EXPECT() *MockProjectAPIMockRecorder
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 ¶
func (m *MockProjectAPI) EnableHookExecute(r bitbucketclient.ProjectAPIEnableHookRequest) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
EnableHookExecute mocks base method.
func (*MockProjectAPI) FindWebhooks ¶
func (m *MockProjectAPI) FindWebhooks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIFindWebhooksRequest
FindWebhooks mocks base method.
func (*MockProjectAPI) FindWebhooksExecute ¶
func (m *MockProjectAPI) FindWebhooksExecute(r bitbucketclient.ProjectAPIFindWebhooksRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) ForkRepositoryExecute(r bitbucketclient.ProjectAPIForkRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
ForkRepositoryExecute mocks base method.
func (*MockProjectAPI) Get4 ¶
func (m *MockProjectAPI) Get4(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGet4Request
Get4 mocks base method.
func (*MockProjectAPI) Get4Execute ¶
func (m *MockProjectAPI) Get4Execute(r bitbucketclient.ProjectAPIGet4Request) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
Get4Execute mocks base method.
func (*MockProjectAPI) Get7 ¶
func (m *MockProjectAPI) Get7(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGet7Request
Get7 mocks base method.
func (*MockProjectAPI) Get7Execute ¶
func (m *MockProjectAPI) Get7Execute(r bitbucketclient.ProjectAPIGet7Request) (*bitbucketclient.RestProjectSettingsRestriction, *http.Response, error)
Get7Execute mocks base method.
func (*MockProjectAPI) GetAll ¶
func (m *MockProjectAPI) GetAll(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetAllRequest
GetAll mocks base method.
func (*MockProjectAPI) GetAllExecute ¶
func (m *MockProjectAPI) GetAllExecute(r bitbucketclient.ProjectAPIGetAllRequest) (*bitbucketclient.GetAll200Response, *http.Response, error)
GetAllExecute mocks base method.
func (*MockProjectAPI) GetAutoDeclineSettings ¶
func (m *MockProjectAPI) GetAutoDeclineSettings(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetAutoDeclineSettingsRequest
GetAutoDeclineSettings mocks base method.
func (*MockProjectAPI) GetAutoDeclineSettingsExecute ¶
func (m *MockProjectAPI) GetAutoDeclineSettingsExecute(r bitbucketclient.ProjectAPIGetAutoDeclineSettingsRequest) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
GetAutoDeclineSettingsExecute mocks base method.
func (*MockProjectAPI) GetAvatar ¶
func (m *MockProjectAPI) GetAvatar(ctx context.Context, hookKey string) bitbucketclient.ProjectAPIGetAvatarRequest
GetAvatar mocks base method.
func (*MockProjectAPI) GetAvatarExecute ¶
func (m *MockProjectAPI) GetAvatarExecute(r bitbucketclient.ProjectAPIGetAvatarRequest) (*http.Response, error)
GetAvatarExecute mocks base method.
func (*MockProjectAPI) GetConfigurations ¶
func (m *MockProjectAPI) GetConfigurations(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetConfigurationsRequest
GetConfigurations mocks base method.
func (*MockProjectAPI) GetConfigurationsExecute ¶
func (m *MockProjectAPI) GetConfigurationsExecute(r bitbucketclient.ProjectAPIGetConfigurationsRequest) (*bitbucketclient.GetConfigurations200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetDefaultBranch2Execute(r bitbucketclient.ProjectAPIGetDefaultBranch2Request) (*bitbucketclient.RestMinimalRef, *http.Response, error)
GetDefaultBranch2Execute mocks base method.
func (*MockProjectAPI) GetDefaultTasks ¶
func (m *MockProjectAPI) GetDefaultTasks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetDefaultTasksRequest
GetDefaultTasks mocks base method.
func (*MockProjectAPI) GetDefaultTasksExecute ¶
func (m *MockProjectAPI) GetDefaultTasksExecute(r bitbucketclient.ProjectAPIGetDefaultTasksRequest) (*bitbucketclient.GetDefaultTasks1200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetForkedRepositoriesExecute(r bitbucketclient.ProjectAPIGetForkedRepositoriesRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetGroupsWithAnyPermission1Execute(r bitbucketclient.ProjectAPIGetGroupsWithAnyPermission1Request) (*bitbucketclient.GetGroupsWithAnyPermission200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetGroupsWithoutAnyPermission1Execute(r bitbucketclient.ProjectAPIGetGroupsWithoutAnyPermission1Request) (*bitbucketclient.GetGroups1200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetLatestInvocationExecute(r bitbucketclient.ProjectAPIGetLatestInvocationRequest) (*bitbucketclient.RestDetailedInvocation, *http.Response, error)
GetLatestInvocationExecute mocks base method.
func (*MockProjectAPI) GetProject ¶
func (m *MockProjectAPI) GetProject(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetProjectRequest
GetProject mocks base method.
func (*MockProjectAPI) GetProjectAvatar ¶
func (m *MockProjectAPI) GetProjectAvatar(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetProjectAvatarRequest
GetProjectAvatar mocks base method.
func (*MockProjectAPI) GetProjectAvatarExecute ¶
func (m *MockProjectAPI) GetProjectAvatarExecute(r bitbucketclient.ProjectAPIGetProjectAvatarRequest) (*http.Response, error)
GetProjectAvatarExecute mocks base method.
func (*MockProjectAPI) GetProjectExecute ¶
func (m *MockProjectAPI) GetProjectExecute(r bitbucketclient.ProjectAPIGetProjectRequest) (*bitbucketclient.RestProject, *http.Response, error)
GetProjectExecute mocks base method.
func (*MockProjectAPI) GetProjects ¶
func (m *MockProjectAPI) GetProjects(ctx context.Context) bitbucketclient.ProjectAPIGetProjectsRequest
GetProjects mocks base method.
func (*MockProjectAPI) GetProjectsExecute ¶
func (m *MockProjectAPI) GetProjectsExecute(r bitbucketclient.ProjectAPIGetProjectsRequest) (*bitbucketclient.GetProjects200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetPullRequestSettingsExecute(r bitbucketclient.ProjectAPIGetPullRequestSettingsRequest) (*bitbucketclient.RestPullRequestSettings, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetRelatedRepositoriesExecute(r bitbucketclient.ProjectAPIGetRelatedRepositoriesRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, error)
GetRelatedRepositoriesExecute mocks base method.
func (*MockProjectAPI) GetRepositories ¶
func (m *MockProjectAPI) GetRepositories(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetRepositoriesRequest
GetRepositories mocks base method.
func (*MockProjectAPI) GetRepositoriesExecute ¶
func (m *MockProjectAPI) GetRepositoriesExecute(r bitbucketclient.ProjectAPIGetRepositoriesRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetRepositoryExecute(r bitbucketclient.ProjectAPIGetRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetRepositoryHookExecute(r bitbucketclient.ProjectAPIGetRepositoryHookRequest) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
GetRepositoryHookExecute mocks base method.
func (*MockProjectAPI) GetRepositoryHooks ¶
func (m *MockProjectAPI) GetRepositoryHooks(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetRepositoryHooksRequest
GetRepositoryHooks mocks base method.
func (*MockProjectAPI) GetRepositoryHooksExecute ¶
func (m *MockProjectAPI) GetRepositoryHooksExecute(r bitbucketclient.ProjectAPIGetRepositoryHooksRequest) (*bitbucketclient.GetRepositoryHooks1200Response, *http.Response, error)
GetRepositoryHooksExecute mocks base method.
func (*MockProjectAPI) GetRestriction ¶
func (m *MockProjectAPI) GetRestriction(ctx context.Context, projectKey, id string) bitbucketclient.ProjectAPIGetRestrictionRequest
GetRestriction mocks base method.
func (*MockProjectAPI) GetRestrictionExecute ¶
func (m *MockProjectAPI) GetRestrictionExecute(r bitbucketclient.ProjectAPIGetRestrictionRequest) (*bitbucketclient.RestRefRestriction, *http.Response, error)
GetRestrictionExecute mocks base method.
func (*MockProjectAPI) GetRestrictions ¶
func (m *MockProjectAPI) GetRestrictions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetRestrictionsRequest
GetRestrictions mocks base method.
func (*MockProjectAPI) GetRestrictionsExecute ¶
func (m *MockProjectAPI) GetRestrictionsExecute(r bitbucketclient.ProjectAPIGetRestrictionsRequest) (*bitbucketclient.GetRestrictions1200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetSettingsExecute(r bitbucketclient.ProjectAPIGetSettingsRequest) (*bitbucketclient.ExampleSettings, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetStatisticsExecute(r bitbucketclient.ProjectAPIGetStatisticsRequest) (any, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetStatisticsSummaryExecute(r bitbucketclient.ProjectAPIGetStatisticsSummaryRequest) (any, *http.Response, error)
GetStatisticsSummaryExecute mocks base method.
func (*MockProjectAPI) GetUsersWithAnyPermission1 ¶
func (m *MockProjectAPI) GetUsersWithAnyPermission1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetUsersWithAnyPermission1Request
GetUsersWithAnyPermission1 mocks base method.
func (*MockProjectAPI) GetUsersWithAnyPermission1Execute ¶
func (m *MockProjectAPI) GetUsersWithAnyPermission1Execute(r bitbucketclient.ProjectAPIGetUsersWithAnyPermission1Request) (*bitbucketclient.GetUsersWithAnyPermission1200Response, *http.Response, error)
GetUsersWithAnyPermission1Execute mocks base method.
func (*MockProjectAPI) GetUsersWithoutPermission ¶
func (m *MockProjectAPI) GetUsersWithoutPermission(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIGetUsersWithoutPermissionRequest
GetUsersWithoutPermission mocks base method.
func (*MockProjectAPI) GetUsersWithoutPermissionExecute ¶
func (m *MockProjectAPI) GetUsersWithoutPermissionExecute(r bitbucketclient.ProjectAPIGetUsersWithoutPermissionRequest) (*bitbucketclient.GetUsersWithoutAnyPermission200Response, *http.Response, error)
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 ¶
func (m *MockProjectAPI) GetWebhookExecute(r bitbucketclient.ProjectAPIGetWebhookRequest) (*bitbucketclient.RestWebhook, *http.Response, error)
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 ¶
func (m *MockProjectAPI) HasAllUserPermissionExecute(r bitbucketclient.ProjectAPIHasAllUserPermissionRequest) (*bitbucketclient.RestPermitted, *http.Response, error)
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 ¶
func (m *MockProjectAPI) ModifyAllUserPermissionExecute(r bitbucketclient.ProjectAPIModifyAllUserPermissionRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) RemoveConfigurationExecute(r bitbucketclient.ProjectAPIRemoveConfigurationRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) RetryCreateRepositoryExecute(r bitbucketclient.ProjectAPIRetryCreateRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
RetryCreateRepositoryExecute mocks base method.
func (*MockProjectAPI) RevokePermissions ¶
func (m *MockProjectAPI) RevokePermissions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIRevokePermissionsRequest
RevokePermissions mocks base method.
func (*MockProjectAPI) RevokePermissionsExecute ¶
func (m *MockProjectAPI) RevokePermissionsExecute(r bitbucketclient.ProjectAPIRevokePermissionsRequest) (*http.Response, error)
RevokePermissionsExecute mocks base method.
func (*MockProjectAPI) RevokePermissionsForGroup1 ¶
func (m *MockProjectAPI) RevokePermissionsForGroup1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIRevokePermissionsForGroup1Request
RevokePermissionsForGroup1 mocks base method.
func (*MockProjectAPI) RevokePermissionsForGroup1Execute ¶
func (m *MockProjectAPI) RevokePermissionsForGroup1Execute(r bitbucketclient.ProjectAPIRevokePermissionsForGroup1Request) (*http.Response, error)
RevokePermissionsForGroup1Execute mocks base method.
func (*MockProjectAPI) RevokePermissionsForUser1 ¶
func (m *MockProjectAPI) RevokePermissionsForUser1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIRevokePermissionsForUser1Request
RevokePermissionsForUser1 mocks base method.
func (*MockProjectAPI) RevokePermissionsForUser1Execute ¶
func (m *MockProjectAPI) RevokePermissionsForUser1Execute(r bitbucketclient.ProjectAPIRevokePermissionsForUser1Request) (*http.Response, error)
RevokePermissionsForUser1Execute mocks base method.
func (*MockProjectAPI) SearchPermissions ¶
func (m *MockProjectAPI) SearchPermissions(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISearchPermissionsRequest
SearchPermissions mocks base method.
func (*MockProjectAPI) SearchPermissionsExecute ¶
func (m *MockProjectAPI) SearchPermissionsExecute(r bitbucketclient.ProjectAPISearchPermissionsRequest) (*http.Response, error)
SearchPermissionsExecute mocks base method.
func (*MockProjectAPI) Set ¶
func (m *MockProjectAPI) Set(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetRequest
Set mocks base method.
func (*MockProjectAPI) SetAutoDeclineSettings ¶
func (m *MockProjectAPI) SetAutoDeclineSettings(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetAutoDeclineSettingsRequest
SetAutoDeclineSettings mocks base method.
func (*MockProjectAPI) SetAutoDeclineSettingsExecute ¶
func (m *MockProjectAPI) SetAutoDeclineSettingsExecute(r bitbucketclient.ProjectAPISetAutoDeclineSettingsRequest) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
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 ¶
func (m *MockProjectAPI) SetConfigurationExecute(r bitbucketclient.ProjectAPISetConfigurationRequest) (*bitbucketclient.RestHookScriptConfig, *http.Response, error)
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 ¶
func (m *MockProjectAPI) SetDefaultBranch2Execute(r bitbucketclient.ProjectAPISetDefaultBranch2Request) (*http.Response, error)
SetDefaultBranch2Execute mocks base method.
func (*MockProjectAPI) SetExecute ¶
func (m *MockProjectAPI) SetExecute(r bitbucketclient.ProjectAPISetRequest) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
SetExecute mocks base method.
func (*MockProjectAPI) SetPermissionForGroups1 ¶
func (m *MockProjectAPI) SetPermissionForGroups1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetPermissionForGroups1Request
SetPermissionForGroups1 mocks base method.
func (*MockProjectAPI) SetPermissionForGroups1Execute ¶
func (m *MockProjectAPI) SetPermissionForGroups1Execute(r bitbucketclient.ProjectAPISetPermissionForGroups1Request) (*http.Response, error)
SetPermissionForGroups1Execute mocks base method.
func (*MockProjectAPI) SetPermissionForUsers1 ¶
func (m *MockProjectAPI) SetPermissionForUsers1(ctx context.Context, projectKey string) bitbucketclient.ProjectAPISetPermissionForUsers1Request
SetPermissionForUsers1 mocks base method.
func (*MockProjectAPI) SetPermissionForUsers1Execute ¶
func (m *MockProjectAPI) SetPermissionForUsers1Execute(r bitbucketclient.ProjectAPISetPermissionForUsers1Request) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) SetSettingsExecute(r bitbucketclient.ProjectAPISetSettingsRequest) (*bitbucketclient.ExampleSettings, *http.Response, error)
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 ¶
func (m *MockProjectAPI) StreamContributingExecute(r bitbucketclient.ProjectAPIStreamContributingRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) StreamLicenseExecute(r bitbucketclient.ProjectAPIStreamLicenseRequest) (*http.Response, error)
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 ¶
func (m *MockProjectAPI) StreamReadmeExecute(r bitbucketclient.ProjectAPIStreamReadmeRequest) (*http.Response, error)
StreamReadmeExecute mocks base method.
func (*MockProjectAPI) TestWebhook ¶
func (m *MockProjectAPI) TestWebhook(ctx context.Context, projectKey string) bitbucketclient.ProjectAPITestWebhookRequest
TestWebhook mocks base method.
func (*MockProjectAPI) TestWebhookExecute ¶
func (m *MockProjectAPI) TestWebhookExecute(r bitbucketclient.ProjectAPITestWebhookRequest) (any, *http.Response, error)
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 ¶
func (m *MockProjectAPI) UpdateDefaultTaskExecute(r bitbucketclient.ProjectAPIUpdateDefaultTaskRequest) (*bitbucketclient.RestDefaultTask, *http.Response, error)
UpdateDefaultTaskExecute mocks base method.
func (*MockProjectAPI) UpdateProject ¶
func (m *MockProjectAPI) UpdateProject(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIUpdateProjectRequest
UpdateProject mocks base method.
func (*MockProjectAPI) UpdateProjectExecute ¶
func (m *MockProjectAPI) UpdateProjectExecute(r bitbucketclient.ProjectAPIUpdateProjectRequest) (*bitbucketclient.RestProject, *http.Response, error)
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 ¶
func (m *MockProjectAPI) UpdatePullRequestSettingsExecute(r bitbucketclient.ProjectAPIUpdatePullRequestSettingsRequest) (*bitbucketclient.RestPullRequestSettings, *http.Response, error)
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 ¶
func (m *MockProjectAPI) UpdateRepositoryExecute(r bitbucketclient.ProjectAPIUpdateRepositoryRequest) (*bitbucketclient.RestRepository, *http.Response, error)
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 ¶
func (m *MockProjectAPI) UpdateWebhookExecute(r bitbucketclient.ProjectAPIUpdateWebhookRequest) (*bitbucketclient.RestWebhook, *http.Response, error)
UpdateWebhookExecute mocks base method.
func (*MockProjectAPI) UploadAvatar ¶
func (m *MockProjectAPI) UploadAvatar(ctx context.Context, projectKey string) bitbucketclient.ProjectAPIUploadAvatarRequest
UploadAvatar mocks base method.
func (*MockProjectAPI) UploadAvatarExecute ¶
func (m *MockProjectAPI) UploadAvatarExecute(r bitbucketclient.ProjectAPIUploadAvatarRequest) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) ApplySuggestionExecute(r bitbucketclient.PullRequestsAPIApplySuggestionRequest) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) ApproveExecute(r bitbucketclient.PullRequestsAPIApproveRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) AssignParticipantRoleExecute(r bitbucketclient.PullRequestsAPIAssignParticipantRoleRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) CanMergeExecute(r bitbucketclient.PullRequestsAPICanMergeRequest) (*bitbucketclient.RestPullRequestMergeability, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) CanRebaseExecute(r bitbucketclient.PullRequestsAPICanRebaseRequest) (*bitbucketclient.RestPullRequestRebaseability, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) CancelAutoMergeExecute(r bitbucketclient.PullRequestsAPICancelAutoMergeRequest) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Create1(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPICreate1Request
Create1 mocks base method.
func (*MockPullRequestsAPI) Create1Execute ¶
func (m *MockPullRequestsAPI) Create1Execute(r bitbucketclient.PullRequestsAPICreate1Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Create2Execute(r bitbucketclient.PullRequestsAPICreate2Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) CreateComment1Execute(r bitbucketclient.PullRequestsAPICreateComment1Request) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) CreateComment2Execute(r bitbucketclient.PullRequestsAPICreateComment2Request) (*bitbucketclient.RestComment, *http.Response, error)
CreateComment2Execute mocks base method.
func (*MockPullRequestsAPI) CreateExecute ¶
func (m *MockPullRequestsAPI) CreateExecute(r bitbucketclient.PullRequestsAPICreateRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
CreateExecute mocks base method.
func (*MockPullRequestsAPI) CreatePullRequestCondition ¶
func (m *MockPullRequestsAPI) CreatePullRequestCondition(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPICreatePullRequestConditionRequest
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 ¶
func (m *MockPullRequestsAPI) CreatePullRequestCondition1Execute(r bitbucketclient.PullRequestsAPICreatePullRequestCondition1Request) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
CreatePullRequestCondition1Execute mocks base method.
func (*MockPullRequestsAPI) CreatePullRequestConditionExecute ¶
func (m *MockPullRequestsAPI) CreatePullRequestConditionExecute(r bitbucketclient.PullRequestsAPICreatePullRequestConditionRequest) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) DeclineExecute(r bitbucketclient.PullRequestsAPIDeclineRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Delete3Execute(r bitbucketclient.PullRequestsAPIDelete3Request) (*http.Response, error)
Delete3Execute mocks base method.
func (*MockPullRequestsAPI) Delete6 ¶
func (m *MockPullRequestsAPI) Delete6(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIDelete6Request
Delete6 mocks base method.
func (*MockPullRequestsAPI) Delete6Execute ¶
func (m *MockPullRequestsAPI) Delete6Execute(r bitbucketclient.PullRequestsAPIDelete6Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Delete7Execute(r bitbucketclient.PullRequestsAPIDelete7Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) DeleteComment1Execute(r bitbucketclient.PullRequestsAPIDeleteComment1Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) DeleteComment2Execute(r bitbucketclient.PullRequestsAPIDeleteComment2Request) (*http.Response, error)
DeleteComment2Execute mocks base method.
func (*MockPullRequestsAPI) DeletePullRequestCondition ¶
func (m *MockPullRequestsAPI) DeletePullRequestCondition(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIDeletePullRequestConditionRequest
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 ¶
func (m *MockPullRequestsAPI) DeletePullRequestCondition1Execute(r bitbucketclient.PullRequestsAPIDeletePullRequestCondition1Request) (*http.Response, error)
DeletePullRequestCondition1Execute mocks base method.
func (*MockPullRequestsAPI) DeletePullRequestConditionExecute ¶
func (m *MockPullRequestsAPI) DeletePullRequestConditionExecute(r bitbucketclient.PullRequestsAPIDeletePullRequestConditionRequest) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) DiscardReviewExecute(r bitbucketclient.PullRequestsAPIDiscardReviewRequest) (*http.Response, error)
DiscardReviewExecute mocks base method.
func (*MockPullRequestsAPI) EXPECT ¶
func (m *MockPullRequestsAPI) EXPECT() *MockPullRequestsAPIMockRecorder
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 ¶
func (m *MockPullRequestsAPI) FinishReviewExecute(r bitbucketclient.PullRequestsAPIFinishReviewRequest) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Get3Execute(r bitbucketclient.PullRequestsAPIGet3Request) (*bitbucketclient.RestPullRequest, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetActivitiesExecute(r bitbucketclient.PullRequestsAPIGetActivitiesRequest) (*bitbucketclient.GetActivities200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetAutoMergeRequestExecute(r bitbucketclient.PullRequestsAPIGetAutoMergeRequestRequest) (*bitbucketclient.RestAutoMergeRequest, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetComment1Execute(r bitbucketclient.PullRequestsAPIGetComment1Request) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetComment2Execute(r bitbucketclient.PullRequestsAPIGetComment2Request) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetComments1Execute(r bitbucketclient.PullRequestsAPIGetComments1Request) (*bitbucketclient.GetComments200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetComments2Execute(r bitbucketclient.PullRequestsAPIGetComments2Request) (*bitbucketclient.GetComments200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetCommitMessageSuggestionExecute(r bitbucketclient.PullRequestsAPIGetCommitMessageSuggestionRequest) (*bitbucketclient.RestCommitMessageSuggestion, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetCommits1Execute(r bitbucketclient.PullRequestsAPIGetCommits1Request) (*bitbucketclient.GetCommits200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetDiffStatsSummary2Execute(r bitbucketclient.PullRequestsAPIGetDiffStatsSummary2Request) (any, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetMergeBase1Execute(r bitbucketclient.PullRequestsAPIGetMergeBase1Request) (*bitbucketclient.RestCommit, *http.Response, error)
GetMergeBase1Execute mocks base method.
func (*MockPullRequestsAPI) GetMergeConfig ¶
func (m *MockPullRequestsAPI) GetMergeConfig(ctx context.Context, scmId string) bitbucketclient.PullRequestsAPIGetMergeConfigRequest
GetMergeConfig mocks base method.
func (*MockPullRequestsAPI) GetMergeConfigExecute ¶
func (m *MockPullRequestsAPI) GetMergeConfigExecute(r bitbucketclient.PullRequestsAPIGetMergeConfigRequest) (*bitbucketclient.RestPullRequestMergeConfig, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetPageExecute(r bitbucketclient.PullRequestsAPIGetPageRequest) (*bitbucketclient.GetPullRequests1200Response, *http.Response, error)
GetPageExecute mocks base method.
func (*MockPullRequestsAPI) GetPullRequestConditions ¶
func (m *MockPullRequestsAPI) GetPullRequestConditions(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPIGetPullRequestConditionsRequest
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 ¶
func (m *MockPullRequestsAPI) GetPullRequestConditions1Execute(r bitbucketclient.PullRequestsAPIGetPullRequestConditions1Request) ([]bitbucketclient.RestPullRequestCondition, *http.Response, error)
GetPullRequestConditions1Execute mocks base method.
func (*MockPullRequestsAPI) GetPullRequestConditionsExecute ¶
func (m *MockPullRequestsAPI) GetPullRequestConditionsExecute(r bitbucketclient.PullRequestsAPIGetPullRequestConditionsRequest) ([]bitbucketclient.RestPullRequestCondition, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetPullRequestsExecute(r bitbucketclient.PullRequestsAPIGetPullRequestsRequest) (*bitbucketclient.GetPullRequests1200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetReviewExecute(r bitbucketclient.PullRequestsAPIGetReviewRequest) (*bitbucketclient.GetComments200Response, *http.Response, error)
GetReviewExecute mocks base method.
func (*MockPullRequestsAPI) GetReviewerGroup ¶
func (m *MockPullRequestsAPI) GetReviewerGroup(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIGetReviewerGroupRequest
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 ¶
func (m *MockPullRequestsAPI) GetReviewerGroup1Execute(r bitbucketclient.PullRequestsAPIGetReviewerGroup1Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
GetReviewerGroup1Execute mocks base method.
func (*MockPullRequestsAPI) GetReviewerGroupExecute ¶
func (m *MockPullRequestsAPI) GetReviewerGroupExecute(r bitbucketclient.PullRequestsAPIGetReviewerGroupRequest) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
GetReviewerGroupExecute mocks base method.
func (*MockPullRequestsAPI) GetReviewerGroups ¶
func (m *MockPullRequestsAPI) GetReviewerGroups(ctx context.Context, projectKey string) bitbucketclient.PullRequestsAPIGetReviewerGroupsRequest
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 ¶
func (m *MockPullRequestsAPI) GetReviewerGroups1Execute(r bitbucketclient.PullRequestsAPIGetReviewerGroups1Request) (*bitbucketclient.GetReviewerGroups1200Response, *http.Response, error)
GetReviewerGroups1Execute mocks base method.
func (*MockPullRequestsAPI) GetReviewerGroupsExecute ¶
func (m *MockPullRequestsAPI) GetReviewerGroupsExecute(r bitbucketclient.PullRequestsAPIGetReviewerGroupsRequest) (*bitbucketclient.GetReviewerGroups1200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetReviewersExecute(r bitbucketclient.PullRequestsAPIGetReviewersRequest) ([]bitbucketclient.RestPullRequestCondition, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) GetUsersExecute(r bitbucketclient.PullRequestsAPIGetUsersRequest) ([]bitbucketclient.RestApplicationUser, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) ListParticipantsExecute(r bitbucketclient.PullRequestsAPIListParticipantsRequest) (*bitbucketclient.ListParticipants200Response, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) MergeExecute(r bitbucketclient.PullRequestsAPIMergeRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) React1Execute(r bitbucketclient.PullRequestsAPIReact1Request) (*bitbucketclient.RestUserReaction, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) RebaseExecute(r bitbucketclient.PullRequestsAPIRebaseRequest) (*bitbucketclient.RestPullRequestRebaseResult, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) ReopenExecute(r bitbucketclient.PullRequestsAPIReopenRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) SearchExecute(r bitbucketclient.PullRequestsAPISearchRequest) (*bitbucketclient.GetUsersWithoutAnyPermission200Response, *http.Response, error)
SearchExecute mocks base method.
func (*MockPullRequestsAPI) SetMergeConfig ¶
func (m *MockPullRequestsAPI) SetMergeConfig(ctx context.Context, scmId string) bitbucketclient.PullRequestsAPISetMergeConfigRequest
SetMergeConfig mocks base method.
func (*MockPullRequestsAPI) SetMergeConfigExecute ¶
func (m *MockPullRequestsAPI) SetMergeConfigExecute(r bitbucketclient.PullRequestsAPISetMergeConfigRequest) (*bitbucketclient.RestPullRequestMergeConfig, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) StreamChanges1Execute(r bitbucketclient.PullRequestsAPIStreamChanges1Request) (*bitbucketclient.RestChange, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) StreamDiff2Execute(r bitbucketclient.PullRequestsAPIStreamDiff2Request) (*bitbucketclient.RestDiff, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) StreamPatch1Execute(r bitbucketclient.PullRequestsAPIStreamPatch1Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) StreamRawDiff2Execute(r bitbucketclient.PullRequestsAPIStreamRawDiff2Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) TryAutoMergeExecute(r bitbucketclient.PullRequestsAPITryAutoMergeRequest) (*bitbucketclient.RestAutoMergeProcessingResult, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) UnReact1Execute(r bitbucketclient.PullRequestsAPIUnReact1Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) UnassignParticipantRole1Execute(r bitbucketclient.PullRequestsAPIUnassignParticipantRole1Request) (*http.Response, error)
UnassignParticipantRole1Execute mocks base method.
func (*MockPullRequestsAPI) UnassignParticipantRoleExecute ¶
func (m *MockPullRequestsAPI) UnassignParticipantRoleExecute(r bitbucketclient.PullRequestsAPIUnassignParticipantRoleRequest) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Unwatch1Execute(r bitbucketclient.PullRequestsAPIUnwatch1Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Update1(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIUpdate1Request
Update1 mocks base method.
func (*MockPullRequestsAPI) Update1Execute ¶
func (m *MockPullRequestsAPI) Update1Execute(r bitbucketclient.PullRequestsAPIUpdate1Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Update2Execute(r bitbucketclient.PullRequestsAPIUpdate2Request) (*bitbucketclient.RestReviewerGroup, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) UpdateComment1Execute(r bitbucketclient.PullRequestsAPIUpdateComment1Request) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) UpdateComment2Execute(r bitbucketclient.PullRequestsAPIUpdateComment2Request) (*bitbucketclient.RestComment, *http.Response, error)
UpdateComment2Execute mocks base method.
func (*MockPullRequestsAPI) UpdateExecute ¶
func (m *MockPullRequestsAPI) UpdateExecute(r bitbucketclient.PullRequestsAPIUpdateRequest) (*bitbucketclient.RestPullRequest, *http.Response, error)
UpdateExecute mocks base method.
func (*MockPullRequestsAPI) UpdatePullRequestCondition ¶
func (m *MockPullRequestsAPI) UpdatePullRequestCondition(ctx context.Context, projectKey, id string) bitbucketclient.PullRequestsAPIUpdatePullRequestConditionRequest
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 ¶
func (m *MockPullRequestsAPI) UpdatePullRequestCondition1Execute(r bitbucketclient.PullRequestsAPIUpdatePullRequestCondition1Request) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
UpdatePullRequestCondition1Execute mocks base method.
func (*MockPullRequestsAPI) UpdatePullRequestConditionExecute ¶
func (m *MockPullRequestsAPI) UpdatePullRequestConditionExecute(r bitbucketclient.PullRequestsAPIUpdatePullRequestConditionRequest) (*bitbucketclient.RestPullRequestCondition, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) UpdateStatusExecute(r bitbucketclient.PullRequestsAPIUpdateStatusRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) Watch1Execute(r bitbucketclient.PullRequestsAPIWatch1Request) (*http.Response, error)
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 ¶
func (m *MockPullRequestsAPI) WithdrawApprovalExecute(r bitbucketclient.PullRequestsAPIWithdrawApprovalRequest) (*bitbucketclient.RestPullRequestParticipant, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) AddDefaultTask1Execute(r bitbucketclient.RepositoryAPIAddDefaultTask1Request) (*bitbucketclient.RestDefaultTask, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) AddLabelExecute(r bitbucketclient.RepositoryAPIAddLabelRequest) (*bitbucketclient.RestLabel, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateBranchExecute(r bitbucketclient.RepositoryAPICreateBranchRequest) (*bitbucketclient.RestBranch, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateBranchForRepositoryExecute(r bitbucketclient.RepositoryAPICreateBranchForRepositoryRequest) (*bitbucketclient.RestBranch, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateCommentExecute(r bitbucketclient.RepositoryAPICreateCommentRequest) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateRestrictions1Execute(r bitbucketclient.RepositoryAPICreateRestrictions1Request) (*bitbucketclient.RestRefRestriction, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateTagExecute(r bitbucketclient.RepositoryAPICreateTagRequest) (*bitbucketclient.RestTag, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateTagForRepositoryExecute(r bitbucketclient.RepositoryAPICreateTagForRepositoryRequest) (*bitbucketclient.RestTag, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) CreateWebhook1Execute(r bitbucketclient.RepositoryAPICreateWebhook1Request) (*bitbucketclient.RestWebhook, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) Delete5Execute(r bitbucketclient.RepositoryAPIDelete5Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteAllDefaultTasks1Execute(r bitbucketclient.RepositoryAPIDeleteAllDefaultTasks1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteAttachmentExecute(r bitbucketclient.RepositoryAPIDeleteAttachmentRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteAttachmentMetadataExecute(r bitbucketclient.RepositoryAPIDeleteAttachmentMetadataRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteAutoDeclineSettings1Execute(r bitbucketclient.RepositoryAPIDeleteAutoDeclineSettings1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteBranchExecute(r bitbucketclient.RepositoryAPIDeleteBranchRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteCommentExecute(r bitbucketclient.RepositoryAPIDeleteCommentRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteDefaultTask1Execute(r bitbucketclient.RepositoryAPIDeleteDefaultTask1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteRepositoryHookExecute(r bitbucketclient.RepositoryAPIDeleteRepositoryHookRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteRestriction1Execute(r bitbucketclient.RepositoryAPIDeleteRestriction1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteTagExecute(r bitbucketclient.RepositoryAPIDeleteTagRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DeleteWebhook1Execute(r bitbucketclient.RepositoryAPIDeleteWebhook1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) DisableHook1Execute(r bitbucketclient.RepositoryAPIDisableHook1Request) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
DisableHook1Execute mocks base method.
func (*MockRepositoryAPI) EXPECT ¶
func (m *MockRepositoryAPI) EXPECT() *MockRepositoryAPIMockRecorder
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 ¶
func (m *MockRepositoryAPI) EditFileExecute(r bitbucketclient.RepositoryAPIEditFileRequest) (*bitbucketclient.RestCommit, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) EnableHook1Execute(r bitbucketclient.RepositoryAPIEnableHook1Request) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) FindBranchesExecute(r bitbucketclient.RepositoryAPIFindBranchesRequest) (*bitbucketclient.FindByCommit200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) FindByCommitExecute(r bitbucketclient.RepositoryAPIFindByCommitRequest) (*bitbucketclient.FindByCommit200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) FindWebhooks1Execute(r bitbucketclient.RepositoryAPIFindWebhooks1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) Get5Execute(r bitbucketclient.RepositoryAPIGet5Request) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetAllLabelsForRepositoryExecute(r bitbucketclient.RepositoryAPIGetAllLabelsForRepositoryRequest) (*bitbucketclient.RestLabel, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetArchiveExecute(r bitbucketclient.RepositoryAPIGetArchiveRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetAttachmentExecute(r bitbucketclient.RepositoryAPIGetAttachmentRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetAttachmentMetadataExecute(r bitbucketclient.RepositoryAPIGetAttachmentMetadataRequest) (*bitbucketclient.RestAttachmentMetadata, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetAutoDeclineSettings1Execute(r bitbucketclient.RepositoryAPIGetAutoDeclineSettings1Request) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetBranchesExecute(r bitbucketclient.RepositoryAPIGetBranchesRequest) (*bitbucketclient.GetBranches200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetChanges1Execute(r bitbucketclient.RepositoryAPIGetChanges1Request) (*bitbucketclient.GetChanges1200Response, *http.Response, error)
GetChanges1Execute mocks base method.
func (*MockRepositoryAPI) GetChangesExecute ¶
func (m *MockRepositoryAPI) GetChangesExecute(r bitbucketclient.RepositoryAPIGetChangesRequest) (*bitbucketclient.GetChanges1200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetCommentExecute(r bitbucketclient.RepositoryAPIGetCommentRequest) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetCommentsExecute(r bitbucketclient.RepositoryAPIGetCommentsRequest) (*bitbucketclient.GetComments200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetCommitExecute(r bitbucketclient.RepositoryAPIGetCommitRequest) (*bitbucketclient.RestCommit, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetCommitsExecute(r bitbucketclient.RepositoryAPIGetCommitsRequest) (*bitbucketclient.GetCommits200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetConfigurations1Execute(r bitbucketclient.RepositoryAPIGetConfigurations1Request) (*bitbucketclient.GetConfigurations200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetContent1Execute(r bitbucketclient.RepositoryAPIGetContent1Request) (*http.Response, error)
GetContent1Execute mocks base method.
func (*MockRepositoryAPI) GetContentExecute ¶
func (m *MockRepositoryAPI) GetContentExecute(r bitbucketclient.RepositoryAPIGetContentRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetDefaultBranch1Execute(r bitbucketclient.RepositoryAPIGetDefaultBranch1Request) (*bitbucketclient.RestBranch, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetDefaultTasks1Execute(r bitbucketclient.RepositoryAPIGetDefaultTasks1Request) (*bitbucketclient.GetDefaultTasks1200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetDiffStatsSummary1Execute(r bitbucketclient.RepositoryAPIGetDiffStatsSummary1Request) (*bitbucketclient.RestDiff, *http.Response, error)
GetDiffStatsSummary1Execute mocks base method.
func (*MockRepositoryAPI) GetDiffStatsSummaryExecute ¶
func (m *MockRepositoryAPI) GetDiffStatsSummaryExecute(r bitbucketclient.RepositoryAPIGetDiffStatsSummaryRequest) (any, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetLatestInvocation1Execute(r bitbucketclient.RepositoryAPIGetLatestInvocation1Request) (*bitbucketclient.RestDetailedInvocation, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetMergeBaseExecute(r bitbucketclient.RepositoryAPIGetMergeBaseRequest) (*bitbucketclient.RestCommit, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetPullRequestSettings1Execute(r bitbucketclient.RepositoryAPIGetPullRequestSettings1Request) (*bitbucketclient.RestRepositoryPullRequestSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetRefChangeActivityExecute(r bitbucketclient.RepositoryAPIGetRefChangeActivityRequest) (*bitbucketclient.GetRefChangeActivity200Response, *http.Response, error)
GetRefChangeActivityExecute mocks base method.
func (*MockRepositoryAPI) GetRepositories1 ¶
func (m *MockRepositoryAPI) GetRepositories1(ctx context.Context) bitbucketclient.RepositoryAPIGetRepositories1Request
GetRepositories1 mocks base method.
func (*MockRepositoryAPI) GetRepositories1Execute ¶
func (m *MockRepositoryAPI) GetRepositories1Execute(r bitbucketclient.RepositoryAPIGetRepositories1Request) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, error)
GetRepositories1Execute mocks base method.
func (*MockRepositoryAPI) GetRepositoriesRecentlyAccessed ¶
func (m *MockRepositoryAPI) GetRepositoriesRecentlyAccessed(ctx context.Context) bitbucketclient.RepositoryAPIGetRepositoriesRecentlyAccessedRequest
GetRepositoriesRecentlyAccessed mocks base method.
func (*MockRepositoryAPI) GetRepositoriesRecentlyAccessedExecute ¶
func (m *MockRepositoryAPI) GetRepositoriesRecentlyAccessedExecute(r bitbucketclient.RepositoryAPIGetRepositoriesRecentlyAccessedRequest) (*bitbucketclient.GetRepositoriesRecentlyAccessed200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetRepositoryHook1Execute(r bitbucketclient.RepositoryAPIGetRepositoryHook1Request) (*bitbucketclient.RestRepositoryHook, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetRepositoryHooks1Execute(r bitbucketclient.RepositoryAPIGetRepositoryHooks1Request) (*bitbucketclient.GetRepositoryHooks1200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetRestriction1Execute(r bitbucketclient.RepositoryAPIGetRestriction1Request) (*bitbucketclient.RestRefRestriction, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetRestrictions1Execute(r bitbucketclient.RepositoryAPIGetRestrictions1Request) (*bitbucketclient.GetRestrictions1200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetSettings1Execute(r bitbucketclient.RepositoryAPIGetSettings1Request) (*bitbucketclient.ExampleSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetStatistics1Execute(r bitbucketclient.RepositoryAPIGetStatistics1Request) (any, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetStatisticsSummary1Execute(r bitbucketclient.RepositoryAPIGetStatisticsSummary1Request) (any, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetStatusExecute(r bitbucketclient.RepositoryAPIGetStatusRequest) (*bitbucketclient.RestRefSyncStatus, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetTagExecute(r bitbucketclient.RepositoryAPIGetTagRequest) (*bitbucketclient.RestTag, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetTagsExecute(r bitbucketclient.RepositoryAPIGetTagsRequest) (*bitbucketclient.GetTags200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) GetWebhook1Execute(r bitbucketclient.RepositoryAPIGetWebhook1Request) (*bitbucketclient.RestWebhook, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) ReactExecute(r bitbucketclient.RepositoryAPIReactRequest) (*bitbucketclient.RestUserReaction, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) RemoveConfiguration1Execute(r bitbucketclient.RepositoryAPIRemoveConfiguration1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) RemoveLabelExecute(r bitbucketclient.RepositoryAPIRemoveLabelRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SaveAttachmentMetadataExecute(r bitbucketclient.RepositoryAPISaveAttachmentMetadataRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SearchWebhooksExecute(r bitbucketclient.RepositoryAPISearchWebhooksRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) Set1Execute(r bitbucketclient.RepositoryAPISet1Request) (*bitbucketclient.RestAutoMergeRestrictedSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SetAutoDeclineSettings1Execute(r bitbucketclient.RepositoryAPISetAutoDeclineSettings1Request) (*bitbucketclient.RestAutoDeclineSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SetConfiguration1Execute(r bitbucketclient.RepositoryAPISetConfiguration1Request) (*bitbucketclient.RestHookScriptConfig, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SetDefaultBranch1Execute(r bitbucketclient.RepositoryAPISetDefaultBranch1Request) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SetEnabledExecute(r bitbucketclient.RepositoryAPISetEnabledRequest) (*bitbucketclient.RestRefSyncStatus, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SetSettings1Execute(r bitbucketclient.RepositoryAPISetSettings1Request) (*bitbucketclient.ExampleSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) Stream1Execute(r bitbucketclient.RepositoryAPIStream1Request) (*bitbucketclient.ExampleFiles, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) StreamChangesExecute(r bitbucketclient.RepositoryAPIStreamChangesRequest) (*bitbucketclient.GetChanges1200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) StreamCommitsExecute(r bitbucketclient.RepositoryAPIStreamCommitsRequest) (*bitbucketclient.GetCommits200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) StreamDiff1Execute(r bitbucketclient.RepositoryAPIStreamDiff1Request) (*bitbucketclient.RestDiff, *http.Response, error)
StreamDiff1Execute mocks base method.
func (*MockRepositoryAPI) StreamDiffExecute ¶
func (m *MockRepositoryAPI) StreamDiffExecute(r bitbucketclient.RepositoryAPIStreamDiffRequest) (*bitbucketclient.RestDiff, *http.Response, error)
StreamDiffExecute mocks base method.
func (*MockRepositoryAPI) StreamExecute ¶
func (m *MockRepositoryAPI) StreamExecute(r bitbucketclient.RepositoryAPIStreamRequest) (*bitbucketclient.ExampleFiles, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) StreamFiles1Execute(r bitbucketclient.RepositoryAPIStreamFiles1Request) (*bitbucketclient.StreamFiles200Response, *http.Response, error)
StreamFiles1Execute mocks base method.
func (*MockRepositoryAPI) StreamFilesExecute ¶
func (m *MockRepositoryAPI) StreamFilesExecute(r bitbucketclient.RepositoryAPIStreamFilesRequest) (*bitbucketclient.StreamFiles200Response, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) StreamPatchExecute(r bitbucketclient.RepositoryAPIStreamPatchRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) StreamRawDiff1Execute(r bitbucketclient.RepositoryAPIStreamRawDiff1Request) (*http.Response, error)
StreamRawDiff1Execute mocks base method.
func (*MockRepositoryAPI) StreamRawDiffExecute ¶
func (m *MockRepositoryAPI) StreamRawDiffExecute(r bitbucketclient.RepositoryAPIStreamRawDiffRequest) (*http.Response, error)
StreamRawDiffExecute mocks base method.
func (*MockRepositoryAPI) StreamRawExecute ¶
func (m *MockRepositoryAPI) StreamRawExecute(r bitbucketclient.RepositoryAPIStreamRawRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) SynchronizeExecute(r bitbucketclient.RepositoryAPISynchronizeRequest) (*bitbucketclient.RestRejectedRef, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) TestWebhook1Execute(r bitbucketclient.RepositoryAPITestWebhook1Request) (any, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) UnReactExecute(r bitbucketclient.RepositoryAPIUnReactRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) Unwatch2Execute(r bitbucketclient.RepositoryAPIUnwatch2Request) (*http.Response, error)
Unwatch2Execute mocks base method.
func (*MockRepositoryAPI) UnwatchExecute ¶
func (m *MockRepositoryAPI) UnwatchExecute(r bitbucketclient.RepositoryAPIUnwatchRequest) (*http.Response, error)
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 ¶
func (m *MockRepositoryAPI) UpdateCommentExecute(r bitbucketclient.RepositoryAPIUpdateCommentRequest) (*bitbucketclient.RestComment, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) UpdateDefaultTask1Execute(r bitbucketclient.RepositoryAPIUpdateDefaultTask1Request) (*bitbucketclient.RestDefaultTask, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) UpdatePullRequestSettings1Execute(r bitbucketclient.RepositoryAPIUpdatePullRequestSettings1Request) (*bitbucketclient.RestRepositoryPullRequestSettings, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) UpdateWebhook1Execute(r bitbucketclient.RepositoryAPIUpdateWebhook1Request) (*bitbucketclient.RestWebhook, *http.Response, error)
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 ¶
func (m *MockRepositoryAPI) Watch2Execute(r bitbucketclient.RepositoryAPIWatch2Request) (*http.Response, error)
Watch2Execute mocks base method.
func (*MockRepositoryAPI) WatchExecute ¶
func (m *MockRepositoryAPI) WatchExecute(r bitbucketclient.RepositoryAPIWatchRequest) (*http.Response, error)
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 ¶
func (m *MockServicer) EXPECT() *MockServicerMockRecorder
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 ¶
func (m *MockServicer) ListAllRepositories(ctx context.Context, opts bitbucket.RepositoryListOptions) ([]bitbucketclient.RestRepository, error)
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 ¶
func (m *MockServicer) ListProjects(ctx context.Context, opts bitbucket.ProjectListOptions) ([]bitbucketclient.RestProject, error)
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.