azdosdkmocks

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 33 Imported by: 0

Documentation

Overview

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Package azdosdkmocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAccountsClient

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

MockAccountsClient is a mock of Client interface

func NewMockAccountsClient

func NewMockAccountsClient(ctrl *gomock.Controller) *MockAccountsClient

NewMockAccountsClient creates a new mock instance

func (*MockAccountsClient) EXPECT

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

func (*MockAccountsClient) GetAccounts

GetAccounts mocks base method

type MockAccountsClientMockRecorder

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

MockAccountsClientMockRecorder is the mock recorder for MockAccountsClient

func (*MockAccountsClientMockRecorder) GetAccounts

func (mr *MockAccountsClientMockRecorder) GetAccounts(arg0, arg1 interface{}) *gomock.Call

GetAccounts indicates an expected call of GetAccounts

type MockBuildClient

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

MockBuildClient is a mock of Client interface

func NewMockBuildClient

func NewMockBuildClient(ctrl *gomock.Controller) *MockBuildClient

NewMockBuildClient creates a new mock instance

func (*MockBuildClient) AddBuildTag

func (m *MockBuildClient) AddBuildTag(arg0 context.Context, arg1 build.AddBuildTagArgs) (*[]string, error)

AddBuildTag mocks base method

func (*MockBuildClient) AddBuildTags

func (m *MockBuildClient) AddBuildTags(arg0 context.Context, arg1 build.AddBuildTagsArgs) (*[]string, error)

AddBuildTags mocks base method

func (*MockBuildClient) AddDefinitionTag

func (m *MockBuildClient) AddDefinitionTag(arg0 context.Context, arg1 build.AddDefinitionTagArgs) (*[]string, error)

AddDefinitionTag mocks base method

func (*MockBuildClient) AddDefinitionTags

func (m *MockBuildClient) AddDefinitionTags(arg0 context.Context, arg1 build.AddDefinitionTagsArgs) (*[]string, error)

AddDefinitionTags mocks base method

func (*MockBuildClient) AddRetentionLeases

func (m *MockBuildClient) AddRetentionLeases(arg0 context.Context, arg1 build.AddRetentionLeasesArgs) (*[]build.RetentionLease, error)

AddRetentionLeases mocks base method

func (*MockBuildClient) AuthorizeDefinitionResources

AuthorizeDefinitionResources mocks base method

func (*MockBuildClient) AuthorizeProjectResources

AuthorizeProjectResources mocks base method

func (*MockBuildClient) CreateArtifact

func (m *MockBuildClient) CreateArtifact(arg0 context.Context, arg1 build.CreateArtifactArgs) (*build.BuildArtifact, error)

CreateArtifact mocks base method

func (*MockBuildClient) CreateDefinition

CreateDefinition mocks base method

func (*MockBuildClient) CreateFolder

func (m *MockBuildClient) CreateFolder(arg0 context.Context, arg1 build.CreateFolderArgs) (*build.Folder, error)

CreateFolder mocks base method

func (*MockBuildClient) DeleteBuild

func (m *MockBuildClient) DeleteBuild(arg0 context.Context, arg1 build.DeleteBuildArgs) error

DeleteBuild mocks base method

func (*MockBuildClient) DeleteBuildTag

func (m *MockBuildClient) DeleteBuildTag(arg0 context.Context, arg1 build.DeleteBuildTagArgs) (*[]string, error)

DeleteBuildTag mocks base method

func (*MockBuildClient) DeleteDefinition

func (m *MockBuildClient) DeleteDefinition(arg0 context.Context, arg1 build.DeleteDefinitionArgs) error

DeleteDefinition mocks base method

func (*MockBuildClient) DeleteDefinitionTag

func (m *MockBuildClient) DeleteDefinitionTag(arg0 context.Context, arg1 build.DeleteDefinitionTagArgs) (*[]string, error)

DeleteDefinitionTag mocks base method

func (*MockBuildClient) DeleteFolder

func (m *MockBuildClient) DeleteFolder(arg0 context.Context, arg1 build.DeleteFolderArgs) error

DeleteFolder mocks base method

func (*MockBuildClient) DeleteRetentionLeasesById

func (m *MockBuildClient) DeleteRetentionLeasesById(arg0 context.Context, arg1 build.DeleteRetentionLeasesByIdArgs) error

DeleteRetentionLeasesById mocks base method

func (*MockBuildClient) DeleteTag

func (m *MockBuildClient) DeleteTag(arg0 context.Context, arg1 build.DeleteTagArgs) (*[]string, error)

DeleteTag mocks base method

func (*MockBuildClient) DeleteTemplate

func (m *MockBuildClient) DeleteTemplate(arg0 context.Context, arg1 build.DeleteTemplateArgs) error

DeleteTemplate mocks base method

func (*MockBuildClient) EXPECT

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

func (*MockBuildClient) GetArtifact

GetArtifact mocks base method

func (*MockBuildClient) GetArtifactContentZip

func (m *MockBuildClient) GetArtifactContentZip(arg0 context.Context, arg1 build.GetArtifactContentZipArgs) (io.ReadCloser, error)

GetArtifactContentZip mocks base method

func (*MockBuildClient) GetArtifacts

func (m *MockBuildClient) GetArtifacts(arg0 context.Context, arg1 build.GetArtifactsArgs) (*[]build.BuildArtifact, error)

GetArtifacts mocks base method

func (*MockBuildClient) GetAttachment

func (m *MockBuildClient) GetAttachment(arg0 context.Context, arg1 build.GetAttachmentArgs) (io.ReadCloser, error)

GetAttachment mocks base method

func (*MockBuildClient) GetAttachments

func (m *MockBuildClient) GetAttachments(arg0 context.Context, arg1 build.GetAttachmentsArgs) (*[]build.Attachment, error)

GetAttachments mocks base method

func (*MockBuildClient) GetBuild

func (m *MockBuildClient) GetBuild(arg0 context.Context, arg1 build.GetBuildArgs) (*build.Build, error)

GetBuild mocks base method

func (*MockBuildClient) GetBuildBadge

func (m *MockBuildClient) GetBuildBadge(arg0 context.Context, arg1 build.GetBuildBadgeArgs) (*build.BuildBadge, error)

GetBuildBadge mocks base method

func (*MockBuildClient) GetBuildBadgeData

func (m *MockBuildClient) GetBuildBadgeData(arg0 context.Context, arg1 build.GetBuildBadgeDataArgs) (*string, error)

GetBuildBadgeData mocks base method

func (*MockBuildClient) GetBuildChanges

GetBuildChanges mocks base method

func (*MockBuildClient) GetBuildController

func (m *MockBuildClient) GetBuildController(arg0 context.Context, arg1 build.GetBuildControllerArgs) (*build.BuildController, error)

GetBuildController mocks base method

func (*MockBuildClient) GetBuildControllers

func (m *MockBuildClient) GetBuildControllers(arg0 context.Context, arg1 build.GetBuildControllersArgs) (*[]build.BuildController, error)

GetBuildControllers mocks base method

func (*MockBuildClient) GetBuildGeneralSettings

GetBuildGeneralSettings mocks base method

func (*MockBuildClient) GetBuildLog

func (m *MockBuildClient) GetBuildLog(arg0 context.Context, arg1 build.GetBuildLogArgs) (io.ReadCloser, error)

GetBuildLog mocks base method

func (*MockBuildClient) GetBuildLogLines

func (m *MockBuildClient) GetBuildLogLines(arg0 context.Context, arg1 build.GetBuildLogLinesArgs) (*[]string, error)

GetBuildLogLines mocks base method

func (*MockBuildClient) GetBuildLogZip

func (m *MockBuildClient) GetBuildLogZip(arg0 context.Context, arg1 build.GetBuildLogZipArgs) (io.ReadCloser, error)

GetBuildLogZip mocks base method

func (*MockBuildClient) GetBuildLogs

func (m *MockBuildClient) GetBuildLogs(arg0 context.Context, arg1 build.GetBuildLogsArgs) (*[]build.BuildLog, error)

GetBuildLogs mocks base method

func (*MockBuildClient) GetBuildLogsZip

func (m *MockBuildClient) GetBuildLogsZip(arg0 context.Context, arg1 build.GetBuildLogsZipArgs) (io.ReadCloser, error)

GetBuildLogsZip mocks base method

func (*MockBuildClient) GetBuildOptionDefinitions

func (m *MockBuildClient) GetBuildOptionDefinitions(arg0 context.Context, arg1 build.GetBuildOptionDefinitionsArgs) (*[]build.BuildOptionDefinition, error)

GetBuildOptionDefinitions mocks base method

func (*MockBuildClient) GetBuildProperties

func (m *MockBuildClient) GetBuildProperties(arg0 context.Context, arg1 build.GetBuildPropertiesArgs) (interface{}, error)

GetBuildProperties mocks base method

func (*MockBuildClient) GetBuildReport

GetBuildReport mocks base method

func (*MockBuildClient) GetBuildReportHtmlContent

func (m *MockBuildClient) GetBuildReportHtmlContent(arg0 context.Context, arg1 build.GetBuildReportHtmlContentArgs) (io.ReadCloser, error)

GetBuildReportHtmlContent mocks base method

func (*MockBuildClient) GetBuildSettings

func (m *MockBuildClient) GetBuildSettings(arg0 context.Context, arg1 build.GetBuildSettingsArgs) (*build.BuildSettings, error)

GetBuildSettings mocks base method

func (*MockBuildClient) GetBuildTags

func (m *MockBuildClient) GetBuildTags(arg0 context.Context, arg1 build.GetBuildTagsArgs) (*[]string, error)

GetBuildTags mocks base method

func (*MockBuildClient) GetBuildTimeline

func (m *MockBuildClient) GetBuildTimeline(arg0 context.Context, arg1 build.GetBuildTimelineArgs) (*build.Timeline, error)

GetBuildTimeline mocks base method

func (*MockBuildClient) GetBuildWorkItemsRefs

func (m *MockBuildClient) GetBuildWorkItemsRefs(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsArgs) (*[]webapi.ResourceRef, error)

GetBuildWorkItemsRefs mocks base method

func (*MockBuildClient) GetBuildWorkItemsRefsFromCommits

func (m *MockBuildClient) GetBuildWorkItemsRefsFromCommits(arg0 context.Context, arg1 build.GetBuildWorkItemsRefsFromCommitsArgs) (*[]webapi.ResourceRef, error)

GetBuildWorkItemsRefsFromCommits mocks base method

func (*MockBuildClient) GetBuilds

GetBuilds mocks base method

func (*MockBuildClient) GetChangesBetweenBuilds

func (m *MockBuildClient) GetChangesBetweenBuilds(arg0 context.Context, arg1 build.GetChangesBetweenBuildsArgs) (*[]build.Change, error)

GetChangesBetweenBuilds mocks base method

func (*MockBuildClient) GetDefinition

GetDefinition mocks base method

func (*MockBuildClient) GetDefinitionMetrics

func (m *MockBuildClient) GetDefinitionMetrics(arg0 context.Context, arg1 build.GetDefinitionMetricsArgs) (*[]build.BuildMetric, error)

GetDefinitionMetrics mocks base method

func (*MockBuildClient) GetDefinitionProperties

func (m *MockBuildClient) GetDefinitionProperties(arg0 context.Context, arg1 build.GetDefinitionPropertiesArgs) (interface{}, error)

GetDefinitionProperties mocks base method

func (*MockBuildClient) GetDefinitionResources

GetDefinitionResources mocks base method

func (*MockBuildClient) GetDefinitionRevisions

GetDefinitionRevisions mocks base method

func (*MockBuildClient) GetDefinitionTags

func (m *MockBuildClient) GetDefinitionTags(arg0 context.Context, arg1 build.GetDefinitionTagsArgs) (*[]string, error)

GetDefinitionTags mocks base method

func (*MockBuildClient) GetDefinitionYaml

func (m *MockBuildClient) GetDefinitionYaml(arg0 context.Context, arg1 build.GetDefinitionYamlArgs) (*build.YamlBuild, error)

GetDefinitionYaml mocks base method

func (*MockBuildClient) GetDefinitions

GetDefinitions mocks base method

func (*MockBuildClient) GetFile

func (m *MockBuildClient) GetFile(arg0 context.Context, arg1 build.GetFileArgs) (io.ReadCloser, error)

GetFile mocks base method

func (*MockBuildClient) GetFileContents

func (m *MockBuildClient) GetFileContents(arg0 context.Context, arg1 build.GetFileContentsArgs) (io.ReadCloser, error)

GetFileContents mocks base method

func (*MockBuildClient) GetFolders

func (m *MockBuildClient) GetFolders(arg0 context.Context, arg1 build.GetFoldersArgs) (*[]build.Folder, error)

GetFolders mocks base method

func (*MockBuildClient) GetLatestBuild

func (m *MockBuildClient) GetLatestBuild(arg0 context.Context, arg1 build.GetLatestBuildArgs) (*build.Build, error)

GetLatestBuild mocks base method

func (*MockBuildClient) GetPathContents

GetPathContents mocks base method

func (*MockBuildClient) GetProjectMetrics

func (m *MockBuildClient) GetProjectMetrics(arg0 context.Context, arg1 build.GetProjectMetricsArgs) (*[]build.BuildMetric, error)

GetProjectMetrics mocks base method

func (*MockBuildClient) GetProjectResources

GetProjectResources mocks base method

func (*MockBuildClient) GetPullRequest

func (m *MockBuildClient) GetPullRequest(arg0 context.Context, arg1 build.GetPullRequestArgs) (*build.PullRequest, error)

GetPullRequest mocks base method

func (*MockBuildClient) GetResourceUsage

GetResourceUsage mocks base method

func (*MockBuildClient) GetRetentionHistory

GetRetentionHistory mocks base method

func (*MockBuildClient) GetRetentionLease

func (m *MockBuildClient) GetRetentionLease(arg0 context.Context, arg1 build.GetRetentionLeaseArgs) (*build.RetentionLease, error)

GetRetentionLease mocks base method

func (*MockBuildClient) GetRetentionLeasesByMinimalRetentionLeases

func (m *MockBuildClient) GetRetentionLeasesByMinimalRetentionLeases(arg0 context.Context, arg1 build.GetRetentionLeasesByMinimalRetentionLeasesArgs) (*[]build.RetentionLease, error)

GetRetentionLeasesByMinimalRetentionLeases mocks base method

func (*MockBuildClient) GetRetentionLeasesByOwnerId

func (m *MockBuildClient) GetRetentionLeasesByOwnerId(arg0 context.Context, arg1 build.GetRetentionLeasesByOwnerIdArgs) (*[]build.RetentionLease, error)

GetRetentionLeasesByOwnerId mocks base method

func (*MockBuildClient) GetRetentionLeasesByUserId

func (m *MockBuildClient) GetRetentionLeasesByUserId(arg0 context.Context, arg1 build.GetRetentionLeasesByUserIdArgs) (*[]build.RetentionLease, error)

GetRetentionLeasesByUserId mocks base method

func (*MockBuildClient) GetRetentionLeasesForBuild

func (m *MockBuildClient) GetRetentionLeasesForBuild(arg0 context.Context, arg1 build.GetRetentionLeasesForBuildArgs) (*[]build.RetentionLease, error)

GetRetentionLeasesForBuild mocks base method

func (*MockBuildClient) GetRetentionSettings

GetRetentionSettings mocks base method

func (*MockBuildClient) GetStatusBadge

func (m *MockBuildClient) GetStatusBadge(arg0 context.Context, arg1 build.GetStatusBadgeArgs) (*string, error)

GetStatusBadge mocks base method

func (*MockBuildClient) GetTags

func (m *MockBuildClient) GetTags(arg0 context.Context, arg1 build.GetTagsArgs) (*[]string, error)

GetTags mocks base method

func (*MockBuildClient) GetTemplate

GetTemplate mocks base method

func (*MockBuildClient) GetTemplates

GetTemplates mocks base method

func (*MockBuildClient) GetWorkItemsBetweenBuilds

func (m *MockBuildClient) GetWorkItemsBetweenBuilds(arg0 context.Context, arg1 build.GetWorkItemsBetweenBuildsArgs) (*[]webapi.ResourceRef, error)

GetWorkItemsBetweenBuilds mocks base method

func (*MockBuildClient) ListBranches

func (m *MockBuildClient) ListBranches(arg0 context.Context, arg1 build.ListBranchesArgs) (*[]string, error)

ListBranches mocks base method

func (*MockBuildClient) ListRepositories

ListRepositories mocks base method

func (*MockBuildClient) ListSourceProviders

ListSourceProviders mocks base method

func (*MockBuildClient) ListWebhooks

ListWebhooks mocks base method

func (*MockBuildClient) QueueBuild

func (m *MockBuildClient) QueueBuild(arg0 context.Context, arg1 build.QueueBuildArgs) (*build.Build, error)

QueueBuild mocks base method

func (*MockBuildClient) RestoreDefinition

RestoreDefinition mocks base method

func (*MockBuildClient) RestoreWebhooks

func (m *MockBuildClient) RestoreWebhooks(arg0 context.Context, arg1 build.RestoreWebhooksArgs) error

RestoreWebhooks mocks base method

func (*MockBuildClient) SaveTemplate

SaveTemplate mocks base method

func (*MockBuildClient) UpdateBuild

func (m *MockBuildClient) UpdateBuild(arg0 context.Context, arg1 build.UpdateBuildArgs) (*build.Build, error)

UpdateBuild mocks base method

func (*MockBuildClient) UpdateBuildGeneralSettings

UpdateBuildGeneralSettings mocks base method

func (*MockBuildClient) UpdateBuildProperties

func (m *MockBuildClient) UpdateBuildProperties(arg0 context.Context, arg1 build.UpdateBuildPropertiesArgs) (interface{}, error)

UpdateBuildProperties mocks base method

func (*MockBuildClient) UpdateBuildSettings

func (m *MockBuildClient) UpdateBuildSettings(arg0 context.Context, arg1 build.UpdateBuildSettingsArgs) (*build.BuildSettings, error)

UpdateBuildSettings mocks base method

func (*MockBuildClient) UpdateBuildTags

func (m *MockBuildClient) UpdateBuildTags(arg0 context.Context, arg1 build.UpdateBuildTagsArgs) (*[]string, error)

UpdateBuildTags mocks base method

func (*MockBuildClient) UpdateBuilds

func (m *MockBuildClient) UpdateBuilds(arg0 context.Context, arg1 build.UpdateBuildsArgs) (*[]build.Build, error)

UpdateBuilds mocks base method

func (*MockBuildClient) UpdateDefinition

UpdateDefinition mocks base method

func (*MockBuildClient) UpdateDefinitionProperties

func (m *MockBuildClient) UpdateDefinitionProperties(arg0 context.Context, arg1 build.UpdateDefinitionPropertiesArgs) (interface{}, error)

UpdateDefinitionProperties mocks base method

func (*MockBuildClient) UpdateDefinitionTags

func (m *MockBuildClient) UpdateDefinitionTags(arg0 context.Context, arg1 build.UpdateDefinitionTagsArgs) (*[]string, error)

UpdateDefinitionTags mocks base method

func (*MockBuildClient) UpdateFolder

func (m *MockBuildClient) UpdateFolder(arg0 context.Context, arg1 build.UpdateFolderArgs) (*build.Folder, error)

UpdateFolder mocks base method

func (*MockBuildClient) UpdateRetentionLease

func (m *MockBuildClient) UpdateRetentionLease(arg0 context.Context, arg1 build.UpdateRetentionLeaseArgs) (*build.RetentionLease, error)

UpdateRetentionLease mocks base method

func (*MockBuildClient) UpdateRetentionSettings

UpdateRetentionSettings mocks base method

func (*MockBuildClient) UpdateStage

func (m *MockBuildClient) UpdateStage(arg0 context.Context, arg1 build.UpdateStageArgs) error

UpdateStage mocks base method

type MockBuildClientMockRecorder

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

MockBuildClientMockRecorder is the mock recorder for MockBuildClient

func (*MockBuildClientMockRecorder) AddBuildTag

func (mr *MockBuildClientMockRecorder) AddBuildTag(arg0, arg1 interface{}) *gomock.Call

AddBuildTag indicates an expected call of AddBuildTag

func (*MockBuildClientMockRecorder) AddBuildTags

func (mr *MockBuildClientMockRecorder) AddBuildTags(arg0, arg1 interface{}) *gomock.Call

AddBuildTags indicates an expected call of AddBuildTags

func (*MockBuildClientMockRecorder) AddDefinitionTag

func (mr *MockBuildClientMockRecorder) AddDefinitionTag(arg0, arg1 interface{}) *gomock.Call

AddDefinitionTag indicates an expected call of AddDefinitionTag

func (*MockBuildClientMockRecorder) AddDefinitionTags

func (mr *MockBuildClientMockRecorder) AddDefinitionTags(arg0, arg1 interface{}) *gomock.Call

AddDefinitionTags indicates an expected call of AddDefinitionTags

func (*MockBuildClientMockRecorder) AddRetentionLeases

func (mr *MockBuildClientMockRecorder) AddRetentionLeases(arg0, arg1 interface{}) *gomock.Call

AddRetentionLeases indicates an expected call of AddRetentionLeases

func (*MockBuildClientMockRecorder) AuthorizeDefinitionResources

func (mr *MockBuildClientMockRecorder) AuthorizeDefinitionResources(arg0, arg1 interface{}) *gomock.Call

AuthorizeDefinitionResources indicates an expected call of AuthorizeDefinitionResources

func (*MockBuildClientMockRecorder) AuthorizeProjectResources

func (mr *MockBuildClientMockRecorder) AuthorizeProjectResources(arg0, arg1 interface{}) *gomock.Call

AuthorizeProjectResources indicates an expected call of AuthorizeProjectResources

func (*MockBuildClientMockRecorder) CreateArtifact

func (mr *MockBuildClientMockRecorder) CreateArtifact(arg0, arg1 interface{}) *gomock.Call

CreateArtifact indicates an expected call of CreateArtifact

func (*MockBuildClientMockRecorder) CreateDefinition

func (mr *MockBuildClientMockRecorder) CreateDefinition(arg0, arg1 interface{}) *gomock.Call

CreateDefinition indicates an expected call of CreateDefinition

func (*MockBuildClientMockRecorder) CreateFolder

func (mr *MockBuildClientMockRecorder) CreateFolder(arg0, arg1 interface{}) *gomock.Call

CreateFolder indicates an expected call of CreateFolder

func (*MockBuildClientMockRecorder) DeleteBuild

func (mr *MockBuildClientMockRecorder) DeleteBuild(arg0, arg1 interface{}) *gomock.Call

DeleteBuild indicates an expected call of DeleteBuild

func (*MockBuildClientMockRecorder) DeleteBuildTag

func (mr *MockBuildClientMockRecorder) DeleteBuildTag(arg0, arg1 interface{}) *gomock.Call

DeleteBuildTag indicates an expected call of DeleteBuildTag

func (*MockBuildClientMockRecorder) DeleteDefinition

func (mr *MockBuildClientMockRecorder) DeleteDefinition(arg0, arg1 interface{}) *gomock.Call

DeleteDefinition indicates an expected call of DeleteDefinition

func (*MockBuildClientMockRecorder) DeleteDefinitionTag

func (mr *MockBuildClientMockRecorder) DeleteDefinitionTag(arg0, arg1 interface{}) *gomock.Call

DeleteDefinitionTag indicates an expected call of DeleteDefinitionTag

func (*MockBuildClientMockRecorder) DeleteFolder

func (mr *MockBuildClientMockRecorder) DeleteFolder(arg0, arg1 interface{}) *gomock.Call

DeleteFolder indicates an expected call of DeleteFolder

func (*MockBuildClientMockRecorder) DeleteRetentionLeasesById

func (mr *MockBuildClientMockRecorder) DeleteRetentionLeasesById(arg0, arg1 interface{}) *gomock.Call

DeleteRetentionLeasesById indicates an expected call of DeleteRetentionLeasesById

func (*MockBuildClientMockRecorder) DeleteTag

func (mr *MockBuildClientMockRecorder) DeleteTag(arg0, arg1 interface{}) *gomock.Call

DeleteTag indicates an expected call of DeleteTag

func (*MockBuildClientMockRecorder) DeleteTemplate

func (mr *MockBuildClientMockRecorder) DeleteTemplate(arg0, arg1 interface{}) *gomock.Call

DeleteTemplate indicates an expected call of DeleteTemplate

func (*MockBuildClientMockRecorder) GetArtifact

func (mr *MockBuildClientMockRecorder) GetArtifact(arg0, arg1 interface{}) *gomock.Call

GetArtifact indicates an expected call of GetArtifact

func (*MockBuildClientMockRecorder) GetArtifactContentZip

func (mr *MockBuildClientMockRecorder) GetArtifactContentZip(arg0, arg1 interface{}) *gomock.Call

GetArtifactContentZip indicates an expected call of GetArtifactContentZip

func (*MockBuildClientMockRecorder) GetArtifacts

func (mr *MockBuildClientMockRecorder) GetArtifacts(arg0, arg1 interface{}) *gomock.Call

GetArtifacts indicates an expected call of GetArtifacts

func (*MockBuildClientMockRecorder) GetAttachment

func (mr *MockBuildClientMockRecorder) GetAttachment(arg0, arg1 interface{}) *gomock.Call

GetAttachment indicates an expected call of GetAttachment

func (*MockBuildClientMockRecorder) GetAttachments

func (mr *MockBuildClientMockRecorder) GetAttachments(arg0, arg1 interface{}) *gomock.Call

GetAttachments indicates an expected call of GetAttachments

func (*MockBuildClientMockRecorder) GetBuild

func (mr *MockBuildClientMockRecorder) GetBuild(arg0, arg1 interface{}) *gomock.Call

GetBuild indicates an expected call of GetBuild

func (*MockBuildClientMockRecorder) GetBuildBadge

func (mr *MockBuildClientMockRecorder) GetBuildBadge(arg0, arg1 interface{}) *gomock.Call

GetBuildBadge indicates an expected call of GetBuildBadge

func (*MockBuildClientMockRecorder) GetBuildBadgeData

func (mr *MockBuildClientMockRecorder) GetBuildBadgeData(arg0, arg1 interface{}) *gomock.Call

GetBuildBadgeData indicates an expected call of GetBuildBadgeData

func (*MockBuildClientMockRecorder) GetBuildChanges

func (mr *MockBuildClientMockRecorder) GetBuildChanges(arg0, arg1 interface{}) *gomock.Call

GetBuildChanges indicates an expected call of GetBuildChanges

func (*MockBuildClientMockRecorder) GetBuildController

func (mr *MockBuildClientMockRecorder) GetBuildController(arg0, arg1 interface{}) *gomock.Call

GetBuildController indicates an expected call of GetBuildController

func (*MockBuildClientMockRecorder) GetBuildControllers

func (mr *MockBuildClientMockRecorder) GetBuildControllers(arg0, arg1 interface{}) *gomock.Call

GetBuildControllers indicates an expected call of GetBuildControllers

func (*MockBuildClientMockRecorder) GetBuildGeneralSettings

func (mr *MockBuildClientMockRecorder) GetBuildGeneralSettings(arg0, arg1 interface{}) *gomock.Call

GetBuildGeneralSettings indicates an expected call of GetBuildGeneralSettings

func (*MockBuildClientMockRecorder) GetBuildLog

func (mr *MockBuildClientMockRecorder) GetBuildLog(arg0, arg1 interface{}) *gomock.Call

GetBuildLog indicates an expected call of GetBuildLog

func (*MockBuildClientMockRecorder) GetBuildLogLines

func (mr *MockBuildClientMockRecorder) GetBuildLogLines(arg0, arg1 interface{}) *gomock.Call

GetBuildLogLines indicates an expected call of GetBuildLogLines

func (*MockBuildClientMockRecorder) GetBuildLogZip

func (mr *MockBuildClientMockRecorder) GetBuildLogZip(arg0, arg1 interface{}) *gomock.Call

GetBuildLogZip indicates an expected call of GetBuildLogZip

func (*MockBuildClientMockRecorder) GetBuildLogs

func (mr *MockBuildClientMockRecorder) GetBuildLogs(arg0, arg1 interface{}) *gomock.Call

GetBuildLogs indicates an expected call of GetBuildLogs

func (*MockBuildClientMockRecorder) GetBuildLogsZip

func (mr *MockBuildClientMockRecorder) GetBuildLogsZip(arg0, arg1 interface{}) *gomock.Call

GetBuildLogsZip indicates an expected call of GetBuildLogsZip

func (*MockBuildClientMockRecorder) GetBuildOptionDefinitions

func (mr *MockBuildClientMockRecorder) GetBuildOptionDefinitions(arg0, arg1 interface{}) *gomock.Call

GetBuildOptionDefinitions indicates an expected call of GetBuildOptionDefinitions

func (*MockBuildClientMockRecorder) GetBuildProperties

func (mr *MockBuildClientMockRecorder) GetBuildProperties(arg0, arg1 interface{}) *gomock.Call

GetBuildProperties indicates an expected call of GetBuildProperties

func (*MockBuildClientMockRecorder) GetBuildReport

func (mr *MockBuildClientMockRecorder) GetBuildReport(arg0, arg1 interface{}) *gomock.Call

GetBuildReport indicates an expected call of GetBuildReport

func (*MockBuildClientMockRecorder) GetBuildReportHtmlContent

func (mr *MockBuildClientMockRecorder) GetBuildReportHtmlContent(arg0, arg1 interface{}) *gomock.Call

GetBuildReportHtmlContent indicates an expected call of GetBuildReportHtmlContent

func (*MockBuildClientMockRecorder) GetBuildSettings

func (mr *MockBuildClientMockRecorder) GetBuildSettings(arg0, arg1 interface{}) *gomock.Call

GetBuildSettings indicates an expected call of GetBuildSettings

func (*MockBuildClientMockRecorder) GetBuildTags

func (mr *MockBuildClientMockRecorder) GetBuildTags(arg0, arg1 interface{}) *gomock.Call

GetBuildTags indicates an expected call of GetBuildTags

func (*MockBuildClientMockRecorder) GetBuildTimeline

func (mr *MockBuildClientMockRecorder) GetBuildTimeline(arg0, arg1 interface{}) *gomock.Call

GetBuildTimeline indicates an expected call of GetBuildTimeline

func (*MockBuildClientMockRecorder) GetBuildWorkItemsRefs

func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefs(arg0, arg1 interface{}) *gomock.Call

GetBuildWorkItemsRefs indicates an expected call of GetBuildWorkItemsRefs

func (*MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits

func (mr *MockBuildClientMockRecorder) GetBuildWorkItemsRefsFromCommits(arg0, arg1 interface{}) *gomock.Call

GetBuildWorkItemsRefsFromCommits indicates an expected call of GetBuildWorkItemsRefsFromCommits

func (*MockBuildClientMockRecorder) GetBuilds

func (mr *MockBuildClientMockRecorder) GetBuilds(arg0, arg1 interface{}) *gomock.Call

GetBuilds indicates an expected call of GetBuilds

func (*MockBuildClientMockRecorder) GetChangesBetweenBuilds

func (mr *MockBuildClientMockRecorder) GetChangesBetweenBuilds(arg0, arg1 interface{}) *gomock.Call

GetChangesBetweenBuilds indicates an expected call of GetChangesBetweenBuilds

func (*MockBuildClientMockRecorder) GetDefinition

func (mr *MockBuildClientMockRecorder) GetDefinition(arg0, arg1 interface{}) *gomock.Call

GetDefinition indicates an expected call of GetDefinition

func (*MockBuildClientMockRecorder) GetDefinitionMetrics

func (mr *MockBuildClientMockRecorder) GetDefinitionMetrics(arg0, arg1 interface{}) *gomock.Call

GetDefinitionMetrics indicates an expected call of GetDefinitionMetrics

func (*MockBuildClientMockRecorder) GetDefinitionProperties

func (mr *MockBuildClientMockRecorder) GetDefinitionProperties(arg0, arg1 interface{}) *gomock.Call

GetDefinitionProperties indicates an expected call of GetDefinitionProperties

func (*MockBuildClientMockRecorder) GetDefinitionResources

func (mr *MockBuildClientMockRecorder) GetDefinitionResources(arg0, arg1 interface{}) *gomock.Call

GetDefinitionResources indicates an expected call of GetDefinitionResources

func (*MockBuildClientMockRecorder) GetDefinitionRevisions

func (mr *MockBuildClientMockRecorder) GetDefinitionRevisions(arg0, arg1 interface{}) *gomock.Call

GetDefinitionRevisions indicates an expected call of GetDefinitionRevisions

func (*MockBuildClientMockRecorder) GetDefinitionTags

func (mr *MockBuildClientMockRecorder) GetDefinitionTags(arg0, arg1 interface{}) *gomock.Call

GetDefinitionTags indicates an expected call of GetDefinitionTags

func (*MockBuildClientMockRecorder) GetDefinitionYaml

func (mr *MockBuildClientMockRecorder) GetDefinitionYaml(arg0, arg1 interface{}) *gomock.Call

GetDefinitionYaml indicates an expected call of GetDefinitionYaml

func (*MockBuildClientMockRecorder) GetDefinitions

func (mr *MockBuildClientMockRecorder) GetDefinitions(arg0, arg1 interface{}) *gomock.Call

GetDefinitions indicates an expected call of GetDefinitions

func (*MockBuildClientMockRecorder) GetFile

func (mr *MockBuildClientMockRecorder) GetFile(arg0, arg1 interface{}) *gomock.Call

GetFile indicates an expected call of GetFile

func (*MockBuildClientMockRecorder) GetFileContents

func (mr *MockBuildClientMockRecorder) GetFileContents(arg0, arg1 interface{}) *gomock.Call

GetFileContents indicates an expected call of GetFileContents

func (*MockBuildClientMockRecorder) GetFolders

func (mr *MockBuildClientMockRecorder) GetFolders(arg0, arg1 interface{}) *gomock.Call

GetFolders indicates an expected call of GetFolders

func (*MockBuildClientMockRecorder) GetLatestBuild

func (mr *MockBuildClientMockRecorder) GetLatestBuild(arg0, arg1 interface{}) *gomock.Call

GetLatestBuild indicates an expected call of GetLatestBuild

func (*MockBuildClientMockRecorder) GetPathContents

func (mr *MockBuildClientMockRecorder) GetPathContents(arg0, arg1 interface{}) *gomock.Call

GetPathContents indicates an expected call of GetPathContents

func (*MockBuildClientMockRecorder) GetProjectMetrics

func (mr *MockBuildClientMockRecorder) GetProjectMetrics(arg0, arg1 interface{}) *gomock.Call

GetProjectMetrics indicates an expected call of GetProjectMetrics

func (*MockBuildClientMockRecorder) GetProjectResources

func (mr *MockBuildClientMockRecorder) GetProjectResources(arg0, arg1 interface{}) *gomock.Call

GetProjectResources indicates an expected call of GetProjectResources

func (*MockBuildClientMockRecorder) GetPullRequest

func (mr *MockBuildClientMockRecorder) GetPullRequest(arg0, arg1 interface{}) *gomock.Call

GetPullRequest indicates an expected call of GetPullRequest

func (*MockBuildClientMockRecorder) GetResourceUsage

func (mr *MockBuildClientMockRecorder) GetResourceUsage(arg0, arg1 interface{}) *gomock.Call

GetResourceUsage indicates an expected call of GetResourceUsage

func (*MockBuildClientMockRecorder) GetRetentionHistory

func (mr *MockBuildClientMockRecorder) GetRetentionHistory(arg0, arg1 interface{}) *gomock.Call

GetRetentionHistory indicates an expected call of GetRetentionHistory

func (*MockBuildClientMockRecorder) GetRetentionLease

func (mr *MockBuildClientMockRecorder) GetRetentionLease(arg0, arg1 interface{}) *gomock.Call

GetRetentionLease indicates an expected call of GetRetentionLease

func (*MockBuildClientMockRecorder) GetRetentionLeasesByMinimalRetentionLeases

func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByMinimalRetentionLeases(arg0, arg1 interface{}) *gomock.Call

GetRetentionLeasesByMinimalRetentionLeases indicates an expected call of GetRetentionLeasesByMinimalRetentionLeases

func (*MockBuildClientMockRecorder) GetRetentionLeasesByOwnerId

func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByOwnerId(arg0, arg1 interface{}) *gomock.Call

GetRetentionLeasesByOwnerId indicates an expected call of GetRetentionLeasesByOwnerId

func (*MockBuildClientMockRecorder) GetRetentionLeasesByUserId

func (mr *MockBuildClientMockRecorder) GetRetentionLeasesByUserId(arg0, arg1 interface{}) *gomock.Call

GetRetentionLeasesByUserId indicates an expected call of GetRetentionLeasesByUserId

func (*MockBuildClientMockRecorder) GetRetentionLeasesForBuild

func (mr *MockBuildClientMockRecorder) GetRetentionLeasesForBuild(arg0, arg1 interface{}) *gomock.Call

GetRetentionLeasesForBuild indicates an expected call of GetRetentionLeasesForBuild

func (*MockBuildClientMockRecorder) GetRetentionSettings

func (mr *MockBuildClientMockRecorder) GetRetentionSettings(arg0, arg1 interface{}) *gomock.Call

GetRetentionSettings indicates an expected call of GetRetentionSettings

func (*MockBuildClientMockRecorder) GetStatusBadge

func (mr *MockBuildClientMockRecorder) GetStatusBadge(arg0, arg1 interface{}) *gomock.Call

GetStatusBadge indicates an expected call of GetStatusBadge

func (*MockBuildClientMockRecorder) GetTags

func (mr *MockBuildClientMockRecorder) GetTags(arg0, arg1 interface{}) *gomock.Call

GetTags indicates an expected call of GetTags

func (*MockBuildClientMockRecorder) GetTemplate

func (mr *MockBuildClientMockRecorder) GetTemplate(arg0, arg1 interface{}) *gomock.Call

GetTemplate indicates an expected call of GetTemplate

func (*MockBuildClientMockRecorder) GetTemplates

func (mr *MockBuildClientMockRecorder) GetTemplates(arg0, arg1 interface{}) *gomock.Call

GetTemplates indicates an expected call of GetTemplates

func (*MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds

func (mr *MockBuildClientMockRecorder) GetWorkItemsBetweenBuilds(arg0, arg1 interface{}) *gomock.Call

GetWorkItemsBetweenBuilds indicates an expected call of GetWorkItemsBetweenBuilds

func (*MockBuildClientMockRecorder) ListBranches

func (mr *MockBuildClientMockRecorder) ListBranches(arg0, arg1 interface{}) *gomock.Call

ListBranches indicates an expected call of ListBranches

func (*MockBuildClientMockRecorder) ListRepositories

func (mr *MockBuildClientMockRecorder) ListRepositories(arg0, arg1 interface{}) *gomock.Call

ListRepositories indicates an expected call of ListRepositories

func (*MockBuildClientMockRecorder) ListSourceProviders

func (mr *MockBuildClientMockRecorder) ListSourceProviders(arg0, arg1 interface{}) *gomock.Call

ListSourceProviders indicates an expected call of ListSourceProviders

func (*MockBuildClientMockRecorder) ListWebhooks

func (mr *MockBuildClientMockRecorder) ListWebhooks(arg0, arg1 interface{}) *gomock.Call

ListWebhooks indicates an expected call of ListWebhooks

func (*MockBuildClientMockRecorder) QueueBuild

func (mr *MockBuildClientMockRecorder) QueueBuild(arg0, arg1 interface{}) *gomock.Call

QueueBuild indicates an expected call of QueueBuild

func (*MockBuildClientMockRecorder) RestoreDefinition

func (mr *MockBuildClientMockRecorder) RestoreDefinition(arg0, arg1 interface{}) *gomock.Call

RestoreDefinition indicates an expected call of RestoreDefinition

func (*MockBuildClientMockRecorder) RestoreWebhooks

func (mr *MockBuildClientMockRecorder) RestoreWebhooks(arg0, arg1 interface{}) *gomock.Call

RestoreWebhooks indicates an expected call of RestoreWebhooks

func (*MockBuildClientMockRecorder) SaveTemplate

func (mr *MockBuildClientMockRecorder) SaveTemplate(arg0, arg1 interface{}) *gomock.Call

SaveTemplate indicates an expected call of SaveTemplate

func (*MockBuildClientMockRecorder) UpdateBuild

func (mr *MockBuildClientMockRecorder) UpdateBuild(arg0, arg1 interface{}) *gomock.Call

UpdateBuild indicates an expected call of UpdateBuild

func (*MockBuildClientMockRecorder) UpdateBuildGeneralSettings

func (mr *MockBuildClientMockRecorder) UpdateBuildGeneralSettings(arg0, arg1 interface{}) *gomock.Call

UpdateBuildGeneralSettings indicates an expected call of UpdateBuildGeneralSettings

func (*MockBuildClientMockRecorder) UpdateBuildProperties

func (mr *MockBuildClientMockRecorder) UpdateBuildProperties(arg0, arg1 interface{}) *gomock.Call

UpdateBuildProperties indicates an expected call of UpdateBuildProperties

func (*MockBuildClientMockRecorder) UpdateBuildSettings

func (mr *MockBuildClientMockRecorder) UpdateBuildSettings(arg0, arg1 interface{}) *gomock.Call

UpdateBuildSettings indicates an expected call of UpdateBuildSettings

func (*MockBuildClientMockRecorder) UpdateBuildTags

func (mr *MockBuildClientMockRecorder) UpdateBuildTags(arg0, arg1 interface{}) *gomock.Call

UpdateBuildTags indicates an expected call of UpdateBuildTags

func (*MockBuildClientMockRecorder) UpdateBuilds

func (mr *MockBuildClientMockRecorder) UpdateBuilds(arg0, arg1 interface{}) *gomock.Call

UpdateBuilds indicates an expected call of UpdateBuilds

func (*MockBuildClientMockRecorder) UpdateDefinition

func (mr *MockBuildClientMockRecorder) UpdateDefinition(arg0, arg1 interface{}) *gomock.Call

UpdateDefinition indicates an expected call of UpdateDefinition

func (*MockBuildClientMockRecorder) UpdateDefinitionProperties

func (mr *MockBuildClientMockRecorder) UpdateDefinitionProperties(arg0, arg1 interface{}) *gomock.Call

UpdateDefinitionProperties indicates an expected call of UpdateDefinitionProperties

func (*MockBuildClientMockRecorder) UpdateDefinitionTags

func (mr *MockBuildClientMockRecorder) UpdateDefinitionTags(arg0, arg1 interface{}) *gomock.Call

UpdateDefinitionTags indicates an expected call of UpdateDefinitionTags

func (*MockBuildClientMockRecorder) UpdateFolder

func (mr *MockBuildClientMockRecorder) UpdateFolder(arg0, arg1 interface{}) *gomock.Call

UpdateFolder indicates an expected call of UpdateFolder

func (*MockBuildClientMockRecorder) UpdateRetentionLease

func (mr *MockBuildClientMockRecorder) UpdateRetentionLease(arg0, arg1 interface{}) *gomock.Call

UpdateRetentionLease indicates an expected call of UpdateRetentionLease

func (*MockBuildClientMockRecorder) UpdateRetentionSettings

func (mr *MockBuildClientMockRecorder) UpdateRetentionSettings(arg0, arg1 interface{}) *gomock.Call

UpdateRetentionSettings indicates an expected call of UpdateRetentionSettings

func (*MockBuildClientMockRecorder) UpdateStage

func (mr *MockBuildClientMockRecorder) UpdateStage(arg0, arg1 interface{}) *gomock.Call

UpdateStage indicates an expected call of UpdateStage

type MockCoreClient

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

MockCoreClient is a mock of Client interface

func NewMockCoreClient

func NewMockCoreClient(ctrl *gomock.Controller) *MockCoreClient

NewMockCoreClient creates a new mock instance

func (*MockCoreClient) CreateConnectedService

CreateConnectedService mocks base method

func (*MockCoreClient) CreateOrUpdateProxy

func (m *MockCoreClient) CreateOrUpdateProxy(arg0 context.Context, arg1 core.CreateOrUpdateProxyArgs) (*core.Proxy, error)

CreateOrUpdateProxy mocks base method

func (*MockCoreClient) CreateTeam

func (m *MockCoreClient) CreateTeam(arg0 context.Context, arg1 core.CreateTeamArgs) (*core.WebApiTeam, error)

CreateTeam mocks base method

func (*MockCoreClient) DeleteProxy

func (m *MockCoreClient) DeleteProxy(arg0 context.Context, arg1 core.DeleteProxyArgs) error

DeleteProxy mocks base method

func (*MockCoreClient) DeleteTeam

func (m *MockCoreClient) DeleteTeam(arg0 context.Context, arg1 core.DeleteTeamArgs) error

DeleteTeam mocks base method

func (*MockCoreClient) EXPECT

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

func (*MockCoreClient) GetAllTeams

func (m *MockCoreClient) GetAllTeams(arg0 context.Context, arg1 core.GetAllTeamsArgs) (*[]core.WebApiTeam, error)

GetAllTeams mocks base method

func (*MockCoreClient) GetConnectedServiceDetails

GetConnectedServiceDetails mocks base method

func (*MockCoreClient) GetConnectedServices

func (m *MockCoreClient) GetConnectedServices(arg0 context.Context, arg1 core.GetConnectedServicesArgs) (*[]core.WebApiConnectedService, error)

GetConnectedServices mocks base method

func (*MockCoreClient) GetProcessById

func (m *MockCoreClient) GetProcessById(arg0 context.Context, arg1 core.GetProcessByIdArgs) (*core.Process, error)

GetProcessById mocks base method

func (*MockCoreClient) GetProcesses

func (m *MockCoreClient) GetProcesses(arg0 context.Context, arg1 core.GetProcessesArgs) (*[]core.Process, error)

GetProcesses mocks base method

func (*MockCoreClient) GetProject

func (m *MockCoreClient) GetProject(arg0 context.Context, arg1 core.GetProjectArgs) (*core.TeamProject, error)

GetProject mocks base method

func (*MockCoreClient) GetProjectCollection

GetProjectCollection mocks base method

func (*MockCoreClient) GetProjectCollections

GetProjectCollections mocks base method

func (*MockCoreClient) GetProjectProperties

func (m *MockCoreClient) GetProjectProperties(arg0 context.Context, arg1 core.GetProjectPropertiesArgs) (*[]core.ProjectProperty, error)

GetProjectProperties mocks base method

func (*MockCoreClient) GetProjects

GetProjects mocks base method

func (*MockCoreClient) GetProxies

func (m *MockCoreClient) GetProxies(arg0 context.Context, arg1 core.GetProxiesArgs) (*[]core.Proxy, error)

GetProxies mocks base method

func (*MockCoreClient) GetTeam

func (m *MockCoreClient) GetTeam(arg0 context.Context, arg1 core.GetTeamArgs) (*core.WebApiTeam, error)

GetTeam mocks base method

func (*MockCoreClient) GetTeamMembersWithExtendedProperties

func (m *MockCoreClient) GetTeamMembersWithExtendedProperties(arg0 context.Context, arg1 core.GetTeamMembersWithExtendedPropertiesArgs) (*[]webapi.TeamMember, error)

GetTeamMembersWithExtendedProperties mocks base method

func (*MockCoreClient) GetTeams

func (m *MockCoreClient) GetTeams(arg0 context.Context, arg1 core.GetTeamsArgs) (*[]core.WebApiTeam, error)

GetTeams mocks base method

func (*MockCoreClient) QueueCreateProject

QueueCreateProject mocks base method

func (*MockCoreClient) QueueDeleteProject

QueueDeleteProject mocks base method

func (*MockCoreClient) RemoveProjectAvatar

func (m *MockCoreClient) RemoveProjectAvatar(arg0 context.Context, arg1 core.RemoveProjectAvatarArgs) error

RemoveProjectAvatar mocks base method

func (*MockCoreClient) SetProjectAvatar

func (m *MockCoreClient) SetProjectAvatar(arg0 context.Context, arg1 core.SetProjectAvatarArgs) error

SetProjectAvatar mocks base method

func (*MockCoreClient) SetProjectProperties

func (m *MockCoreClient) SetProjectProperties(arg0 context.Context, arg1 core.SetProjectPropertiesArgs) error

SetProjectProperties mocks base method

func (*MockCoreClient) UpdateProject

UpdateProject mocks base method

func (*MockCoreClient) UpdateTeam

func (m *MockCoreClient) UpdateTeam(arg0 context.Context, arg1 core.UpdateTeamArgs) (*core.WebApiTeam, error)

UpdateTeam mocks base method

type MockCoreClientMockRecorder

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

MockCoreClientMockRecorder is the mock recorder for MockCoreClient

func (*MockCoreClientMockRecorder) CreateConnectedService

func (mr *MockCoreClientMockRecorder) CreateConnectedService(arg0, arg1 interface{}) *gomock.Call

CreateConnectedService indicates an expected call of CreateConnectedService

func (*MockCoreClientMockRecorder) CreateOrUpdateProxy

func (mr *MockCoreClientMockRecorder) CreateOrUpdateProxy(arg0, arg1 interface{}) *gomock.Call

CreateOrUpdateProxy indicates an expected call of CreateOrUpdateProxy

func (*MockCoreClientMockRecorder) CreateTeam

func (mr *MockCoreClientMockRecorder) CreateTeam(arg0, arg1 interface{}) *gomock.Call

CreateTeam indicates an expected call of CreateTeam

func (*MockCoreClientMockRecorder) DeleteProxy

func (mr *MockCoreClientMockRecorder) DeleteProxy(arg0, arg1 interface{}) *gomock.Call

DeleteProxy indicates an expected call of DeleteProxy

func (*MockCoreClientMockRecorder) DeleteTeam

func (mr *MockCoreClientMockRecorder) DeleteTeam(arg0, arg1 interface{}) *gomock.Call

DeleteTeam indicates an expected call of DeleteTeam

func (*MockCoreClientMockRecorder) GetAllTeams

func (mr *MockCoreClientMockRecorder) GetAllTeams(arg0, arg1 interface{}) *gomock.Call

GetAllTeams indicates an expected call of GetAllTeams

func (*MockCoreClientMockRecorder) GetConnectedServiceDetails

func (mr *MockCoreClientMockRecorder) GetConnectedServiceDetails(arg0, arg1 interface{}) *gomock.Call

GetConnectedServiceDetails indicates an expected call of GetConnectedServiceDetails

func (*MockCoreClientMockRecorder) GetConnectedServices

func (mr *MockCoreClientMockRecorder) GetConnectedServices(arg0, arg1 interface{}) *gomock.Call

GetConnectedServices indicates an expected call of GetConnectedServices

func (*MockCoreClientMockRecorder) GetProcessById

func (mr *MockCoreClientMockRecorder) GetProcessById(arg0, arg1 interface{}) *gomock.Call

GetProcessById indicates an expected call of GetProcessById

func (*MockCoreClientMockRecorder) GetProcesses

func (mr *MockCoreClientMockRecorder) GetProcesses(arg0, arg1 interface{}) *gomock.Call

GetProcesses indicates an expected call of GetProcesses

func (*MockCoreClientMockRecorder) GetProject

func (mr *MockCoreClientMockRecorder) GetProject(arg0, arg1 interface{}) *gomock.Call

GetProject indicates an expected call of GetProject

func (*MockCoreClientMockRecorder) GetProjectCollection

func (mr *MockCoreClientMockRecorder) GetProjectCollection(arg0, arg1 interface{}) *gomock.Call

GetProjectCollection indicates an expected call of GetProjectCollection

func (*MockCoreClientMockRecorder) GetProjectCollections

func (mr *MockCoreClientMockRecorder) GetProjectCollections(arg0, arg1 interface{}) *gomock.Call

GetProjectCollections indicates an expected call of GetProjectCollections

func (*MockCoreClientMockRecorder) GetProjectProperties

func (mr *MockCoreClientMockRecorder) GetProjectProperties(arg0, arg1 interface{}) *gomock.Call

GetProjectProperties indicates an expected call of GetProjectProperties

func (*MockCoreClientMockRecorder) GetProjects

func (mr *MockCoreClientMockRecorder) GetProjects(arg0, arg1 interface{}) *gomock.Call

GetProjects indicates an expected call of GetProjects

func (*MockCoreClientMockRecorder) GetProxies

func (mr *MockCoreClientMockRecorder) GetProxies(arg0, arg1 interface{}) *gomock.Call

GetProxies indicates an expected call of GetProxies

func (*MockCoreClientMockRecorder) GetTeam

func (mr *MockCoreClientMockRecorder) GetTeam(arg0, arg1 interface{}) *gomock.Call

GetTeam indicates an expected call of GetTeam

func (*MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties

func (mr *MockCoreClientMockRecorder) GetTeamMembersWithExtendedProperties(arg0, arg1 interface{}) *gomock.Call

GetTeamMembersWithExtendedProperties indicates an expected call of GetTeamMembersWithExtendedProperties

func (*MockCoreClientMockRecorder) GetTeams

func (mr *MockCoreClientMockRecorder) GetTeams(arg0, arg1 interface{}) *gomock.Call

GetTeams indicates an expected call of GetTeams

func (*MockCoreClientMockRecorder) QueueCreateProject

func (mr *MockCoreClientMockRecorder) QueueCreateProject(arg0, arg1 interface{}) *gomock.Call

QueueCreateProject indicates an expected call of QueueCreateProject

func (*MockCoreClientMockRecorder) QueueDeleteProject

func (mr *MockCoreClientMockRecorder) QueueDeleteProject(arg0, arg1 interface{}) *gomock.Call

QueueDeleteProject indicates an expected call of QueueDeleteProject

func (*MockCoreClientMockRecorder) RemoveProjectAvatar

func (mr *MockCoreClientMockRecorder) RemoveProjectAvatar(arg0, arg1 interface{}) *gomock.Call

RemoveProjectAvatar indicates an expected call of RemoveProjectAvatar

func (*MockCoreClientMockRecorder) SetProjectAvatar

func (mr *MockCoreClientMockRecorder) SetProjectAvatar(arg0, arg1 interface{}) *gomock.Call

SetProjectAvatar indicates an expected call of SetProjectAvatar

func (*MockCoreClientMockRecorder) SetProjectProperties

func (mr *MockCoreClientMockRecorder) SetProjectProperties(arg0, arg1 interface{}) *gomock.Call

SetProjectProperties indicates an expected call of SetProjectProperties

func (*MockCoreClientMockRecorder) UpdateProject

func (mr *MockCoreClientMockRecorder) UpdateProject(arg0, arg1 interface{}) *gomock.Call

UpdateProject indicates an expected call of UpdateProject

func (*MockCoreClientMockRecorder) UpdateTeam

func (mr *MockCoreClientMockRecorder) UpdateTeam(arg0, arg1 interface{}) *gomock.Call

UpdateTeam indicates an expected call of UpdateTeam

type MockElasticClient

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

MockElasticClient is a mock of Client interface

func NewMockElasticClient

func NewMockElasticClient(ctrl *gomock.Controller) *MockElasticClient

NewMockElasticClient creates a new mock instance

func (*MockElasticClient) CreateElasticPool

CreateElasticPool mocks base method

func (*MockElasticClient) EXPECT

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

func (*MockElasticClient) GetElasticNodes

GetElasticNodes mocks base method

func (*MockElasticClient) GetElasticPool

GetElasticPool mocks base method

func (*MockElasticClient) GetElasticPoolLogs

GetElasticPoolLogs mocks base method

func (*MockElasticClient) GetElasticPools

GetElasticPools mocks base method

func (*MockElasticClient) UpdateElasticNode

UpdateElasticNode mocks base method

func (*MockElasticClient) UpdateElasticPool

UpdateElasticPool mocks base method

type MockElasticClientMockRecorder

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

MockElasticClientMockRecorder is the mock recorder for MockElasticClient

func (*MockElasticClientMockRecorder) CreateElasticPool

func (mr *MockElasticClientMockRecorder) CreateElasticPool(arg0, arg1 interface{}) *gomock.Call

CreateElasticPool indicates an expected call of CreateElasticPool

func (*MockElasticClientMockRecorder) GetElasticNodes

func (mr *MockElasticClientMockRecorder) GetElasticNodes(arg0, arg1 interface{}) *gomock.Call

GetElasticNodes indicates an expected call of GetElasticNodes

func (*MockElasticClientMockRecorder) GetElasticPool

func (mr *MockElasticClientMockRecorder) GetElasticPool(arg0, arg1 interface{}) *gomock.Call

GetElasticPool indicates an expected call of GetElasticPool

func (*MockElasticClientMockRecorder) GetElasticPoolLogs

func (mr *MockElasticClientMockRecorder) GetElasticPoolLogs(arg0, arg1 interface{}) *gomock.Call

GetElasticPoolLogs indicates an expected call of GetElasticPoolLogs

func (*MockElasticClientMockRecorder) GetElasticPools

func (mr *MockElasticClientMockRecorder) GetElasticPools(arg0, arg1 interface{}) *gomock.Call

GetElasticPools indicates an expected call of GetElasticPools

func (*MockElasticClientMockRecorder) UpdateElasticNode

func (mr *MockElasticClientMockRecorder) UpdateElasticNode(arg0, arg1 interface{}) *gomock.Call

UpdateElasticNode indicates an expected call of UpdateElasticNode

func (*MockElasticClientMockRecorder) UpdateElasticPool

func (mr *MockElasticClientMockRecorder) UpdateElasticPool(arg0, arg1 interface{}) *gomock.Call

UpdateElasticPool indicates an expected call of UpdateElasticPool

type MockFeaturemanagementClient

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

MockFeaturemanagementClient is a mock of Client interface

func NewMockFeaturemanagementClient

func NewMockFeaturemanagementClient(ctrl *gomock.Controller) *MockFeaturemanagementClient

NewMockFeaturemanagementClient creates a new mock instance

func (*MockFeaturemanagementClient) EXPECT

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

func (*MockFeaturemanagementClient) GetFeature

GetFeature mocks base method

func (*MockFeaturemanagementClient) GetFeatureState

GetFeatureState mocks base method

func (*MockFeaturemanagementClient) GetFeatureStateForScope

GetFeatureStateForScope mocks base method

func (*MockFeaturemanagementClient) GetFeatures

GetFeatures mocks base method

func (*MockFeaturemanagementClient) QueryFeatureStates

QueryFeatureStates mocks base method

func (*MockFeaturemanagementClient) QueryFeatureStatesForDefaultScope

QueryFeatureStatesForDefaultScope mocks base method

func (*MockFeaturemanagementClient) QueryFeatureStatesForNamedScope

QueryFeatureStatesForNamedScope mocks base method

func (*MockFeaturemanagementClient) SetFeatureState

SetFeatureState mocks base method

func (*MockFeaturemanagementClient) SetFeatureStateForScope

SetFeatureStateForScope mocks base method

type MockFeaturemanagementClientMockRecorder

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

MockFeaturemanagementClientMockRecorder is the mock recorder for MockFeaturemanagementClient

func (*MockFeaturemanagementClientMockRecorder) GetFeature

func (mr *MockFeaturemanagementClientMockRecorder) GetFeature(arg0, arg1 interface{}) *gomock.Call

GetFeature indicates an expected call of GetFeature

func (*MockFeaturemanagementClientMockRecorder) GetFeatureState

func (mr *MockFeaturemanagementClientMockRecorder) GetFeatureState(arg0, arg1 interface{}) *gomock.Call

GetFeatureState indicates an expected call of GetFeatureState

func (*MockFeaturemanagementClientMockRecorder) GetFeatureStateForScope

func (mr *MockFeaturemanagementClientMockRecorder) GetFeatureStateForScope(arg0, arg1 interface{}) *gomock.Call

GetFeatureStateForScope indicates an expected call of GetFeatureStateForScope

func (*MockFeaturemanagementClientMockRecorder) GetFeatures

func (mr *MockFeaturemanagementClientMockRecorder) GetFeatures(arg0, arg1 interface{}) *gomock.Call

GetFeatures indicates an expected call of GetFeatures

func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStates

func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStates(arg0, arg1 interface{}) *gomock.Call

QueryFeatureStates indicates an expected call of QueryFeatureStates

func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForDefaultScope

func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForDefaultScope(arg0, arg1 interface{}) *gomock.Call

QueryFeatureStatesForDefaultScope indicates an expected call of QueryFeatureStatesForDefaultScope

func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForNamedScope

func (mr *MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForNamedScope(arg0, arg1 interface{}) *gomock.Call

QueryFeatureStatesForNamedScope indicates an expected call of QueryFeatureStatesForNamedScope

func (*MockFeaturemanagementClientMockRecorder) SetFeatureState

func (mr *MockFeaturemanagementClientMockRecorder) SetFeatureState(arg0, arg1 interface{}) *gomock.Call

SetFeatureState indicates an expected call of SetFeatureState

func (*MockFeaturemanagementClientMockRecorder) SetFeatureStateForScope

func (mr *MockFeaturemanagementClientMockRecorder) SetFeatureStateForScope(arg0, arg1 interface{}) *gomock.Call

SetFeatureStateForScope indicates an expected call of SetFeatureStateForScope

type MockGitClient

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

MockGitClient is a mock of Client interface

func NewMockGitClient

func NewMockGitClient(ctrl *gomock.Controller) *MockGitClient

NewMockGitClient creates a new mock instance

func (*MockGitClient) CreateAnnotatedTag

func (m *MockGitClient) CreateAnnotatedTag(arg0 context.Context, arg1 git.CreateAnnotatedTagArgs) (*git.GitAnnotatedTag, error)

CreateAnnotatedTag mocks base method

func (*MockGitClient) CreateAttachment

func (m *MockGitClient) CreateAttachment(arg0 context.Context, arg1 git.CreateAttachmentArgs) (*git.Attachment, error)

CreateAttachment mocks base method

func (*MockGitClient) CreateCherryPick

func (m *MockGitClient) CreateCherryPick(arg0 context.Context, arg1 git.CreateCherryPickArgs) (*git.GitCherryPick, error)

CreateCherryPick mocks base method

func (*MockGitClient) CreateComment

func (m *MockGitClient) CreateComment(arg0 context.Context, arg1 git.CreateCommentArgs) (*git.Comment, error)

CreateComment mocks base method

func (*MockGitClient) CreateCommitStatus

func (m *MockGitClient) CreateCommitStatus(arg0 context.Context, arg1 git.CreateCommitStatusArgs) (*git.GitStatus, error)

CreateCommitStatus mocks base method

func (*MockGitClient) CreateFavorite

func (m *MockGitClient) CreateFavorite(arg0 context.Context, arg1 git.CreateFavoriteArgs) (*git.GitRefFavorite, error)

CreateFavorite mocks base method

func (*MockGitClient) CreateForkSyncRequest

func (m *MockGitClient) CreateForkSyncRequest(arg0 context.Context, arg1 git.CreateForkSyncRequestArgs) (*git.GitForkSyncRequest, error)

CreateForkSyncRequest mocks base method

func (*MockGitClient) CreateImportRequest

func (m *MockGitClient) CreateImportRequest(arg0 context.Context, arg1 git.CreateImportRequestArgs) (*git.GitImportRequest, error)

CreateImportRequest mocks base method

func (*MockGitClient) CreateLike

func (m *MockGitClient) CreateLike(arg0 context.Context, arg1 git.CreateLikeArgs) error

CreateLike mocks base method

func (*MockGitClient) CreateMergeRequest

func (m *MockGitClient) CreateMergeRequest(arg0 context.Context, arg1 git.CreateMergeRequestArgs) (*git.GitMerge, error)

CreateMergeRequest mocks base method

func (*MockGitClient) CreatePullRequest

func (m *MockGitClient) CreatePullRequest(arg0 context.Context, arg1 git.CreatePullRequestArgs) (*git.GitPullRequest, error)

CreatePullRequest mocks base method

func (*MockGitClient) CreatePullRequestIterationStatus

func (m *MockGitClient) CreatePullRequestIterationStatus(arg0 context.Context, arg1 git.CreatePullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)

CreatePullRequestIterationStatus mocks base method

func (*MockGitClient) CreatePullRequestLabel

func (m *MockGitClient) CreatePullRequestLabel(arg0 context.Context, arg1 git.CreatePullRequestLabelArgs) (*core.WebApiTagDefinition, error)

CreatePullRequestLabel mocks base method

func (*MockGitClient) CreatePullRequestReviewer

func (m *MockGitClient) CreatePullRequestReviewer(arg0 context.Context, arg1 git.CreatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)

CreatePullRequestReviewer mocks base method

func (*MockGitClient) CreatePullRequestReviewers

func (m *MockGitClient) CreatePullRequestReviewers(arg0 context.Context, arg1 git.CreatePullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)

CreatePullRequestReviewers mocks base method

func (*MockGitClient) CreatePullRequestStatus

func (m *MockGitClient) CreatePullRequestStatus(arg0 context.Context, arg1 git.CreatePullRequestStatusArgs) (*git.GitPullRequestStatus, error)

CreatePullRequestStatus mocks base method

func (*MockGitClient) CreatePush

func (m *MockGitClient) CreatePush(arg0 context.Context, arg1 git.CreatePushArgs) (*git.GitPush, error)

CreatePush mocks base method

func (*MockGitClient) CreateRepository

func (m *MockGitClient) CreateRepository(arg0 context.Context, arg1 git.CreateRepositoryArgs) (*git.GitRepository, error)

CreateRepository mocks base method

func (*MockGitClient) CreateRevert

func (m *MockGitClient) CreateRevert(arg0 context.Context, arg1 git.CreateRevertArgs) (*git.GitRevert, error)

CreateRevert mocks base method

func (*MockGitClient) CreateThread

CreateThread mocks base method

func (*MockGitClient) CreateUnmaterializedPullRequestReviewer

func (m *MockGitClient) CreateUnmaterializedPullRequestReviewer(arg0 context.Context, arg1 git.CreateUnmaterializedPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)

CreateUnmaterializedPullRequestReviewer mocks base method

func (*MockGitClient) DeleteAttachment

func (m *MockGitClient) DeleteAttachment(arg0 context.Context, arg1 git.DeleteAttachmentArgs) error

DeleteAttachment mocks base method

func (*MockGitClient) DeleteComment

func (m *MockGitClient) DeleteComment(arg0 context.Context, arg1 git.DeleteCommentArgs) error

DeleteComment mocks base method

func (*MockGitClient) DeleteLike

func (m *MockGitClient) DeleteLike(arg0 context.Context, arg1 git.DeleteLikeArgs) error

DeleteLike mocks base method

func (*MockGitClient) DeletePullRequestIterationStatus

func (m *MockGitClient) DeletePullRequestIterationStatus(arg0 context.Context, arg1 git.DeletePullRequestIterationStatusArgs) error

DeletePullRequestIterationStatus mocks base method

func (*MockGitClient) DeletePullRequestLabels

func (m *MockGitClient) DeletePullRequestLabels(arg0 context.Context, arg1 git.DeletePullRequestLabelsArgs) error

DeletePullRequestLabels mocks base method

func (*MockGitClient) DeletePullRequestReviewer

func (m *MockGitClient) DeletePullRequestReviewer(arg0 context.Context, arg1 git.DeletePullRequestReviewerArgs) error

DeletePullRequestReviewer mocks base method

func (*MockGitClient) DeletePullRequestStatus

func (m *MockGitClient) DeletePullRequestStatus(arg0 context.Context, arg1 git.DeletePullRequestStatusArgs) error

DeletePullRequestStatus mocks base method

func (*MockGitClient) DeleteRefFavorite

func (m *MockGitClient) DeleteRefFavorite(arg0 context.Context, arg1 git.DeleteRefFavoriteArgs) error

DeleteRefFavorite mocks base method

func (*MockGitClient) DeleteRepository

func (m *MockGitClient) DeleteRepository(arg0 context.Context, arg1 git.DeleteRepositoryArgs) error

DeleteRepository mocks base method

func (*MockGitClient) DeleteRepositoryFromRecycleBin

func (m *MockGitClient) DeleteRepositoryFromRecycleBin(arg0 context.Context, arg1 git.DeleteRepositoryFromRecycleBinArgs) error

DeleteRepositoryFromRecycleBin mocks base method

func (*MockGitClient) EXPECT

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

func (*MockGitClient) GetAnnotatedTag

func (m *MockGitClient) GetAnnotatedTag(arg0 context.Context, arg1 git.GetAnnotatedTagArgs) (*git.GitAnnotatedTag, error)

GetAnnotatedTag mocks base method

func (*MockGitClient) GetAttachmentContent

func (m *MockGitClient) GetAttachmentContent(arg0 context.Context, arg1 git.GetAttachmentContentArgs) (io.ReadCloser, error)

GetAttachmentContent mocks base method

func (*MockGitClient) GetAttachmentZip

func (m *MockGitClient) GetAttachmentZip(arg0 context.Context, arg1 git.GetAttachmentZipArgs) (io.ReadCloser, error)

GetAttachmentZip mocks base method

func (*MockGitClient) GetAttachments

func (m *MockGitClient) GetAttachments(arg0 context.Context, arg1 git.GetAttachmentsArgs) (*[]git.Attachment, error)

GetAttachments mocks base method

func (*MockGitClient) GetBlob

func (m *MockGitClient) GetBlob(arg0 context.Context, arg1 git.GetBlobArgs) (*git.GitBlobRef, error)

GetBlob mocks base method

func (*MockGitClient) GetBlobContent

func (m *MockGitClient) GetBlobContent(arg0 context.Context, arg1 git.GetBlobContentArgs) (io.ReadCloser, error)

GetBlobContent mocks base method

func (*MockGitClient) GetBlobZip

func (m *MockGitClient) GetBlobZip(arg0 context.Context, arg1 git.GetBlobZipArgs) (io.ReadCloser, error)

GetBlobZip mocks base method

func (*MockGitClient) GetBlobsZip

func (m *MockGitClient) GetBlobsZip(arg0 context.Context, arg1 git.GetBlobsZipArgs) (io.ReadCloser, error)

GetBlobsZip mocks base method

func (*MockGitClient) GetBranch

func (m *MockGitClient) GetBranch(arg0 context.Context, arg1 git.GetBranchArgs) (*git.GitBranchStats, error)

GetBranch mocks base method

func (*MockGitClient) GetBranches

func (m *MockGitClient) GetBranches(arg0 context.Context, arg1 git.GetBranchesArgs) (*[]git.GitBranchStats, error)

GetBranches mocks base method

func (*MockGitClient) GetChanges

func (m *MockGitClient) GetChanges(arg0 context.Context, arg1 git.GetChangesArgs) (*git.GitCommitChanges, error)

GetChanges mocks base method

func (*MockGitClient) GetCherryPick

func (m *MockGitClient) GetCherryPick(arg0 context.Context, arg1 git.GetCherryPickArgs) (*git.GitCherryPick, error)

GetCherryPick mocks base method

func (*MockGitClient) GetCherryPickForRefName

func (m *MockGitClient) GetCherryPickForRefName(arg0 context.Context, arg1 git.GetCherryPickForRefNameArgs) (*git.GitCherryPick, error)

GetCherryPickForRefName mocks base method

func (*MockGitClient) GetComment

func (m *MockGitClient) GetComment(arg0 context.Context, arg1 git.GetCommentArgs) (*git.Comment, error)

GetComment mocks base method

func (*MockGitClient) GetComments

func (m *MockGitClient) GetComments(arg0 context.Context, arg1 git.GetCommentsArgs) (*[]git.Comment, error)

GetComments mocks base method

func (*MockGitClient) GetCommit

func (m *MockGitClient) GetCommit(arg0 context.Context, arg1 git.GetCommitArgs) (*git.GitCommit, error)

GetCommit mocks base method

func (*MockGitClient) GetCommitDiffs

func (m *MockGitClient) GetCommitDiffs(arg0 context.Context, arg1 git.GetCommitDiffsArgs) (*git.GitCommitDiffs, error)

GetCommitDiffs mocks base method

func (*MockGitClient) GetCommits

func (m *MockGitClient) GetCommits(arg0 context.Context, arg1 git.GetCommitsArgs) (*[]git.GitCommitRef, error)

GetCommits mocks base method

func (*MockGitClient) GetCommitsBatch

func (m *MockGitClient) GetCommitsBatch(arg0 context.Context, arg1 git.GetCommitsBatchArgs) (*[]git.GitCommitRef, error)

GetCommitsBatch mocks base method

func (*MockGitClient) GetDeletedRepositories

func (m *MockGitClient) GetDeletedRepositories(arg0 context.Context, arg1 git.GetDeletedRepositoriesArgs) (*[]git.GitDeletedRepository, error)

GetDeletedRepositories mocks base method

func (*MockGitClient) GetForkSyncRequest

func (m *MockGitClient) GetForkSyncRequest(arg0 context.Context, arg1 git.GetForkSyncRequestArgs) (*git.GitForkSyncRequest, error)

GetForkSyncRequest mocks base method

func (*MockGitClient) GetForkSyncRequests

func (m *MockGitClient) GetForkSyncRequests(arg0 context.Context, arg1 git.GetForkSyncRequestsArgs) (*[]git.GitForkSyncRequest, error)

GetForkSyncRequests mocks base method

func (*MockGitClient) GetForks

func (m *MockGitClient) GetForks(arg0 context.Context, arg1 git.GetForksArgs) (*[]git.GitRepositoryRef, error)

GetForks mocks base method

func (*MockGitClient) GetImportRequest

func (m *MockGitClient) GetImportRequest(arg0 context.Context, arg1 git.GetImportRequestArgs) (*git.GitImportRequest, error)

GetImportRequest mocks base method

func (*MockGitClient) GetItem

func (m *MockGitClient) GetItem(arg0 context.Context, arg1 git.GetItemArgs) (*git.GitItem, error)

GetItem mocks base method

func (*MockGitClient) GetItemContent

func (m *MockGitClient) GetItemContent(arg0 context.Context, arg1 git.GetItemContentArgs) (io.ReadCloser, error)

GetItemContent mocks base method

func (*MockGitClient) GetItemText

func (m *MockGitClient) GetItemText(arg0 context.Context, arg1 git.GetItemTextArgs) (io.ReadCloser, error)

GetItemText mocks base method

func (*MockGitClient) GetItemZip

func (m *MockGitClient) GetItemZip(arg0 context.Context, arg1 git.GetItemZipArgs) (io.ReadCloser, error)

GetItemZip mocks base method

func (*MockGitClient) GetItems

func (m *MockGitClient) GetItems(arg0 context.Context, arg1 git.GetItemsArgs) (*[]git.GitItem, error)

GetItems mocks base method

func (*MockGitClient) GetItemsBatch

func (m *MockGitClient) GetItemsBatch(arg0 context.Context, arg1 git.GetItemsBatchArgs) (*[][]git.GitItem, error)

GetItemsBatch mocks base method

func (*MockGitClient) GetLikes

func (m *MockGitClient) GetLikes(arg0 context.Context, arg1 git.GetLikesArgs) (*[]webapi.IdentityRef, error)

GetLikes mocks base method

func (*MockGitClient) GetMergeBases

func (m *MockGitClient) GetMergeBases(arg0 context.Context, arg1 git.GetMergeBasesArgs) (*[]git.GitCommitRef, error)

GetMergeBases mocks base method

func (*MockGitClient) GetMergeRequest

func (m *MockGitClient) GetMergeRequest(arg0 context.Context, arg1 git.GetMergeRequestArgs) (*git.GitMerge, error)

GetMergeRequest mocks base method

func (*MockGitClient) GetPermission

func (m *MockGitClient) GetPermission(arg0 context.Context, arg1 git.GetPermissionArgs) (*bool, error)

GetPermission mocks base method

func (*MockGitClient) GetPolicyConfigurations

GetPolicyConfigurations mocks base method

func (*MockGitClient) GetPullRequest

func (m *MockGitClient) GetPullRequest(arg0 context.Context, arg1 git.GetPullRequestArgs) (*git.GitPullRequest, error)

GetPullRequest mocks base method

func (*MockGitClient) GetPullRequestById

func (m *MockGitClient) GetPullRequestById(arg0 context.Context, arg1 git.GetPullRequestByIdArgs) (*git.GitPullRequest, error)

GetPullRequestById mocks base method

func (*MockGitClient) GetPullRequestCommits

GetPullRequestCommits mocks base method

func (*MockGitClient) GetPullRequestIteration

func (m *MockGitClient) GetPullRequestIteration(arg0 context.Context, arg1 git.GetPullRequestIterationArgs) (*git.GitPullRequestIteration, error)

GetPullRequestIteration mocks base method

func (*MockGitClient) GetPullRequestIterationChanges

GetPullRequestIterationChanges mocks base method

func (*MockGitClient) GetPullRequestIterationCommits

func (m *MockGitClient) GetPullRequestIterationCommits(arg0 context.Context, arg1 git.GetPullRequestIterationCommitsArgs) (*[]git.GitCommitRef, error)

GetPullRequestIterationCommits mocks base method

func (*MockGitClient) GetPullRequestIterationStatus

func (m *MockGitClient) GetPullRequestIterationStatus(arg0 context.Context, arg1 git.GetPullRequestIterationStatusArgs) (*git.GitPullRequestStatus, error)

GetPullRequestIterationStatus mocks base method

func (*MockGitClient) GetPullRequestIterationStatuses

func (m *MockGitClient) GetPullRequestIterationStatuses(arg0 context.Context, arg1 git.GetPullRequestIterationStatusesArgs) (*[]git.GitPullRequestStatus, error)

GetPullRequestIterationStatuses mocks base method

func (*MockGitClient) GetPullRequestIterations

func (m *MockGitClient) GetPullRequestIterations(arg0 context.Context, arg1 git.GetPullRequestIterationsArgs) (*[]git.GitPullRequestIteration, error)

GetPullRequestIterations mocks base method

func (*MockGitClient) GetPullRequestLabel

func (m *MockGitClient) GetPullRequestLabel(arg0 context.Context, arg1 git.GetPullRequestLabelArgs) (*core.WebApiTagDefinition, error)

GetPullRequestLabel mocks base method

func (*MockGitClient) GetPullRequestLabels

func (m *MockGitClient) GetPullRequestLabels(arg0 context.Context, arg1 git.GetPullRequestLabelsArgs) (*[]core.WebApiTagDefinition, error)

GetPullRequestLabels mocks base method

func (*MockGitClient) GetPullRequestProperties

func (m *MockGitClient) GetPullRequestProperties(arg0 context.Context, arg1 git.GetPullRequestPropertiesArgs) (interface{}, error)

GetPullRequestProperties mocks base method

func (*MockGitClient) GetPullRequestQuery

func (m *MockGitClient) GetPullRequestQuery(arg0 context.Context, arg1 git.GetPullRequestQueryArgs) (*git.GitPullRequestQuery, error)

GetPullRequestQuery mocks base method

func (*MockGitClient) GetPullRequestReviewer

func (m *MockGitClient) GetPullRequestReviewer(arg0 context.Context, arg1 git.GetPullRequestReviewerArgs) (*git.IdentityRefWithVote, error)

GetPullRequestReviewer mocks base method

func (*MockGitClient) GetPullRequestReviewers

func (m *MockGitClient) GetPullRequestReviewers(arg0 context.Context, arg1 git.GetPullRequestReviewersArgs) (*[]git.IdentityRefWithVote, error)

GetPullRequestReviewers mocks base method

func (*MockGitClient) GetPullRequestStatus

func (m *MockGitClient) GetPullRequestStatus(arg0 context.Context, arg1 git.GetPullRequestStatusArgs) (*git.GitPullRequestStatus, error)

GetPullRequestStatus mocks base method

func (*MockGitClient) GetPullRequestStatuses

func (m *MockGitClient) GetPullRequestStatuses(arg0 context.Context, arg1 git.GetPullRequestStatusesArgs) (*[]git.GitPullRequestStatus, error)

GetPullRequestStatuses mocks base method

func (*MockGitClient) GetPullRequestThread

GetPullRequestThread mocks base method

func (*MockGitClient) GetPullRequestWorkItemRefs

func (m *MockGitClient) GetPullRequestWorkItemRefs(arg0 context.Context, arg1 git.GetPullRequestWorkItemRefsArgs) (*[]webapi.ResourceRef, error)

GetPullRequestWorkItemRefs mocks base method

func (*MockGitClient) GetPullRequests

func (m *MockGitClient) GetPullRequests(arg0 context.Context, arg1 git.GetPullRequestsArgs) (*[]git.GitPullRequest, error)

GetPullRequests mocks base method

func (*MockGitClient) GetPullRequestsByProject

func (m *MockGitClient) GetPullRequestsByProject(arg0 context.Context, arg1 git.GetPullRequestsByProjectArgs) (*[]git.GitPullRequest, error)

GetPullRequestsByProject mocks base method

func (*MockGitClient) GetPush

func (m *MockGitClient) GetPush(arg0 context.Context, arg1 git.GetPushArgs) (*git.GitPush, error)

GetPush mocks base method

func (*MockGitClient) GetPushCommits

func (m *MockGitClient) GetPushCommits(arg0 context.Context, arg1 git.GetPushCommitsArgs) (*[]git.GitCommitRef, error)

GetPushCommits mocks base method

func (*MockGitClient) GetPushes

func (m *MockGitClient) GetPushes(arg0 context.Context, arg1 git.GetPushesArgs) (*[]git.GitPush, error)

GetPushes mocks base method

func (*MockGitClient) GetRecycleBinRepositories

func (m *MockGitClient) GetRecycleBinRepositories(arg0 context.Context, arg1 git.GetRecycleBinRepositoriesArgs) (*[]git.GitDeletedRepository, error)

GetRecycleBinRepositories mocks base method

func (*MockGitClient) GetRefFavorite

func (m *MockGitClient) GetRefFavorite(arg0 context.Context, arg1 git.GetRefFavoriteArgs) (*git.GitRefFavorite, error)

GetRefFavorite mocks base method

func (*MockGitClient) GetRefFavorites

func (m *MockGitClient) GetRefFavorites(arg0 context.Context, arg1 git.GetRefFavoritesArgs) (*[]git.GitRefFavorite, error)

GetRefFavorites mocks base method

func (*MockGitClient) GetRefs

GetRefs mocks base method

func (*MockGitClient) GetRepositories

func (m *MockGitClient) GetRepositories(arg0 context.Context, arg1 git.GetRepositoriesArgs) (*[]git.GitRepository, error)

GetRepositories mocks base method

func (*MockGitClient) GetRepository

func (m *MockGitClient) GetRepository(arg0 context.Context, arg1 git.GetRepositoryArgs) (*git.GitRepository, error)

GetRepository mocks base method

func (*MockGitClient) GetRepositoryWithParent

func (m *MockGitClient) GetRepositoryWithParent(arg0 context.Context, arg1 git.GetRepositoryWithParentArgs) (*git.GitRepository, error)

GetRepositoryWithParent mocks base method

func (*MockGitClient) GetRevert

func (m *MockGitClient) GetRevert(arg0 context.Context, arg1 git.GetRevertArgs) (*git.GitRevert, error)

GetRevert mocks base method

func (*MockGitClient) GetRevertForRefName

func (m *MockGitClient) GetRevertForRefName(arg0 context.Context, arg1 git.GetRevertForRefNameArgs) (*git.GitRevert, error)

GetRevertForRefName mocks base method

func (*MockGitClient) GetStatuses

func (m *MockGitClient) GetStatuses(arg0 context.Context, arg1 git.GetStatusesArgs) (*[]git.GitStatus, error)

GetStatuses mocks base method

func (*MockGitClient) GetSuggestions

func (m *MockGitClient) GetSuggestions(arg0 context.Context, arg1 git.GetSuggestionsArgs) (*[]git.GitSuggestion, error)

GetSuggestions mocks base method

func (*MockGitClient) GetThreads

GetThreads mocks base method

func (*MockGitClient) GetTree

func (m *MockGitClient) GetTree(arg0 context.Context, arg1 git.GetTreeArgs) (*git.GitTreeRef, error)

GetTree mocks base method

func (*MockGitClient) GetTreeZip

func (m *MockGitClient) GetTreeZip(arg0 context.Context, arg1 git.GetTreeZipArgs) (io.ReadCloser, error)

GetTreeZip mocks base method

func (*MockGitClient) QueryImportRequests

func (m *MockGitClient) QueryImportRequests(arg0 context.Context, arg1 git.QueryImportRequestsArgs) (*[]git.GitImportRequest, error)

QueryImportRequests mocks base method

func (*MockGitClient) RestoreRepositoryFromRecycleBin

func (m *MockGitClient) RestoreRepositoryFromRecycleBin(arg0 context.Context, arg1 git.RestoreRepositoryFromRecycleBinArgs) (*git.GitRepository, error)

RestoreRepositoryFromRecycleBin mocks base method

func (*MockGitClient) SharePullRequest

func (m *MockGitClient) SharePullRequest(arg0 context.Context, arg1 git.SharePullRequestArgs) error

SharePullRequest mocks base method

func (*MockGitClient) UpdateComment

func (m *MockGitClient) UpdateComment(arg0 context.Context, arg1 git.UpdateCommentArgs) (*git.Comment, error)

UpdateComment mocks base method

func (*MockGitClient) UpdateImportRequest

func (m *MockGitClient) UpdateImportRequest(arg0 context.Context, arg1 git.UpdateImportRequestArgs) (*git.GitImportRequest, error)

UpdateImportRequest mocks base method

func (*MockGitClient) UpdatePullRequest

func (m *MockGitClient) UpdatePullRequest(arg0 context.Context, arg1 git.UpdatePullRequestArgs) (*git.GitPullRequest, error)

UpdatePullRequest mocks base method

func (*MockGitClient) UpdatePullRequestIterationStatuses

func (m *MockGitClient) UpdatePullRequestIterationStatuses(arg0 context.Context, arg1 git.UpdatePullRequestIterationStatusesArgs) error

UpdatePullRequestIterationStatuses mocks base method

func (*MockGitClient) UpdatePullRequestProperties

func (m *MockGitClient) UpdatePullRequestProperties(arg0 context.Context, arg1 git.UpdatePullRequestPropertiesArgs) (interface{}, error)

UpdatePullRequestProperties mocks base method

func (*MockGitClient) UpdatePullRequestReviewer

func (m *MockGitClient) UpdatePullRequestReviewer(arg0 context.Context, arg1 git.UpdatePullRequestReviewerArgs) (*git.IdentityRefWithVote, error)

UpdatePullRequestReviewer mocks base method

func (*MockGitClient) UpdatePullRequestReviewers

func (m *MockGitClient) UpdatePullRequestReviewers(arg0 context.Context, arg1 git.UpdatePullRequestReviewersArgs) error

UpdatePullRequestReviewers mocks base method

func (*MockGitClient) UpdatePullRequestStatuses

func (m *MockGitClient) UpdatePullRequestStatuses(arg0 context.Context, arg1 git.UpdatePullRequestStatusesArgs) error

UpdatePullRequestStatuses mocks base method

func (*MockGitClient) UpdateRef

func (m *MockGitClient) UpdateRef(arg0 context.Context, arg1 git.UpdateRefArgs) (*git.GitRef, error)

UpdateRef mocks base method

func (*MockGitClient) UpdateRefs

func (m *MockGitClient) UpdateRefs(arg0 context.Context, arg1 git.UpdateRefsArgs) (*[]git.GitRefUpdateResult, error)

UpdateRefs mocks base method

func (*MockGitClient) UpdateRepository

func (m *MockGitClient) UpdateRepository(arg0 context.Context, arg1 git.UpdateRepositoryArgs) (*git.GitRepository, error)

UpdateRepository mocks base method

func (*MockGitClient) UpdateThread

UpdateThread mocks base method

type MockGitClientMockRecorder

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

MockGitClientMockRecorder is the mock recorder for MockGitClient

func (*MockGitClientMockRecorder) CreateAnnotatedTag

func (mr *MockGitClientMockRecorder) CreateAnnotatedTag(arg0, arg1 interface{}) *gomock.Call

CreateAnnotatedTag indicates an expected call of CreateAnnotatedTag

func (*MockGitClientMockRecorder) CreateAttachment

func (mr *MockGitClientMockRecorder) CreateAttachment(arg0, arg1 interface{}) *gomock.Call

CreateAttachment indicates an expected call of CreateAttachment

func (*MockGitClientMockRecorder) CreateCherryPick

func (mr *MockGitClientMockRecorder) CreateCherryPick(arg0, arg1 interface{}) *gomock.Call

CreateCherryPick indicates an expected call of CreateCherryPick

func (*MockGitClientMockRecorder) CreateComment

func (mr *MockGitClientMockRecorder) CreateComment(arg0, arg1 interface{}) *gomock.Call

CreateComment indicates an expected call of CreateComment

func (*MockGitClientMockRecorder) CreateCommitStatus

func (mr *MockGitClientMockRecorder) CreateCommitStatus(arg0, arg1 interface{}) *gomock.Call

CreateCommitStatus indicates an expected call of CreateCommitStatus

func (*MockGitClientMockRecorder) CreateFavorite

func (mr *MockGitClientMockRecorder) CreateFavorite(arg0, arg1 interface{}) *gomock.Call

CreateFavorite indicates an expected call of CreateFavorite

func (*MockGitClientMockRecorder) CreateForkSyncRequest

func (mr *MockGitClientMockRecorder) CreateForkSyncRequest(arg0, arg1 interface{}) *gomock.Call

CreateForkSyncRequest indicates an expected call of CreateForkSyncRequest

func (*MockGitClientMockRecorder) CreateImportRequest

func (mr *MockGitClientMockRecorder) CreateImportRequest(arg0, arg1 interface{}) *gomock.Call

CreateImportRequest indicates an expected call of CreateImportRequest

func (*MockGitClientMockRecorder) CreateLike

func (mr *MockGitClientMockRecorder) CreateLike(arg0, arg1 interface{}) *gomock.Call

CreateLike indicates an expected call of CreateLike

func (*MockGitClientMockRecorder) CreateMergeRequest

func (mr *MockGitClientMockRecorder) CreateMergeRequest(arg0, arg1 interface{}) *gomock.Call

CreateMergeRequest indicates an expected call of CreateMergeRequest

func (*MockGitClientMockRecorder) CreatePullRequest

func (mr *MockGitClientMockRecorder) CreatePullRequest(arg0, arg1 interface{}) *gomock.Call

CreatePullRequest indicates an expected call of CreatePullRequest

func (*MockGitClientMockRecorder) CreatePullRequestIterationStatus

func (mr *MockGitClientMockRecorder) CreatePullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestIterationStatus indicates an expected call of CreatePullRequestIterationStatus

func (*MockGitClientMockRecorder) CreatePullRequestLabel

func (mr *MockGitClientMockRecorder) CreatePullRequestLabel(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestLabel indicates an expected call of CreatePullRequestLabel

func (*MockGitClientMockRecorder) CreatePullRequestReviewer

func (mr *MockGitClientMockRecorder) CreatePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestReviewer indicates an expected call of CreatePullRequestReviewer

func (*MockGitClientMockRecorder) CreatePullRequestReviewers

func (mr *MockGitClientMockRecorder) CreatePullRequestReviewers(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestReviewers indicates an expected call of CreatePullRequestReviewers

func (*MockGitClientMockRecorder) CreatePullRequestStatus

func (mr *MockGitClientMockRecorder) CreatePullRequestStatus(arg0, arg1 interface{}) *gomock.Call

CreatePullRequestStatus indicates an expected call of CreatePullRequestStatus

func (*MockGitClientMockRecorder) CreatePush

func (mr *MockGitClientMockRecorder) CreatePush(arg0, arg1 interface{}) *gomock.Call

CreatePush indicates an expected call of CreatePush

func (*MockGitClientMockRecorder) CreateRepository

func (mr *MockGitClientMockRecorder) CreateRepository(arg0, arg1 interface{}) *gomock.Call

CreateRepository indicates an expected call of CreateRepository

func (*MockGitClientMockRecorder) CreateRevert

func (mr *MockGitClientMockRecorder) CreateRevert(arg0, arg1 interface{}) *gomock.Call

CreateRevert indicates an expected call of CreateRevert

func (*MockGitClientMockRecorder) CreateThread

func (mr *MockGitClientMockRecorder) CreateThread(arg0, arg1 interface{}) *gomock.Call

CreateThread indicates an expected call of CreateThread

func (*MockGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer

func (mr *MockGitClientMockRecorder) CreateUnmaterializedPullRequestReviewer(arg0, arg1 interface{}) *gomock.Call

CreateUnmaterializedPullRequestReviewer indicates an expected call of CreateUnmaterializedPullRequestReviewer

func (*MockGitClientMockRecorder) DeleteAttachment

func (mr *MockGitClientMockRecorder) DeleteAttachment(arg0, arg1 interface{}) *gomock.Call

DeleteAttachment indicates an expected call of DeleteAttachment

func (*MockGitClientMockRecorder) DeleteComment

func (mr *MockGitClientMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call

DeleteComment indicates an expected call of DeleteComment

func (*MockGitClientMockRecorder) DeleteLike

func (mr *MockGitClientMockRecorder) DeleteLike(arg0, arg1 interface{}) *gomock.Call

DeleteLike indicates an expected call of DeleteLike

func (*MockGitClientMockRecorder) DeletePullRequestIterationStatus

func (mr *MockGitClientMockRecorder) DeletePullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call

DeletePullRequestIterationStatus indicates an expected call of DeletePullRequestIterationStatus

func (*MockGitClientMockRecorder) DeletePullRequestLabels

func (mr *MockGitClientMockRecorder) DeletePullRequestLabels(arg0, arg1 interface{}) *gomock.Call

DeletePullRequestLabels indicates an expected call of DeletePullRequestLabels

func (*MockGitClientMockRecorder) DeletePullRequestReviewer

func (mr *MockGitClientMockRecorder) DeletePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call

DeletePullRequestReviewer indicates an expected call of DeletePullRequestReviewer

func (*MockGitClientMockRecorder) DeletePullRequestStatus

func (mr *MockGitClientMockRecorder) DeletePullRequestStatus(arg0, arg1 interface{}) *gomock.Call

DeletePullRequestStatus indicates an expected call of DeletePullRequestStatus

func (*MockGitClientMockRecorder) DeleteRefFavorite

func (mr *MockGitClientMockRecorder) DeleteRefFavorite(arg0, arg1 interface{}) *gomock.Call

DeleteRefFavorite indicates an expected call of DeleteRefFavorite

func (*MockGitClientMockRecorder) DeleteRepository

func (mr *MockGitClientMockRecorder) DeleteRepository(arg0, arg1 interface{}) *gomock.Call

DeleteRepository indicates an expected call of DeleteRepository

func (*MockGitClientMockRecorder) DeleteRepositoryFromRecycleBin

func (mr *MockGitClientMockRecorder) DeleteRepositoryFromRecycleBin(arg0, arg1 interface{}) *gomock.Call

DeleteRepositoryFromRecycleBin indicates an expected call of DeleteRepositoryFromRecycleBin

func (*MockGitClientMockRecorder) GetAnnotatedTag

func (mr *MockGitClientMockRecorder) GetAnnotatedTag(arg0, arg1 interface{}) *gomock.Call

GetAnnotatedTag indicates an expected call of GetAnnotatedTag

func (*MockGitClientMockRecorder) GetAttachmentContent

func (mr *MockGitClientMockRecorder) GetAttachmentContent(arg0, arg1 interface{}) *gomock.Call

GetAttachmentContent indicates an expected call of GetAttachmentContent

func (*MockGitClientMockRecorder) GetAttachmentZip

func (mr *MockGitClientMockRecorder) GetAttachmentZip(arg0, arg1 interface{}) *gomock.Call

GetAttachmentZip indicates an expected call of GetAttachmentZip

func (*MockGitClientMockRecorder) GetAttachments

func (mr *MockGitClientMockRecorder) GetAttachments(arg0, arg1 interface{}) *gomock.Call

GetAttachments indicates an expected call of GetAttachments

func (*MockGitClientMockRecorder) GetBlob

func (mr *MockGitClientMockRecorder) GetBlob(arg0, arg1 interface{}) *gomock.Call

GetBlob indicates an expected call of GetBlob

func (*MockGitClientMockRecorder) GetBlobContent

func (mr *MockGitClientMockRecorder) GetBlobContent(arg0, arg1 interface{}) *gomock.Call

GetBlobContent indicates an expected call of GetBlobContent

func (*MockGitClientMockRecorder) GetBlobZip

func (mr *MockGitClientMockRecorder) GetBlobZip(arg0, arg1 interface{}) *gomock.Call

GetBlobZip indicates an expected call of GetBlobZip

func (*MockGitClientMockRecorder) GetBlobsZip

func (mr *MockGitClientMockRecorder) GetBlobsZip(arg0, arg1 interface{}) *gomock.Call

GetBlobsZip indicates an expected call of GetBlobsZip

func (*MockGitClientMockRecorder) GetBranch

func (mr *MockGitClientMockRecorder) GetBranch(arg0, arg1 interface{}) *gomock.Call

GetBranch indicates an expected call of GetBranch

func (*MockGitClientMockRecorder) GetBranches

func (mr *MockGitClientMockRecorder) GetBranches(arg0, arg1 interface{}) *gomock.Call

GetBranches indicates an expected call of GetBranches

func (*MockGitClientMockRecorder) GetChanges

func (mr *MockGitClientMockRecorder) GetChanges(arg0, arg1 interface{}) *gomock.Call

GetChanges indicates an expected call of GetChanges

func (*MockGitClientMockRecorder) GetCherryPick

func (mr *MockGitClientMockRecorder) GetCherryPick(arg0, arg1 interface{}) *gomock.Call

GetCherryPick indicates an expected call of GetCherryPick

func (*MockGitClientMockRecorder) GetCherryPickForRefName

func (mr *MockGitClientMockRecorder) GetCherryPickForRefName(arg0, arg1 interface{}) *gomock.Call

GetCherryPickForRefName indicates an expected call of GetCherryPickForRefName

func (*MockGitClientMockRecorder) GetComment

func (mr *MockGitClientMockRecorder) GetComment(arg0, arg1 interface{}) *gomock.Call

GetComment indicates an expected call of GetComment

func (*MockGitClientMockRecorder) GetComments

func (mr *MockGitClientMockRecorder) GetComments(arg0, arg1 interface{}) *gomock.Call

GetComments indicates an expected call of GetComments

func (*MockGitClientMockRecorder) GetCommit

func (mr *MockGitClientMockRecorder) GetCommit(arg0, arg1 interface{}) *gomock.Call

GetCommit indicates an expected call of GetCommit

func (*MockGitClientMockRecorder) GetCommitDiffs

func (mr *MockGitClientMockRecorder) GetCommitDiffs(arg0, arg1 interface{}) *gomock.Call

GetCommitDiffs indicates an expected call of GetCommitDiffs

func (*MockGitClientMockRecorder) GetCommits

func (mr *MockGitClientMockRecorder) GetCommits(arg0, arg1 interface{}) *gomock.Call

GetCommits indicates an expected call of GetCommits

func (*MockGitClientMockRecorder) GetCommitsBatch

func (mr *MockGitClientMockRecorder) GetCommitsBatch(arg0, arg1 interface{}) *gomock.Call

GetCommitsBatch indicates an expected call of GetCommitsBatch

func (*MockGitClientMockRecorder) GetDeletedRepositories

func (mr *MockGitClientMockRecorder) GetDeletedRepositories(arg0, arg1 interface{}) *gomock.Call

GetDeletedRepositories indicates an expected call of GetDeletedRepositories

func (*MockGitClientMockRecorder) GetForkSyncRequest

func (mr *MockGitClientMockRecorder) GetForkSyncRequest(arg0, arg1 interface{}) *gomock.Call

GetForkSyncRequest indicates an expected call of GetForkSyncRequest

func (*MockGitClientMockRecorder) GetForkSyncRequests

func (mr *MockGitClientMockRecorder) GetForkSyncRequests(arg0, arg1 interface{}) *gomock.Call

GetForkSyncRequests indicates an expected call of GetForkSyncRequests

func (*MockGitClientMockRecorder) GetForks

func (mr *MockGitClientMockRecorder) GetForks(arg0, arg1 interface{}) *gomock.Call

GetForks indicates an expected call of GetForks

func (*MockGitClientMockRecorder) GetImportRequest

func (mr *MockGitClientMockRecorder) GetImportRequest(arg0, arg1 interface{}) *gomock.Call

GetImportRequest indicates an expected call of GetImportRequest

func (*MockGitClientMockRecorder) GetItem

func (mr *MockGitClientMockRecorder) GetItem(arg0, arg1 interface{}) *gomock.Call

GetItem indicates an expected call of GetItem

func (*MockGitClientMockRecorder) GetItemContent

func (mr *MockGitClientMockRecorder) GetItemContent(arg0, arg1 interface{}) *gomock.Call

GetItemContent indicates an expected call of GetItemContent

func (*MockGitClientMockRecorder) GetItemText

func (mr *MockGitClientMockRecorder) GetItemText(arg0, arg1 interface{}) *gomock.Call

GetItemText indicates an expected call of GetItemText

func (*MockGitClientMockRecorder) GetItemZip

func (mr *MockGitClientMockRecorder) GetItemZip(arg0, arg1 interface{}) *gomock.Call

GetItemZip indicates an expected call of GetItemZip

func (*MockGitClientMockRecorder) GetItems

func (mr *MockGitClientMockRecorder) GetItems(arg0, arg1 interface{}) *gomock.Call

GetItems indicates an expected call of GetItems

func (*MockGitClientMockRecorder) GetItemsBatch

func (mr *MockGitClientMockRecorder) GetItemsBatch(arg0, arg1 interface{}) *gomock.Call

GetItemsBatch indicates an expected call of GetItemsBatch

func (*MockGitClientMockRecorder) GetLikes

func (mr *MockGitClientMockRecorder) GetLikes(arg0, arg1 interface{}) *gomock.Call

GetLikes indicates an expected call of GetLikes

func (*MockGitClientMockRecorder) GetMergeBases

func (mr *MockGitClientMockRecorder) GetMergeBases(arg0, arg1 interface{}) *gomock.Call

GetMergeBases indicates an expected call of GetMergeBases

func (*MockGitClientMockRecorder) GetMergeRequest

func (mr *MockGitClientMockRecorder) GetMergeRequest(arg0, arg1 interface{}) *gomock.Call

GetMergeRequest indicates an expected call of GetMergeRequest

func (*MockGitClientMockRecorder) GetPermission

func (mr *MockGitClientMockRecorder) GetPermission(arg0, arg1 interface{}) *gomock.Call

GetPermission indicates an expected call of GetPermission

func (*MockGitClientMockRecorder) GetPolicyConfigurations

func (mr *MockGitClientMockRecorder) GetPolicyConfigurations(arg0, arg1 interface{}) *gomock.Call

GetPolicyConfigurations indicates an expected call of GetPolicyConfigurations

func (*MockGitClientMockRecorder) GetPullRequest

func (mr *MockGitClientMockRecorder) GetPullRequest(arg0, arg1 interface{}) *gomock.Call

GetPullRequest indicates an expected call of GetPullRequest

func (*MockGitClientMockRecorder) GetPullRequestById

func (mr *MockGitClientMockRecorder) GetPullRequestById(arg0, arg1 interface{}) *gomock.Call

GetPullRequestById indicates an expected call of GetPullRequestById

func (*MockGitClientMockRecorder) GetPullRequestCommits

func (mr *MockGitClientMockRecorder) GetPullRequestCommits(arg0, arg1 interface{}) *gomock.Call

GetPullRequestCommits indicates an expected call of GetPullRequestCommits

func (*MockGitClientMockRecorder) GetPullRequestIteration

func (mr *MockGitClientMockRecorder) GetPullRequestIteration(arg0, arg1 interface{}) *gomock.Call

GetPullRequestIteration indicates an expected call of GetPullRequestIteration

func (*MockGitClientMockRecorder) GetPullRequestIterationChanges

func (mr *MockGitClientMockRecorder) GetPullRequestIterationChanges(arg0, arg1 interface{}) *gomock.Call

GetPullRequestIterationChanges indicates an expected call of GetPullRequestIterationChanges

func (*MockGitClientMockRecorder) GetPullRequestIterationCommits

func (mr *MockGitClientMockRecorder) GetPullRequestIterationCommits(arg0, arg1 interface{}) *gomock.Call

GetPullRequestIterationCommits indicates an expected call of GetPullRequestIterationCommits

func (*MockGitClientMockRecorder) GetPullRequestIterationStatus

func (mr *MockGitClientMockRecorder) GetPullRequestIterationStatus(arg0, arg1 interface{}) *gomock.Call

GetPullRequestIterationStatus indicates an expected call of GetPullRequestIterationStatus

func (*MockGitClientMockRecorder) GetPullRequestIterationStatuses

func (mr *MockGitClientMockRecorder) GetPullRequestIterationStatuses(arg0, arg1 interface{}) *gomock.Call

GetPullRequestIterationStatuses indicates an expected call of GetPullRequestIterationStatuses

func (*MockGitClientMockRecorder) GetPullRequestIterations

func (mr *MockGitClientMockRecorder) GetPullRequestIterations(arg0, arg1 interface{}) *gomock.Call

GetPullRequestIterations indicates an expected call of GetPullRequestIterations

func (*MockGitClientMockRecorder) GetPullRequestLabel

func (mr *MockGitClientMockRecorder) GetPullRequestLabel(arg0, arg1 interface{}) *gomock.Call

GetPullRequestLabel indicates an expected call of GetPullRequestLabel

func (*MockGitClientMockRecorder) GetPullRequestLabels

func (mr *MockGitClientMockRecorder) GetPullRequestLabels(arg0, arg1 interface{}) *gomock.Call

GetPullRequestLabels indicates an expected call of GetPullRequestLabels

func (*MockGitClientMockRecorder) GetPullRequestProperties

func (mr *MockGitClientMockRecorder) GetPullRequestProperties(arg0, arg1 interface{}) *gomock.Call

GetPullRequestProperties indicates an expected call of GetPullRequestProperties

func (*MockGitClientMockRecorder) GetPullRequestQuery

func (mr *MockGitClientMockRecorder) GetPullRequestQuery(arg0, arg1 interface{}) *gomock.Call

GetPullRequestQuery indicates an expected call of GetPullRequestQuery

func (*MockGitClientMockRecorder) GetPullRequestReviewer

func (mr *MockGitClientMockRecorder) GetPullRequestReviewer(arg0, arg1 interface{}) *gomock.Call

GetPullRequestReviewer indicates an expected call of GetPullRequestReviewer

func (*MockGitClientMockRecorder) GetPullRequestReviewers

func (mr *MockGitClientMockRecorder) GetPullRequestReviewers(arg0, arg1 interface{}) *gomock.Call

GetPullRequestReviewers indicates an expected call of GetPullRequestReviewers

func (*MockGitClientMockRecorder) GetPullRequestStatus

func (mr *MockGitClientMockRecorder) GetPullRequestStatus(arg0, arg1 interface{}) *gomock.Call

GetPullRequestStatus indicates an expected call of GetPullRequestStatus

func (*MockGitClientMockRecorder) GetPullRequestStatuses

func (mr *MockGitClientMockRecorder) GetPullRequestStatuses(arg0, arg1 interface{}) *gomock.Call

GetPullRequestStatuses indicates an expected call of GetPullRequestStatuses

func (*MockGitClientMockRecorder) GetPullRequestThread

func (mr *MockGitClientMockRecorder) GetPullRequestThread(arg0, arg1 interface{}) *gomock.Call

GetPullRequestThread indicates an expected call of GetPullRequestThread

func (*MockGitClientMockRecorder) GetPullRequestWorkItemRefs

func (mr *MockGitClientMockRecorder) GetPullRequestWorkItemRefs(arg0, arg1 interface{}) *gomock.Call

GetPullRequestWorkItemRefs indicates an expected call of GetPullRequestWorkItemRefs

func (*MockGitClientMockRecorder) GetPullRequests

func (mr *MockGitClientMockRecorder) GetPullRequests(arg0, arg1 interface{}) *gomock.Call

GetPullRequests indicates an expected call of GetPullRequests

func (*MockGitClientMockRecorder) GetPullRequestsByProject

func (mr *MockGitClientMockRecorder) GetPullRequestsByProject(arg0, arg1 interface{}) *gomock.Call

GetPullRequestsByProject indicates an expected call of GetPullRequestsByProject

func (*MockGitClientMockRecorder) GetPush

func (mr *MockGitClientMockRecorder) GetPush(arg0, arg1 interface{}) *gomock.Call

GetPush indicates an expected call of GetPush

func (*MockGitClientMockRecorder) GetPushCommits

func (mr *MockGitClientMockRecorder) GetPushCommits(arg0, arg1 interface{}) *gomock.Call

GetPushCommits indicates an expected call of GetPushCommits

func (*MockGitClientMockRecorder) GetPushes

func (mr *MockGitClientMockRecorder) GetPushes(arg0, arg1 interface{}) *gomock.Call

GetPushes indicates an expected call of GetPushes

func (*MockGitClientMockRecorder) GetRecycleBinRepositories

func (mr *MockGitClientMockRecorder) GetRecycleBinRepositories(arg0, arg1 interface{}) *gomock.Call

GetRecycleBinRepositories indicates an expected call of GetRecycleBinRepositories

func (*MockGitClientMockRecorder) GetRefFavorite

func (mr *MockGitClientMockRecorder) GetRefFavorite(arg0, arg1 interface{}) *gomock.Call

GetRefFavorite indicates an expected call of GetRefFavorite

func (*MockGitClientMockRecorder) GetRefFavorites

func (mr *MockGitClientMockRecorder) GetRefFavorites(arg0, arg1 interface{}) *gomock.Call

GetRefFavorites indicates an expected call of GetRefFavorites

func (*MockGitClientMockRecorder) GetRefs

func (mr *MockGitClientMockRecorder) GetRefs(arg0, arg1 interface{}) *gomock.Call

GetRefs indicates an expected call of GetRefs

func (*MockGitClientMockRecorder) GetRepositories

func (mr *MockGitClientMockRecorder) GetRepositories(arg0, arg1 interface{}) *gomock.Call

GetRepositories indicates an expected call of GetRepositories

func (*MockGitClientMockRecorder) GetRepository

func (mr *MockGitClientMockRecorder) GetRepository(arg0, arg1 interface{}) *gomock.Call

GetRepository indicates an expected call of GetRepository

func (*MockGitClientMockRecorder) GetRepositoryWithParent

func (mr *MockGitClientMockRecorder) GetRepositoryWithParent(arg0, arg1 interface{}) *gomock.Call

GetRepositoryWithParent indicates an expected call of GetRepositoryWithParent

func (*MockGitClientMockRecorder) GetRevert

func (mr *MockGitClientMockRecorder) GetRevert(arg0, arg1 interface{}) *gomock.Call

GetRevert indicates an expected call of GetRevert

func (*MockGitClientMockRecorder) GetRevertForRefName

func (mr *MockGitClientMockRecorder) GetRevertForRefName(arg0, arg1 interface{}) *gomock.Call

GetRevertForRefName indicates an expected call of GetRevertForRefName

func (*MockGitClientMockRecorder) GetStatuses

func (mr *MockGitClientMockRecorder) GetStatuses(arg0, arg1 interface{}) *gomock.Call

GetStatuses indicates an expected call of GetStatuses

func (*MockGitClientMockRecorder) GetSuggestions

func (mr *MockGitClientMockRecorder) GetSuggestions(arg0, arg1 interface{}) *gomock.Call

GetSuggestions indicates an expected call of GetSuggestions

func (*MockGitClientMockRecorder) GetThreads

func (mr *MockGitClientMockRecorder) GetThreads(arg0, arg1 interface{}) *gomock.Call

GetThreads indicates an expected call of GetThreads

func (*MockGitClientMockRecorder) GetTree

func (mr *MockGitClientMockRecorder) GetTree(arg0, arg1 interface{}) *gomock.Call

GetTree indicates an expected call of GetTree

func (*MockGitClientMockRecorder) GetTreeZip

func (mr *MockGitClientMockRecorder) GetTreeZip(arg0, arg1 interface{}) *gomock.Call

GetTreeZip indicates an expected call of GetTreeZip

func (*MockGitClientMockRecorder) QueryImportRequests

func (mr *MockGitClientMockRecorder) QueryImportRequests(arg0, arg1 interface{}) *gomock.Call

QueryImportRequests indicates an expected call of QueryImportRequests

func (*MockGitClientMockRecorder) RestoreRepositoryFromRecycleBin

func (mr *MockGitClientMockRecorder) RestoreRepositoryFromRecycleBin(arg0, arg1 interface{}) *gomock.Call

RestoreRepositoryFromRecycleBin indicates an expected call of RestoreRepositoryFromRecycleBin

func (*MockGitClientMockRecorder) SharePullRequest

func (mr *MockGitClientMockRecorder) SharePullRequest(arg0, arg1 interface{}) *gomock.Call

SharePullRequest indicates an expected call of SharePullRequest

func (*MockGitClientMockRecorder) UpdateComment

func (mr *MockGitClientMockRecorder) UpdateComment(arg0, arg1 interface{}) *gomock.Call

UpdateComment indicates an expected call of UpdateComment

func (*MockGitClientMockRecorder) UpdateImportRequest

func (mr *MockGitClientMockRecorder) UpdateImportRequest(arg0, arg1 interface{}) *gomock.Call

UpdateImportRequest indicates an expected call of UpdateImportRequest

func (*MockGitClientMockRecorder) UpdatePullRequest

func (mr *MockGitClientMockRecorder) UpdatePullRequest(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequest indicates an expected call of UpdatePullRequest

func (*MockGitClientMockRecorder) UpdatePullRequestIterationStatuses

func (mr *MockGitClientMockRecorder) UpdatePullRequestIterationStatuses(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestIterationStatuses indicates an expected call of UpdatePullRequestIterationStatuses

func (*MockGitClientMockRecorder) UpdatePullRequestProperties

func (mr *MockGitClientMockRecorder) UpdatePullRequestProperties(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestProperties indicates an expected call of UpdatePullRequestProperties

func (*MockGitClientMockRecorder) UpdatePullRequestReviewer

func (mr *MockGitClientMockRecorder) UpdatePullRequestReviewer(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestReviewer indicates an expected call of UpdatePullRequestReviewer

func (*MockGitClientMockRecorder) UpdatePullRequestReviewers

func (mr *MockGitClientMockRecorder) UpdatePullRequestReviewers(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestReviewers indicates an expected call of UpdatePullRequestReviewers

func (*MockGitClientMockRecorder) UpdatePullRequestStatuses

func (mr *MockGitClientMockRecorder) UpdatePullRequestStatuses(arg0, arg1 interface{}) *gomock.Call

UpdatePullRequestStatuses indicates an expected call of UpdatePullRequestStatuses

func (*MockGitClientMockRecorder) UpdateRef

func (mr *MockGitClientMockRecorder) UpdateRef(arg0, arg1 interface{}) *gomock.Call

UpdateRef indicates an expected call of UpdateRef

func (*MockGitClientMockRecorder) UpdateRefs

func (mr *MockGitClientMockRecorder) UpdateRefs(arg0, arg1 interface{}) *gomock.Call

UpdateRefs indicates an expected call of UpdateRefs

func (*MockGitClientMockRecorder) UpdateRepository

func (mr *MockGitClientMockRecorder) UpdateRepository(arg0, arg1 interface{}) *gomock.Call

UpdateRepository indicates an expected call of UpdateRepository

func (*MockGitClientMockRecorder) UpdateThread

func (mr *MockGitClientMockRecorder) UpdateThread(arg0, arg1 interface{}) *gomock.Call

UpdateThread indicates an expected call of UpdateThread

type MockGraphClient

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

MockGraphClient is a mock of Client interface

func NewMockGraphClient

func NewMockGraphClient(ctrl *gomock.Controller) *MockGraphClient

NewMockGraphClient creates a new mock instance

func (*MockGraphClient) AddMembership

AddMembership mocks base method

func (*MockGraphClient) CheckMembershipExistence

func (m *MockGraphClient) CheckMembershipExistence(arg0 context.Context, arg1 graph.CheckMembershipExistenceArgs) error

CheckMembershipExistence mocks base method

func (*MockGraphClient) CreateGroupMailAddress

func (m *MockGraphClient) CreateGroupMailAddress(arg0 context.Context, arg1 graph.CreateGroupMailAddressArgs) (*graph.GraphGroup, error)

CreateGroupMailAddress mocks base method

func (*MockGraphClient) CreateGroupOriginId

func (m *MockGraphClient) CreateGroupOriginId(arg0 context.Context, arg1 graph.CreateGroupOriginIdArgs) (*graph.GraphGroup, error)

CreateGroupOriginId mocks base method

func (*MockGraphClient) CreateGroupVsts

func (m *MockGraphClient) CreateGroupVsts(arg0 context.Context, arg1 graph.CreateGroupVstsArgs) (*graph.GraphGroup, error)

CreateGroupVsts mocks base method

func (*MockGraphClient) CreateServicePrincipal

CreateServicePrincipal mocks base method

func (*MockGraphClient) CreateUserMailAddress

func (m *MockGraphClient) CreateUserMailAddress(arg0 context.Context, arg1 graph.CreateUserMailAddressArgs) (*graph.GraphUser, error)

CreateUserMailAddress mocks base method

func (*MockGraphClient) CreateUserOriginId

func (m *MockGraphClient) CreateUserOriginId(arg0 context.Context, arg1 graph.CreateUserOriginIdArgs) (*graph.GraphUser, error)

CreateUserOriginId mocks base method

func (*MockGraphClient) CreateUserUserPrincipalName

func (m *MockGraphClient) CreateUserUserPrincipalName(arg0 context.Context, arg1 graph.CreateUserUserPrincipalNameArgs) (*graph.GraphUser, error)

CreateUserUserPrincipalName mocks base method

func (*MockGraphClient) DeleteAvatar

func (m *MockGraphClient) DeleteAvatar(arg0 context.Context, arg1 graph.DeleteAvatarArgs) error

DeleteAvatar mocks base method

func (*MockGraphClient) DeleteGroup

func (m *MockGraphClient) DeleteGroup(arg0 context.Context, arg1 graph.DeleteGroupArgs) error

DeleteGroup mocks base method

func (*MockGraphClient) DeleteServicePrincipal

func (m *MockGraphClient) DeleteServicePrincipal(arg0 context.Context, arg1 graph.DeleteServicePrincipalArgs) error

DeleteServicePrincipal mocks base method

func (*MockGraphClient) DeleteUser

func (m *MockGraphClient) DeleteUser(arg0 context.Context, arg1 graph.DeleteUserArgs) error

DeleteUser mocks base method

func (*MockGraphClient) EXPECT

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

func (*MockGraphClient) GetAvatar

func (m *MockGraphClient) GetAvatar(arg0 context.Context, arg1 graph.GetAvatarArgs) (*profile.Avatar, error)

GetAvatar mocks base method

func (*MockGraphClient) GetDescriptor

GetDescriptor mocks base method

func (*MockGraphClient) GetGroup

func (m *MockGraphClient) GetGroup(arg0 context.Context, arg1 graph.GetGroupArgs) (*graph.GraphGroup, error)

GetGroup mocks base method

func (*MockGraphClient) GetMembership

GetMembership mocks base method

func (*MockGraphClient) GetMembershipState

GetMembershipState mocks base method

func (*MockGraphClient) GetProviderInfo

GetProviderInfo mocks base method

func (*MockGraphClient) GetServicePrincipal

GetServicePrincipal mocks base method

func (*MockGraphClient) GetStorageKey

GetStorageKey mocks base method

func (*MockGraphClient) GetUser

func (m *MockGraphClient) GetUser(arg0 context.Context, arg1 graph.GetUserArgs) (*graph.GraphUser, error)

GetUser mocks base method

func (*MockGraphClient) ListGroups

ListGroups mocks base method

func (*MockGraphClient) ListMemberships

func (m *MockGraphClient) ListMemberships(arg0 context.Context, arg1 graph.ListMembershipsArgs) (*[]graph.GraphMembership, error)

ListMemberships mocks base method

func (*MockGraphClient) ListServicePrincipals

ListServicePrincipals mocks base method

func (*MockGraphClient) ListUsers

ListUsers mocks base method

func (*MockGraphClient) LookupSubjects

func (m *MockGraphClient) LookupSubjects(arg0 context.Context, arg1 graph.LookupSubjectsArgs) (*map[string]graph.GraphSubject, error)

LookupSubjects mocks base method

func (*MockGraphClient) QuerySubjects

func (m *MockGraphClient) QuerySubjects(arg0 context.Context, arg1 graph.QuerySubjectsArgs) (*[]graph.GraphSubject, error)

QuerySubjects mocks base method

func (*MockGraphClient) RemoveMembership

func (m *MockGraphClient) RemoveMembership(arg0 context.Context, arg1 graph.RemoveMembershipArgs) error

RemoveMembership mocks base method

func (*MockGraphClient) RequestAccess

func (m *MockGraphClient) RequestAccess(arg0 context.Context, arg1 graph.RequestAccessArgs) error

RequestAccess mocks base method

func (*MockGraphClient) SetAvatar

func (m *MockGraphClient) SetAvatar(arg0 context.Context, arg1 graph.SetAvatarArgs) error

SetAvatar mocks base method

func (*MockGraphClient) UpdateGroup

func (m *MockGraphClient) UpdateGroup(arg0 context.Context, arg1 graph.UpdateGroupArgs) (*graph.GraphGroup, error)

UpdateGroup mocks base method

func (*MockGraphClient) UpdateUser

func (m *MockGraphClient) UpdateUser(arg0 context.Context, arg1 graph.UpdateUserArgs) (*graph.GraphUser, error)

UpdateUser mocks base method

type MockGraphClientMockRecorder

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

MockGraphClientMockRecorder is the mock recorder for MockGraphClient

func (*MockGraphClientMockRecorder) AddMembership

func (mr *MockGraphClientMockRecorder) AddMembership(arg0, arg1 interface{}) *gomock.Call

AddMembership indicates an expected call of AddMembership

func (*MockGraphClientMockRecorder) CheckMembershipExistence

func (mr *MockGraphClientMockRecorder) CheckMembershipExistence(arg0, arg1 interface{}) *gomock.Call

CheckMembershipExistence indicates an expected call of CheckMembershipExistence

func (*MockGraphClientMockRecorder) CreateGroupMailAddress

func (mr *MockGraphClientMockRecorder) CreateGroupMailAddress(arg0, arg1 interface{}) *gomock.Call

CreateGroupMailAddress indicates an expected call of CreateGroupMailAddress

func (*MockGraphClientMockRecorder) CreateGroupOriginId

func (mr *MockGraphClientMockRecorder) CreateGroupOriginId(arg0, arg1 interface{}) *gomock.Call

CreateGroupOriginId indicates an expected call of CreateGroupOriginId

func (*MockGraphClientMockRecorder) CreateGroupVsts

func (mr *MockGraphClientMockRecorder) CreateGroupVsts(arg0, arg1 interface{}) *gomock.Call

CreateGroupVsts indicates an expected call of CreateGroupVsts

func (*MockGraphClientMockRecorder) CreateServicePrincipal

func (mr *MockGraphClientMockRecorder) CreateServicePrincipal(arg0, arg1 interface{}) *gomock.Call

CreateServicePrincipal indicates an expected call of CreateServicePrincipal

func (*MockGraphClientMockRecorder) CreateUserMailAddress

func (mr *MockGraphClientMockRecorder) CreateUserMailAddress(arg0, arg1 interface{}) *gomock.Call

CreateUserMailAddress indicates an expected call of CreateUserMailAddress

func (*MockGraphClientMockRecorder) CreateUserOriginId

func (mr *MockGraphClientMockRecorder) CreateUserOriginId(arg0, arg1 interface{}) *gomock.Call

CreateUserOriginId indicates an expected call of CreateUserOriginId

func (*MockGraphClientMockRecorder) CreateUserUserPrincipalName

func (mr *MockGraphClientMockRecorder) CreateUserUserPrincipalName(arg0, arg1 interface{}) *gomock.Call

CreateUserUserPrincipalName indicates an expected call of CreateUserUserPrincipalName

func (*MockGraphClientMockRecorder) DeleteAvatar

func (mr *MockGraphClientMockRecorder) DeleteAvatar(arg0, arg1 interface{}) *gomock.Call

DeleteAvatar indicates an expected call of DeleteAvatar

func (*MockGraphClientMockRecorder) DeleteGroup

func (mr *MockGraphClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup

func (*MockGraphClientMockRecorder) DeleteServicePrincipal

func (mr *MockGraphClientMockRecorder) DeleteServicePrincipal(arg0, arg1 interface{}) *gomock.Call

DeleteServicePrincipal indicates an expected call of DeleteServicePrincipal

func (*MockGraphClientMockRecorder) DeleteUser

func (mr *MockGraphClientMockRecorder) DeleteUser(arg0, arg1 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockGraphClientMockRecorder) GetAvatar

func (mr *MockGraphClientMockRecorder) GetAvatar(arg0, arg1 interface{}) *gomock.Call

GetAvatar indicates an expected call of GetAvatar

func (*MockGraphClientMockRecorder) GetDescriptor

func (mr *MockGraphClientMockRecorder) GetDescriptor(arg0, arg1 interface{}) *gomock.Call

GetDescriptor indicates an expected call of GetDescriptor

func (*MockGraphClientMockRecorder) GetGroup

func (mr *MockGraphClientMockRecorder) GetGroup(arg0, arg1 interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup

func (*MockGraphClientMockRecorder) GetMembership

func (mr *MockGraphClientMockRecorder) GetMembership(arg0, arg1 interface{}) *gomock.Call

GetMembership indicates an expected call of GetMembership

func (*MockGraphClientMockRecorder) GetMembershipState

func (mr *MockGraphClientMockRecorder) GetMembershipState(arg0, arg1 interface{}) *gomock.Call

GetMembershipState indicates an expected call of GetMembershipState

func (*MockGraphClientMockRecorder) GetProviderInfo

func (mr *MockGraphClientMockRecorder) GetProviderInfo(arg0, arg1 interface{}) *gomock.Call

GetProviderInfo indicates an expected call of GetProviderInfo

func (*MockGraphClientMockRecorder) GetServicePrincipal

func (mr *MockGraphClientMockRecorder) GetServicePrincipal(arg0, arg1 interface{}) *gomock.Call

GetServicePrincipal indicates an expected call of GetServicePrincipal

func (*MockGraphClientMockRecorder) GetStorageKey

func (mr *MockGraphClientMockRecorder) GetStorageKey(arg0, arg1 interface{}) *gomock.Call

GetStorageKey indicates an expected call of GetStorageKey

func (*MockGraphClientMockRecorder) GetUser

func (mr *MockGraphClientMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser

func (*MockGraphClientMockRecorder) ListGroups

func (mr *MockGraphClientMockRecorder) ListGroups(arg0, arg1 interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups

func (*MockGraphClientMockRecorder) ListMemberships

func (mr *MockGraphClientMockRecorder) ListMemberships(arg0, arg1 interface{}) *gomock.Call

ListMemberships indicates an expected call of ListMemberships

func (*MockGraphClientMockRecorder) ListServicePrincipals

func (mr *MockGraphClientMockRecorder) ListServicePrincipals(arg0, arg1 interface{}) *gomock.Call

ListServicePrincipals indicates an expected call of ListServicePrincipals

func (*MockGraphClientMockRecorder) ListUsers

func (mr *MockGraphClientMockRecorder) ListUsers(arg0, arg1 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers

func (*MockGraphClientMockRecorder) LookupSubjects

func (mr *MockGraphClientMockRecorder) LookupSubjects(arg0, arg1 interface{}) *gomock.Call

LookupSubjects indicates an expected call of LookupSubjects

func (*MockGraphClientMockRecorder) QuerySubjects

func (mr *MockGraphClientMockRecorder) QuerySubjects(arg0, arg1 interface{}) *gomock.Call

QuerySubjects indicates an expected call of QuerySubjects

func (*MockGraphClientMockRecorder) RemoveMembership

func (mr *MockGraphClientMockRecorder) RemoveMembership(arg0, arg1 interface{}) *gomock.Call

RemoveMembership indicates an expected call of RemoveMembership

func (*MockGraphClientMockRecorder) RequestAccess

func (mr *MockGraphClientMockRecorder) RequestAccess(arg0, arg1 interface{}) *gomock.Call

RequestAccess indicates an expected call of RequestAccess

func (*MockGraphClientMockRecorder) SetAvatar

func (mr *MockGraphClientMockRecorder) SetAvatar(arg0, arg1 interface{}) *gomock.Call

SetAvatar indicates an expected call of SetAvatar

func (*MockGraphClientMockRecorder) UpdateGroup

func (mr *MockGraphClientMockRecorder) UpdateGroup(arg0, arg1 interface{}) *gomock.Call

UpdateGroup indicates an expected call of UpdateGroup

func (*MockGraphClientMockRecorder) UpdateUser

func (mr *MockGraphClientMockRecorder) UpdateUser(arg0, arg1 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

type MockIdentityClient

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

MockIdentityClient is a mock of Client interface

func NewMockIdentityClient

func NewMockIdentityClient(ctrl *gomock.Controller) *MockIdentityClient

NewMockIdentityClient creates a new mock instance

func (*MockIdentityClient) AddMember

func (m *MockIdentityClient) AddMember(arg0 context.Context, arg1 identity.AddMemberArgs) (*bool, error)

AddMember mocks base method

func (*MockIdentityClient) CreateGroups

CreateGroups mocks base method

func (*MockIdentityClient) CreateIdentity

CreateIdentity mocks base method

func (*MockIdentityClient) CreateOrBindWithClaims

func (m *MockIdentityClient) CreateOrBindWithClaims(arg0 context.Context, arg1 identity.CreateOrBindWithClaimsArgs) (*identity.Identity, error)

CreateOrBindWithClaims mocks base method

func (*MockIdentityClient) CreateScope

CreateScope mocks base method

func (*MockIdentityClient) DeleteGroup

func (m *MockIdentityClient) DeleteGroup(arg0 context.Context, arg1 identity.DeleteGroupArgs) error

DeleteGroup mocks base method

func (*MockIdentityClient) DeleteScope

func (m *MockIdentityClient) DeleteScope(arg0 context.Context, arg1 identity.DeleteScopeArgs) error

DeleteScope mocks base method

func (*MockIdentityClient) EXPECT

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

func (*MockIdentityClient) ForceRemoveMember

func (m *MockIdentityClient) ForceRemoveMember(arg0 context.Context, arg1 identity.ForceRemoveMemberArgs) (*bool, error)

ForceRemoveMember mocks base method

func (*MockIdentityClient) GetDescriptorById

func (m *MockIdentityClient) GetDescriptorById(arg0 context.Context, arg1 identity.GetDescriptorByIdArgs) (*string, error)

GetDescriptorById mocks base method

func (*MockIdentityClient) GetIdentityChanges

GetIdentityChanges mocks base method

func (*MockIdentityClient) GetIdentitySnapshot

GetIdentitySnapshot mocks base method

func (*MockIdentityClient) GetMaxSequenceId

func (m *MockIdentityClient) GetMaxSequenceId(arg0 context.Context, arg1 identity.GetMaxSequenceIdArgs) (*uint64, error)

GetMaxSequenceId mocks base method

func (*MockIdentityClient) GetScopeById

GetScopeById mocks base method

func (*MockIdentityClient) GetScopeByName

GetScopeByName mocks base method

func (*MockIdentityClient) GetSelf

GetSelf mocks base method

func (*MockIdentityClient) GetSignedInToken

GetSignedInToken mocks base method

func (*MockIdentityClient) GetSignoutToken

GetSignoutToken mocks base method

func (*MockIdentityClient) GetTenant

GetTenant mocks base method

func (*MockIdentityClient) GetUserIdentityIdsByDomainId

func (m *MockIdentityClient) GetUserIdentityIdsByDomainId(arg0 context.Context, arg1 identity.GetUserIdentityIdsByDomainIdArgs) (*[]uuid.UUID, error)

GetUserIdentityIdsByDomainId mocks base method

func (*MockIdentityClient) ListGroups

ListGroups mocks base method

func (*MockIdentityClient) ReadIdentities

ReadIdentities mocks base method

func (*MockIdentityClient) ReadIdentitiesByScope

func (m *MockIdentityClient) ReadIdentitiesByScope(arg0 context.Context, arg1 identity.ReadIdentitiesByScopeArgs) (*[]identity.Identity, error)

ReadIdentitiesByScope mocks base method

func (*MockIdentityClient) ReadIdentity

ReadIdentity mocks base method

func (*MockIdentityClient) ReadIdentityBatch

func (m *MockIdentityClient) ReadIdentityBatch(arg0 context.Context, arg1 identity.ReadIdentityBatchArgs) (*[]identity.Identity, error)

ReadIdentityBatch mocks base method

func (*MockIdentityClient) ReadMember

func (m *MockIdentityClient) ReadMember(arg0 context.Context, arg1 identity.ReadMemberArgs) (*string, error)

ReadMember mocks base method

func (*MockIdentityClient) ReadMemberOf

func (m *MockIdentityClient) ReadMemberOf(arg0 context.Context, arg1 identity.ReadMemberOfArgs) (*string, error)

ReadMemberOf mocks base method

func (*MockIdentityClient) ReadMembers

func (m *MockIdentityClient) ReadMembers(arg0 context.Context, arg1 identity.ReadMembersArgs) (*[]string, error)

ReadMembers mocks base method

func (*MockIdentityClient) ReadMembersOf

func (m *MockIdentityClient) ReadMembersOf(arg0 context.Context, arg1 identity.ReadMembersOfArgs) (*[]string, error)

ReadMembersOf mocks base method

func (*MockIdentityClient) RefreshMembersOf

func (m *MockIdentityClient) RefreshMembersOf(arg0 context.Context, arg1 identity.RefreshMembersOfArgs) (*[]string, error)

RefreshMembersOf mocks base method

func (*MockIdentityClient) RemoveMember

func (m *MockIdentityClient) RemoveMember(arg0 context.Context, arg1 identity.RemoveMemberArgs) (*bool, error)

RemoveMember mocks base method

func (*MockIdentityClient) UpdateIdentities

UpdateIdentities mocks base method

func (*MockIdentityClient) UpdateIdentity

func (m *MockIdentityClient) UpdateIdentity(arg0 context.Context, arg1 identity.UpdateIdentityArgs) error

UpdateIdentity mocks base method

func (*MockIdentityClient) UpdateScope

func (m *MockIdentityClient) UpdateScope(arg0 context.Context, arg1 identity.UpdateScopeArgs) error

UpdateScope mocks base method

type MockIdentityClientMockRecorder

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

MockIdentityClientMockRecorder is the mock recorder for MockIdentityClient

func (*MockIdentityClientMockRecorder) AddMember

func (mr *MockIdentityClientMockRecorder) AddMember(arg0, arg1 interface{}) *gomock.Call

AddMember indicates an expected call of AddMember

func (*MockIdentityClientMockRecorder) CreateGroups

func (mr *MockIdentityClientMockRecorder) CreateGroups(arg0, arg1 interface{}) *gomock.Call

CreateGroups indicates an expected call of CreateGroups

func (*MockIdentityClientMockRecorder) CreateIdentity

func (mr *MockIdentityClientMockRecorder) CreateIdentity(arg0, arg1 interface{}) *gomock.Call

CreateIdentity indicates an expected call of CreateIdentity

func (*MockIdentityClientMockRecorder) CreateOrBindWithClaims

func (mr *MockIdentityClientMockRecorder) CreateOrBindWithClaims(arg0, arg1 interface{}) *gomock.Call

CreateOrBindWithClaims indicates an expected call of CreateOrBindWithClaims

func (*MockIdentityClientMockRecorder) CreateScope

func (mr *MockIdentityClientMockRecorder) CreateScope(arg0, arg1 interface{}) *gomock.Call

CreateScope indicates an expected call of CreateScope

func (*MockIdentityClientMockRecorder) DeleteGroup

func (mr *MockIdentityClientMockRecorder) DeleteGroup(arg0, arg1 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup

func (*MockIdentityClientMockRecorder) DeleteScope

func (mr *MockIdentityClientMockRecorder) DeleteScope(arg0, arg1 interface{}) *gomock.Call

DeleteScope indicates an expected call of DeleteScope

func (*MockIdentityClientMockRecorder) ForceRemoveMember

func (mr *MockIdentityClientMockRecorder) ForceRemoveMember(arg0, arg1 interface{}) *gomock.Call

ForceRemoveMember indicates an expected call of ForceRemoveMember

func (*MockIdentityClientMockRecorder) GetDescriptorById

func (mr *MockIdentityClientMockRecorder) GetDescriptorById(arg0, arg1 interface{}) *gomock.Call

GetDescriptorById indicates an expected call of GetDescriptorById

func (*MockIdentityClientMockRecorder) GetIdentityChanges

func (mr *MockIdentityClientMockRecorder) GetIdentityChanges(arg0, arg1 interface{}) *gomock.Call

GetIdentityChanges indicates an expected call of GetIdentityChanges

func (*MockIdentityClientMockRecorder) GetIdentitySnapshot

func (mr *MockIdentityClientMockRecorder) GetIdentitySnapshot(arg0, arg1 interface{}) *gomock.Call

GetIdentitySnapshot indicates an expected call of GetIdentitySnapshot

func (*MockIdentityClientMockRecorder) GetMaxSequenceId

func (mr *MockIdentityClientMockRecorder) GetMaxSequenceId(arg0, arg1 interface{}) *gomock.Call

GetMaxSequenceId indicates an expected call of GetMaxSequenceId

func (*MockIdentityClientMockRecorder) GetScopeById

func (mr *MockIdentityClientMockRecorder) GetScopeById(arg0, arg1 interface{}) *gomock.Call

GetScopeById indicates an expected call of GetScopeById

func (*MockIdentityClientMockRecorder) GetScopeByName

func (mr *MockIdentityClientMockRecorder) GetScopeByName(arg0, arg1 interface{}) *gomock.Call

GetScopeByName indicates an expected call of GetScopeByName

func (*MockIdentityClientMockRecorder) GetSelf

func (mr *MockIdentityClientMockRecorder) GetSelf(arg0, arg1 interface{}) *gomock.Call

GetSelf indicates an expected call of GetSelf

func (*MockIdentityClientMockRecorder) GetSignedInToken

func (mr *MockIdentityClientMockRecorder) GetSignedInToken(arg0, arg1 interface{}) *gomock.Call

GetSignedInToken indicates an expected call of GetSignedInToken

func (*MockIdentityClientMockRecorder) GetSignoutToken

func (mr *MockIdentityClientMockRecorder) GetSignoutToken(arg0, arg1 interface{}) *gomock.Call

GetSignoutToken indicates an expected call of GetSignoutToken

func (*MockIdentityClientMockRecorder) GetTenant

func (mr *MockIdentityClientMockRecorder) GetTenant(arg0, arg1 interface{}) *gomock.Call

GetTenant indicates an expected call of GetTenant

func (*MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId

func (mr *MockIdentityClientMockRecorder) GetUserIdentityIdsByDomainId(arg0, arg1 interface{}) *gomock.Call

GetUserIdentityIdsByDomainId indicates an expected call of GetUserIdentityIdsByDomainId

func (*MockIdentityClientMockRecorder) ListGroups

func (mr *MockIdentityClientMockRecorder) ListGroups(arg0, arg1 interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups

func (*MockIdentityClientMockRecorder) ReadIdentities

func (mr *MockIdentityClientMockRecorder) ReadIdentities(arg0, arg1 interface{}) *gomock.Call

ReadIdentities indicates an expected call of ReadIdentities

func (*MockIdentityClientMockRecorder) ReadIdentitiesByScope

func (mr *MockIdentityClientMockRecorder) ReadIdentitiesByScope(arg0, arg1 interface{}) *gomock.Call

ReadIdentitiesByScope indicates an expected call of ReadIdentitiesByScope

func (*MockIdentityClientMockRecorder) ReadIdentity

func (mr *MockIdentityClientMockRecorder) ReadIdentity(arg0, arg1 interface{}) *gomock.Call

ReadIdentity indicates an expected call of ReadIdentity

func (*MockIdentityClientMockRecorder) ReadIdentityBatch

func (mr *MockIdentityClientMockRecorder) ReadIdentityBatch(arg0, arg1 interface{}) *gomock.Call

ReadIdentityBatch indicates an expected call of ReadIdentityBatch

func (*MockIdentityClientMockRecorder) ReadMember

func (mr *MockIdentityClientMockRecorder) ReadMember(arg0, arg1 interface{}) *gomock.Call

ReadMember indicates an expected call of ReadMember

func (*MockIdentityClientMockRecorder) ReadMemberOf

func (mr *MockIdentityClientMockRecorder) ReadMemberOf(arg0, arg1 interface{}) *gomock.Call

ReadMemberOf indicates an expected call of ReadMemberOf

func (*MockIdentityClientMockRecorder) ReadMembers

func (mr *MockIdentityClientMockRecorder) ReadMembers(arg0, arg1 interface{}) *gomock.Call

ReadMembers indicates an expected call of ReadMembers

func (*MockIdentityClientMockRecorder) ReadMembersOf

func (mr *MockIdentityClientMockRecorder) ReadMembersOf(arg0, arg1 interface{}) *gomock.Call

ReadMembersOf indicates an expected call of ReadMembersOf

func (*MockIdentityClientMockRecorder) RefreshMembersOf

func (mr *MockIdentityClientMockRecorder) RefreshMembersOf(arg0, arg1 interface{}) *gomock.Call

RefreshMembersOf indicates an expected call of RefreshMembersOf

func (*MockIdentityClientMockRecorder) RemoveMember

func (mr *MockIdentityClientMockRecorder) RemoveMember(arg0, arg1 interface{}) *gomock.Call

RemoveMember indicates an expected call of RemoveMember

func (*MockIdentityClientMockRecorder) UpdateIdentities

func (mr *MockIdentityClientMockRecorder) UpdateIdentities(arg0, arg1 interface{}) *gomock.Call

UpdateIdentities indicates an expected call of UpdateIdentities

func (*MockIdentityClientMockRecorder) UpdateIdentity

func (mr *MockIdentityClientMockRecorder) UpdateIdentity(arg0, arg1 interface{}) *gomock.Call

UpdateIdentity indicates an expected call of UpdateIdentity

func (*MockIdentityClientMockRecorder) UpdateScope

func (mr *MockIdentityClientMockRecorder) UpdateScope(arg0, arg1 interface{}) *gomock.Call

UpdateScope indicates an expected call of UpdateScope

type MockMemberentitlementmanagementClient

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

MockMemberentitlementmanagementClient is a mock of Client interface

func NewMockMemberentitlementmanagementClient

func NewMockMemberentitlementmanagementClient(ctrl *gomock.Controller) *MockMemberentitlementmanagementClient

NewMockMemberentitlementmanagementClient creates a new mock instance

func (*MockMemberentitlementmanagementClient) AddGroupEntitlement

AddGroupEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) AddMemberToGroup

AddMemberToGroup mocks base method

func (*MockMemberentitlementmanagementClient) AddServicePrincipalEntitlement

AddServicePrincipalEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) AddUserEntitlement

AddUserEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) DeleteGroupEntitlement

DeleteGroupEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) DeleteServicePrincipalEntitlement

DeleteServicePrincipalEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) DeleteUserEntitlement

DeleteUserEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) EXPECT

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

func (*MockMemberentitlementmanagementClient) GetGroupEntitlement

GetGroupEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) GetGroupEntitlements

GetGroupEntitlements mocks base method

func (*MockMemberentitlementmanagementClient) GetGroupMembers

GetGroupMembers mocks base method

func (*MockMemberentitlementmanagementClient) GetServicePrincipalEntitlement

GetServicePrincipalEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) GetUserEntitlement

GetUserEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) GetUsersSummary

GetUsersSummary mocks base method

func (*MockMemberentitlementmanagementClient) RemoveMemberFromGroup

RemoveMemberFromGroup mocks base method

func (*MockMemberentitlementmanagementClient) SearchMemberEntitlements

SearchMemberEntitlements mocks base method

func (*MockMemberentitlementmanagementClient) SearchUserEntitlements

SearchUserEntitlements mocks base method

func (*MockMemberentitlementmanagementClient) UpdateGroupEntitlement

UpdateGroupEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) UpdateServicePrincipalEntitlement

UpdateServicePrincipalEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) UpdateServicePrincipalEntitlements

UpdateServicePrincipalEntitlements mocks base method

func (*MockMemberentitlementmanagementClient) UpdateUserEntitlement

UpdateUserEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) UpdateUserEntitlements

UpdateUserEntitlements mocks base method

type MockMemberentitlementmanagementClientMockRecorder

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

MockMemberentitlementmanagementClientMockRecorder is the mock recorder for MockMemberentitlementmanagementClient

func (*MockMemberentitlementmanagementClientMockRecorder) AddGroupEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) AddGroupEntitlement(arg0, arg1 interface{}) *gomock.Call

AddGroupEntitlement indicates an expected call of AddGroupEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) AddMemberToGroup

func (mr *MockMemberentitlementmanagementClientMockRecorder) AddMemberToGroup(arg0, arg1 interface{}) *gomock.Call

AddMemberToGroup indicates an expected call of AddMemberToGroup

func (*MockMemberentitlementmanagementClientMockRecorder) AddServicePrincipalEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) AddServicePrincipalEntitlement(arg0, arg1 interface{}) *gomock.Call

AddServicePrincipalEntitlement indicates an expected call of AddServicePrincipalEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) AddUserEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) AddUserEntitlement(arg0, arg1 interface{}) *gomock.Call

AddUserEntitlement indicates an expected call of AddUserEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) DeleteGroupEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteGroupEntitlement(arg0, arg1 interface{}) *gomock.Call

DeleteGroupEntitlement indicates an expected call of DeleteGroupEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) DeleteServicePrincipalEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteServicePrincipalEntitlement(arg0, arg1 interface{}) *gomock.Call

DeleteServicePrincipalEntitlement indicates an expected call of DeleteServicePrincipalEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) DeleteUserEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) DeleteUserEntitlement(arg0, arg1 interface{}) *gomock.Call

DeleteUserEntitlement indicates an expected call of DeleteUserEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlement(arg0, arg1 interface{}) *gomock.Call

GetGroupEntitlement indicates an expected call of GetGroupEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlements

func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupEntitlements(arg0, arg1 interface{}) *gomock.Call

GetGroupEntitlements indicates an expected call of GetGroupEntitlements

func (*MockMemberentitlementmanagementClientMockRecorder) GetGroupMembers

func (mr *MockMemberentitlementmanagementClientMockRecorder) GetGroupMembers(arg0, arg1 interface{}) *gomock.Call

GetGroupMembers indicates an expected call of GetGroupMembers

func (*MockMemberentitlementmanagementClientMockRecorder) GetServicePrincipalEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) GetServicePrincipalEntitlement(arg0, arg1 interface{}) *gomock.Call

GetServicePrincipalEntitlement indicates an expected call of GetServicePrincipalEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlement(arg0, arg1 interface{}) *gomock.Call

GetUserEntitlement indicates an expected call of GetUserEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) GetUsersSummary

func (mr *MockMemberentitlementmanagementClientMockRecorder) GetUsersSummary(arg0, arg1 interface{}) *gomock.Call

GetUsersSummary indicates an expected call of GetUsersSummary

func (*MockMemberentitlementmanagementClientMockRecorder) RemoveMemberFromGroup

func (mr *MockMemberentitlementmanagementClientMockRecorder) RemoveMemberFromGroup(arg0, arg1 interface{}) *gomock.Call

RemoveMemberFromGroup indicates an expected call of RemoveMemberFromGroup

func (*MockMemberentitlementmanagementClientMockRecorder) SearchMemberEntitlements

func (mr *MockMemberentitlementmanagementClientMockRecorder) SearchMemberEntitlements(arg0, arg1 interface{}) *gomock.Call

SearchMemberEntitlements indicates an expected call of SearchMemberEntitlements

func (*MockMemberentitlementmanagementClientMockRecorder) SearchUserEntitlements

func (mr *MockMemberentitlementmanagementClientMockRecorder) SearchUserEntitlements(arg0, arg1 interface{}) *gomock.Call

SearchUserEntitlements indicates an expected call of SearchUserEntitlements

func (*MockMemberentitlementmanagementClientMockRecorder) UpdateGroupEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateGroupEntitlement(arg0, arg1 interface{}) *gomock.Call

UpdateGroupEntitlement indicates an expected call of UpdateGroupEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) UpdateServicePrincipalEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateServicePrincipalEntitlement(arg0, arg1 interface{}) *gomock.Call

UpdateServicePrincipalEntitlement indicates an expected call of UpdateServicePrincipalEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) UpdateServicePrincipalEntitlements

func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateServicePrincipalEntitlements(arg0, arg1 interface{}) *gomock.Call

UpdateServicePrincipalEntitlements indicates an expected call of UpdateServicePrincipalEntitlements

func (*MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlement

func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlement(arg0, arg1 interface{}) *gomock.Call

UpdateUserEntitlement indicates an expected call of UpdateUserEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlements

func (mr *MockMemberentitlementmanagementClientMockRecorder) UpdateUserEntitlements(arg0, arg1 interface{}) *gomock.Call

UpdateUserEntitlements indicates an expected call of UpdateUserEntitlements

type MockNotificationClient

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

MockNotificationClient is a mock of Client interface

func NewMockNotificationClient

func NewMockNotificationClient(ctrl *gomock.Controller) *MockNotificationClient

NewMockNotificationClient creates a new mock instance

func (*MockNotificationClient) CreateSubscription

CreateSubscription mocks base method

func (*MockNotificationClient) DeleteSubscription

DeleteSubscription mocks base method

func (*MockNotificationClient) EXPECT

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

func (*MockNotificationClient) GetEventType

GetEventType mocks base method

func (*MockNotificationClient) GetSettings

GetSettings mocks base method

func (*MockNotificationClient) GetSubscriber

GetSubscriber mocks base method

func (*MockNotificationClient) GetSubscription

GetSubscription mocks base method

func (*MockNotificationClient) GetSubscriptionDiagnostics

GetSubscriptionDiagnostics mocks base method

func (*MockNotificationClient) GetSubscriptionTemplates

GetSubscriptionTemplates mocks base method

func (*MockNotificationClient) ListEventTypes

ListEventTypes mocks base method

func (*MockNotificationClient) ListLogs

ListLogs mocks base method

func (*MockNotificationClient) ListSubscriptions

ListSubscriptions mocks base method

func (*MockNotificationClient) QuerySubscriptions

QuerySubscriptions mocks base method

func (*MockNotificationClient) UpdateSettings

UpdateSettings mocks base method

func (*MockNotificationClient) UpdateSubscriber

UpdateSubscriber mocks base method

func (*MockNotificationClient) UpdateSubscription

UpdateSubscription mocks base method

func (*MockNotificationClient) UpdateSubscriptionDiagnostics

UpdateSubscriptionDiagnostics mocks base method

func (*MockNotificationClient) UpdateSubscriptionUserSettings

UpdateSubscriptionUserSettings mocks base method

type MockNotificationClientMockRecorder

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

MockNotificationClientMockRecorder is the mock recorder for MockNotificationClient

func (*MockNotificationClientMockRecorder) CreateSubscription

func (mr *MockNotificationClientMockRecorder) CreateSubscription(arg0, arg1 interface{}) *gomock.Call

CreateSubscription indicates an expected call of CreateSubscription

func (*MockNotificationClientMockRecorder) DeleteSubscription

func (mr *MockNotificationClientMockRecorder) DeleteSubscription(arg0, arg1 interface{}) *gomock.Call

DeleteSubscription indicates an expected call of DeleteSubscription

func (*MockNotificationClientMockRecorder) GetEventType

func (mr *MockNotificationClientMockRecorder) GetEventType(arg0, arg1 interface{}) *gomock.Call

GetEventType indicates an expected call of GetEventType

func (*MockNotificationClientMockRecorder) GetSettings

func (mr *MockNotificationClientMockRecorder) GetSettings(arg0, arg1 interface{}) *gomock.Call

GetSettings indicates an expected call of GetSettings

func (*MockNotificationClientMockRecorder) GetSubscriber

func (mr *MockNotificationClientMockRecorder) GetSubscriber(arg0, arg1 interface{}) *gomock.Call

GetSubscriber indicates an expected call of GetSubscriber

func (*MockNotificationClientMockRecorder) GetSubscription

func (mr *MockNotificationClientMockRecorder) GetSubscription(arg0, arg1 interface{}) *gomock.Call

GetSubscription indicates an expected call of GetSubscription

func (*MockNotificationClientMockRecorder) GetSubscriptionDiagnostics

func (mr *MockNotificationClientMockRecorder) GetSubscriptionDiagnostics(arg0, arg1 interface{}) *gomock.Call

GetSubscriptionDiagnostics indicates an expected call of GetSubscriptionDiagnostics

func (*MockNotificationClientMockRecorder) GetSubscriptionTemplates

func (mr *MockNotificationClientMockRecorder) GetSubscriptionTemplates(arg0, arg1 interface{}) *gomock.Call

GetSubscriptionTemplates indicates an expected call of GetSubscriptionTemplates

func (*MockNotificationClientMockRecorder) ListEventTypes

func (mr *MockNotificationClientMockRecorder) ListEventTypes(arg0, arg1 interface{}) *gomock.Call

ListEventTypes indicates an expected call of ListEventTypes

func (*MockNotificationClientMockRecorder) ListLogs

func (mr *MockNotificationClientMockRecorder) ListLogs(arg0, arg1 interface{}) *gomock.Call

ListLogs indicates an expected call of ListLogs

func (*MockNotificationClientMockRecorder) ListSubscriptions

func (mr *MockNotificationClientMockRecorder) ListSubscriptions(arg0, arg1 interface{}) *gomock.Call

ListSubscriptions indicates an expected call of ListSubscriptions

func (*MockNotificationClientMockRecorder) QuerySubscriptions

func (mr *MockNotificationClientMockRecorder) QuerySubscriptions(arg0, arg1 interface{}) *gomock.Call

QuerySubscriptions indicates an expected call of QuerySubscriptions

func (*MockNotificationClientMockRecorder) UpdateSettings

func (mr *MockNotificationClientMockRecorder) UpdateSettings(arg0, arg1 interface{}) *gomock.Call

UpdateSettings indicates an expected call of UpdateSettings

func (*MockNotificationClientMockRecorder) UpdateSubscriber

func (mr *MockNotificationClientMockRecorder) UpdateSubscriber(arg0, arg1 interface{}) *gomock.Call

UpdateSubscriber indicates an expected call of UpdateSubscriber

func (*MockNotificationClientMockRecorder) UpdateSubscription

func (mr *MockNotificationClientMockRecorder) UpdateSubscription(arg0, arg1 interface{}) *gomock.Call

UpdateSubscription indicates an expected call of UpdateSubscription

func (*MockNotificationClientMockRecorder) UpdateSubscriptionDiagnostics

func (mr *MockNotificationClientMockRecorder) UpdateSubscriptionDiagnostics(arg0, arg1 interface{}) *gomock.Call

UpdateSubscriptionDiagnostics indicates an expected call of UpdateSubscriptionDiagnostics

func (*MockNotificationClientMockRecorder) UpdateSubscriptionUserSettings

func (mr *MockNotificationClientMockRecorder) UpdateSubscriptionUserSettings(arg0, arg1 interface{}) *gomock.Call

UpdateSubscriptionUserSettings indicates an expected call of UpdateSubscriptionUserSettings

type MockOperationsClient

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

MockOperationsClient is a mock of Client interface

func NewMockOperationsClient

func NewMockOperationsClient(ctrl *gomock.Controller) *MockOperationsClient

NewMockOperationsClient creates a new mock instance

func (*MockOperationsClient) EXPECT

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

func (*MockOperationsClient) GetOperation

GetOperation mocks base method

type MockOperationsClientMockRecorder

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

MockOperationsClientMockRecorder is the mock recorder for MockOperationsClient

func (*MockOperationsClientMockRecorder) GetOperation

func (mr *MockOperationsClientMockRecorder) GetOperation(arg0, arg1 interface{}) *gomock.Call

GetOperation indicates an expected call of GetOperation

type MockPipelinepermissionsClient

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

MockPipelinepermissionsClient is a mock of Client interface

func NewMockPipelinepermissionsClient

func NewMockPipelinepermissionsClient(ctrl *gomock.Controller) *MockPipelinepermissionsClient

NewMockPipelinepermissionsClient creates a new mock instance

func (*MockPipelinepermissionsClient) EXPECT

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

func (*MockPipelinepermissionsClient) GetPipelinePermissionsForResource

GetPipelinePermissionsForResource mocks base method

func (*MockPipelinepermissionsClient) UpdatePipelinePermisionsForResource

UpdatePipelinePermisionsForResource mocks base method

func (*MockPipelinepermissionsClient) UpdatePipelinePermisionsForResources

UpdatePipelinePermisionsForResources mocks base method

type MockPipelinepermissionsClientMockRecorder

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

MockPipelinepermissionsClientMockRecorder is the mock recorder for MockPipelinepermissionsClient

func (*MockPipelinepermissionsClientMockRecorder) GetPipelinePermissionsForResource

func (mr *MockPipelinepermissionsClientMockRecorder) GetPipelinePermissionsForResource(arg0, arg1 interface{}) *gomock.Call

GetPipelinePermissionsForResource indicates an expected call of GetPipelinePermissionsForResource

func (*MockPipelinepermissionsClientMockRecorder) UpdatePipelinePermisionsForResource

func (mr *MockPipelinepermissionsClientMockRecorder) UpdatePipelinePermisionsForResource(arg0, arg1 interface{}) *gomock.Call

UpdatePipelinePermisionsForResource indicates an expected call of UpdatePipelinePermisionsForResource

func (*MockPipelinepermissionsClientMockRecorder) UpdatePipelinePermisionsForResources

func (mr *MockPipelinepermissionsClientMockRecorder) UpdatePipelinePermisionsForResources(arg0, arg1 interface{}) *gomock.Call

UpdatePipelinePermisionsForResources indicates an expected call of UpdatePipelinePermisionsForResources

type MockPipelinesClient

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

MockPipelinesClient is a mock of Client interface

func NewMockPipelinesClient

func NewMockPipelinesClient(ctrl *gomock.Controller) *MockPipelinesClient

NewMockPipelinesClient creates a new mock instance

func (*MockPipelinesClient) CreatePipeline

CreatePipeline mocks base method

func (*MockPipelinesClient) EXPECT

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

func (*MockPipelinesClient) GetArtifact

GetArtifact mocks base method

func (*MockPipelinesClient) GetLog

GetLog mocks base method

func (*MockPipelinesClient) GetPipeline

GetPipeline mocks base method

func (*MockPipelinesClient) GetRun

GetRun mocks base method

func (*MockPipelinesClient) ListLogs

ListLogs mocks base method

func (*MockPipelinesClient) ListPipelines

ListPipelines mocks base method

func (*MockPipelinesClient) ListRuns

ListRuns mocks base method

func (*MockPipelinesClient) Preview

Preview mocks base method

func (*MockPipelinesClient) RunPipeline

RunPipeline mocks base method

type MockPipelinesClientMockRecorder

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

MockPipelinesClientMockRecorder is the mock recorder for MockPipelinesClient

func (*MockPipelinesClientMockRecorder) CreatePipeline

func (mr *MockPipelinesClientMockRecorder) CreatePipeline(arg0, arg1 interface{}) *gomock.Call

CreatePipeline indicates an expected call of CreatePipeline

func (*MockPipelinesClientMockRecorder) GetArtifact

func (mr *MockPipelinesClientMockRecorder) GetArtifact(arg0, arg1 interface{}) *gomock.Call

GetArtifact indicates an expected call of GetArtifact

func (*MockPipelinesClientMockRecorder) GetLog

func (mr *MockPipelinesClientMockRecorder) GetLog(arg0, arg1 interface{}) *gomock.Call

GetLog indicates an expected call of GetLog

func (*MockPipelinesClientMockRecorder) GetPipeline

func (mr *MockPipelinesClientMockRecorder) GetPipeline(arg0, arg1 interface{}) *gomock.Call

GetPipeline indicates an expected call of GetPipeline

func (*MockPipelinesClientMockRecorder) GetRun

func (mr *MockPipelinesClientMockRecorder) GetRun(arg0, arg1 interface{}) *gomock.Call

GetRun indicates an expected call of GetRun

func (*MockPipelinesClientMockRecorder) ListLogs

func (mr *MockPipelinesClientMockRecorder) ListLogs(arg0, arg1 interface{}) *gomock.Call

ListLogs indicates an expected call of ListLogs

func (*MockPipelinesClientMockRecorder) ListPipelines

func (mr *MockPipelinesClientMockRecorder) ListPipelines(arg0, arg1 interface{}) *gomock.Call

ListPipelines indicates an expected call of ListPipelines

func (*MockPipelinesClientMockRecorder) ListRuns

func (mr *MockPipelinesClientMockRecorder) ListRuns(arg0, arg1 interface{}) *gomock.Call

ListRuns indicates an expected call of ListRuns

func (*MockPipelinesClientMockRecorder) Preview

func (mr *MockPipelinesClientMockRecorder) Preview(arg0, arg1 interface{}) *gomock.Call

Preview indicates an expected call of Preview

func (*MockPipelinesClientMockRecorder) RunPipeline

func (mr *MockPipelinesClientMockRecorder) RunPipeline(arg0, arg1 interface{}) *gomock.Call

RunPipeline indicates an expected call of RunPipeline

type MockPipelinesapprovalClient

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

MockPipelinesapprovalClient is a mock of Client interface

func NewMockPipelinesapprovalClient

func NewMockPipelinesapprovalClient(ctrl *gomock.Controller) *MockPipelinesapprovalClient

NewMockPipelinesapprovalClient creates a new mock instance

func (*MockPipelinesapprovalClient) EXPECT

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

func (*MockPipelinesapprovalClient) GetApproval

GetApproval mocks base method

func (*MockPipelinesapprovalClient) QueryApprovals

QueryApprovals mocks base method

func (*MockPipelinesapprovalClient) UpdateApprovals

UpdateApprovals mocks base method

type MockPipelinesapprovalClientMockRecorder

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

MockPipelinesapprovalClientMockRecorder is the mock recorder for MockPipelinesapprovalClient

func (*MockPipelinesapprovalClientMockRecorder) GetApproval

func (mr *MockPipelinesapprovalClientMockRecorder) GetApproval(arg0, arg1 interface{}) *gomock.Call

GetApproval indicates an expected call of GetApproval

func (*MockPipelinesapprovalClientMockRecorder) QueryApprovals

func (mr *MockPipelinesapprovalClientMockRecorder) QueryApprovals(arg0, arg1 interface{}) *gomock.Call

QueryApprovals indicates an expected call of QueryApprovals

func (*MockPipelinesapprovalClientMockRecorder) UpdateApprovals

func (mr *MockPipelinesapprovalClientMockRecorder) UpdateApprovals(arg0, arg1 interface{}) *gomock.Call

UpdateApprovals indicates an expected call of UpdateApprovals

type MockPipelineschecksClient

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

MockPipelineschecksClient is a mock of Client interface

func NewMockPipelineschecksClient

func NewMockPipelineschecksClient(ctrl *gomock.Controller) *MockPipelineschecksClient

NewMockPipelineschecksClient creates a new mock instance

func (*MockPipelineschecksClient) AddCheckConfiguration

AddCheckConfiguration mocks base method

func (*MockPipelineschecksClient) DeleteCheckConfiguration

DeleteCheckConfiguration mocks base method

func (*MockPipelineschecksClient) EXPECT

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

func (*MockPipelineschecksClient) EvaluateCheckSuite

EvaluateCheckSuite mocks base method

func (*MockPipelineschecksClient) GetCheckConfiguration

GetCheckConfiguration mocks base method

func (*MockPipelineschecksClient) GetCheckConfigurationsOnResource

GetCheckConfigurationsOnResource mocks base method

func (*MockPipelineschecksClient) GetCheckSuite

GetCheckSuite mocks base method

func (*MockPipelineschecksClient) QueryCheckConfigurationsOnResources

QueryCheckConfigurationsOnResources mocks base method

func (*MockPipelineschecksClient) UpdateCheckConfiguration

UpdateCheckConfiguration mocks base method

type MockPipelineschecksClientMockRecorder

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

MockPipelineschecksClientMockRecorder is the mock recorder for MockPipelineschecksClient

func (*MockPipelineschecksClientMockRecorder) AddCheckConfiguration

func (mr *MockPipelineschecksClientMockRecorder) AddCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

AddCheckConfiguration indicates an expected call of AddCheckConfiguration

func (*MockPipelineschecksClientMockRecorder) DeleteCheckConfiguration

func (mr *MockPipelineschecksClientMockRecorder) DeleteCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

DeleteCheckConfiguration indicates an expected call of DeleteCheckConfiguration

func (*MockPipelineschecksClientMockRecorder) EvaluateCheckSuite

func (mr *MockPipelineschecksClientMockRecorder) EvaluateCheckSuite(arg0, arg1 interface{}) *gomock.Call

EvaluateCheckSuite indicates an expected call of EvaluateCheckSuite

func (*MockPipelineschecksClientMockRecorder) GetCheckConfiguration

func (mr *MockPipelineschecksClientMockRecorder) GetCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

GetCheckConfiguration indicates an expected call of GetCheckConfiguration

func (*MockPipelineschecksClientMockRecorder) GetCheckConfigurationsOnResource

func (mr *MockPipelineschecksClientMockRecorder) GetCheckConfigurationsOnResource(arg0, arg1 interface{}) *gomock.Call

GetCheckConfigurationsOnResource indicates an expected call of GetCheckConfigurationsOnResource

func (*MockPipelineschecksClientMockRecorder) GetCheckSuite

func (mr *MockPipelineschecksClientMockRecorder) GetCheckSuite(arg0, arg1 interface{}) *gomock.Call

GetCheckSuite indicates an expected call of GetCheckSuite

func (*MockPipelineschecksClientMockRecorder) QueryCheckConfigurationsOnResources

func (mr *MockPipelineschecksClientMockRecorder) QueryCheckConfigurationsOnResources(arg0, arg1 interface{}) *gomock.Call

QueryCheckConfigurationsOnResources indicates an expected call of QueryCheckConfigurationsOnResources

func (*MockPipelineschecksClientMockRecorder) UpdateCheckConfiguration

func (mr *MockPipelineschecksClientMockRecorder) UpdateCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

UpdateCheckConfiguration indicates an expected call of UpdateCheckConfiguration

type MockPipelineschecksextrasClient

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

MockPipelineschecksextrasClient is a mock of Client interface

func NewMockPipelineschecksextrasClient

func NewMockPipelineschecksextrasClient(ctrl *gomock.Controller) *MockPipelineschecksextrasClient

NewMockPipelineschecksextrasClient creates a new mock instance

func (*MockPipelineschecksextrasClient) AddCheckConfiguration

AddCheckConfiguration mocks base method

func (*MockPipelineschecksextrasClient) DeleteCheckConfiguration

DeleteCheckConfiguration mocks base method

func (*MockPipelineschecksextrasClient) EXPECT

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

func (*MockPipelineschecksextrasClient) EvaluateCheckSuite

EvaluateCheckSuite mocks base method

func (*MockPipelineschecksextrasClient) GetCheckConfiguration

GetCheckConfiguration mocks base method

func (*MockPipelineschecksextrasClient) GetCheckConfigurationsOnResource

GetCheckConfigurationsOnResource mocks base method

func (*MockPipelineschecksextrasClient) GetCheckSuite

GetCheckSuite mocks base method

func (*MockPipelineschecksextrasClient) QueryCheckConfigurationsOnResources

QueryCheckConfigurationsOnResources mocks base method

func (*MockPipelineschecksextrasClient) UpdateCheckConfiguration

UpdateCheckConfiguration mocks base method

type MockPipelineschecksextrasClientMockRecorder

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

MockPipelineschecksextrasClientMockRecorder is the mock recorder for MockPipelineschecksextrasClient

func (*MockPipelineschecksextrasClientMockRecorder) AddCheckConfiguration

func (mr *MockPipelineschecksextrasClientMockRecorder) AddCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

AddCheckConfiguration indicates an expected call of AddCheckConfiguration

func (*MockPipelineschecksextrasClientMockRecorder) DeleteCheckConfiguration

func (mr *MockPipelineschecksextrasClientMockRecorder) DeleteCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

DeleteCheckConfiguration indicates an expected call of DeleteCheckConfiguration

func (*MockPipelineschecksextrasClientMockRecorder) EvaluateCheckSuite

func (mr *MockPipelineschecksextrasClientMockRecorder) EvaluateCheckSuite(arg0, arg1 interface{}) *gomock.Call

EvaluateCheckSuite indicates an expected call of EvaluateCheckSuite

func (*MockPipelineschecksextrasClientMockRecorder) GetCheckConfiguration

func (mr *MockPipelineschecksextrasClientMockRecorder) GetCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

GetCheckConfiguration indicates an expected call of GetCheckConfiguration

func (*MockPipelineschecksextrasClientMockRecorder) GetCheckConfigurationsOnResource

func (mr *MockPipelineschecksextrasClientMockRecorder) GetCheckConfigurationsOnResource(arg0, arg1 interface{}) *gomock.Call

GetCheckConfigurationsOnResource indicates an expected call of GetCheckConfigurationsOnResource

func (*MockPipelineschecksextrasClientMockRecorder) GetCheckSuite

func (mr *MockPipelineschecksextrasClientMockRecorder) GetCheckSuite(arg0, arg1 interface{}) *gomock.Call

GetCheckSuite indicates an expected call of GetCheckSuite

func (*MockPipelineschecksextrasClientMockRecorder) QueryCheckConfigurationsOnResources

func (mr *MockPipelineschecksextrasClientMockRecorder) QueryCheckConfigurationsOnResources(arg0, arg1 interface{}) *gomock.Call

QueryCheckConfigurationsOnResources indicates an expected call of QueryCheckConfigurationsOnResources

func (*MockPipelineschecksextrasClientMockRecorder) UpdateCheckConfiguration

func (mr *MockPipelineschecksextrasClientMockRecorder) UpdateCheckConfiguration(arg0, arg1 interface{}) *gomock.Call

UpdateCheckConfiguration indicates an expected call of UpdateCheckConfiguration

type MockPolicyClient

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

MockPolicyClient is a mock of Client interface

func NewMockPolicyClient

func NewMockPolicyClient(ctrl *gomock.Controller) *MockPolicyClient

NewMockPolicyClient creates a new mock instance

func (*MockPolicyClient) CreatePolicyConfiguration

CreatePolicyConfiguration mocks base method

func (*MockPolicyClient) DeletePolicyConfiguration

func (m *MockPolicyClient) DeletePolicyConfiguration(arg0 context.Context, arg1 policy.DeletePolicyConfigurationArgs) error

DeletePolicyConfiguration mocks base method

func (*MockPolicyClient) EXPECT

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

func (*MockPolicyClient) GetPolicyConfiguration

GetPolicyConfiguration mocks base method

func (*MockPolicyClient) GetPolicyConfigurationRevision

GetPolicyConfigurationRevision mocks base method

func (*MockPolicyClient) GetPolicyConfigurationRevisions

func (m *MockPolicyClient) GetPolicyConfigurationRevisions(arg0 context.Context, arg1 policy.GetPolicyConfigurationRevisionsArgs) (*[]policy.PolicyConfiguration, error)

GetPolicyConfigurationRevisions mocks base method

func (*MockPolicyClient) GetPolicyConfigurations

GetPolicyConfigurations mocks base method

func (*MockPolicyClient) GetPolicyEvaluation

GetPolicyEvaluation mocks base method

func (*MockPolicyClient) GetPolicyEvaluations

GetPolicyEvaluations mocks base method

func (*MockPolicyClient) GetPolicyType

GetPolicyType mocks base method

func (*MockPolicyClient) GetPolicyTypes

func (m *MockPolicyClient) GetPolicyTypes(arg0 context.Context, arg1 policy.GetPolicyTypesArgs) (*[]policy.PolicyType, error)

GetPolicyTypes mocks base method

func (*MockPolicyClient) RequeuePolicyEvaluation

RequeuePolicyEvaluation mocks base method

func (*MockPolicyClient) UpdatePolicyConfiguration

UpdatePolicyConfiguration mocks base method

type MockPolicyClientMockRecorder

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

MockPolicyClientMockRecorder is the mock recorder for MockPolicyClient

func (*MockPolicyClientMockRecorder) CreatePolicyConfiguration

func (mr *MockPolicyClientMockRecorder) CreatePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call

CreatePolicyConfiguration indicates an expected call of CreatePolicyConfiguration

func (*MockPolicyClientMockRecorder) DeletePolicyConfiguration

func (mr *MockPolicyClientMockRecorder) DeletePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call

DeletePolicyConfiguration indicates an expected call of DeletePolicyConfiguration

func (*MockPolicyClientMockRecorder) GetPolicyConfiguration

func (mr *MockPolicyClientMockRecorder) GetPolicyConfiguration(arg0, arg1 interface{}) *gomock.Call

GetPolicyConfiguration indicates an expected call of GetPolicyConfiguration

func (*MockPolicyClientMockRecorder) GetPolicyConfigurationRevision

func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurationRevision(arg0, arg1 interface{}) *gomock.Call

GetPolicyConfigurationRevision indicates an expected call of GetPolicyConfigurationRevision

func (*MockPolicyClientMockRecorder) GetPolicyConfigurationRevisions

func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurationRevisions(arg0, arg1 interface{}) *gomock.Call

GetPolicyConfigurationRevisions indicates an expected call of GetPolicyConfigurationRevisions

func (*MockPolicyClientMockRecorder) GetPolicyConfigurations

func (mr *MockPolicyClientMockRecorder) GetPolicyConfigurations(arg0, arg1 interface{}) *gomock.Call

GetPolicyConfigurations indicates an expected call of GetPolicyConfigurations

func (*MockPolicyClientMockRecorder) GetPolicyEvaluation

func (mr *MockPolicyClientMockRecorder) GetPolicyEvaluation(arg0, arg1 interface{}) *gomock.Call

GetPolicyEvaluation indicates an expected call of GetPolicyEvaluation

func (*MockPolicyClientMockRecorder) GetPolicyEvaluations

func (mr *MockPolicyClientMockRecorder) GetPolicyEvaluations(arg0, arg1 interface{}) *gomock.Call

GetPolicyEvaluations indicates an expected call of GetPolicyEvaluations

func (*MockPolicyClientMockRecorder) GetPolicyType

func (mr *MockPolicyClientMockRecorder) GetPolicyType(arg0, arg1 interface{}) *gomock.Call

GetPolicyType indicates an expected call of GetPolicyType

func (*MockPolicyClientMockRecorder) GetPolicyTypes

func (mr *MockPolicyClientMockRecorder) GetPolicyTypes(arg0, arg1 interface{}) *gomock.Call

GetPolicyTypes indicates an expected call of GetPolicyTypes

func (*MockPolicyClientMockRecorder) RequeuePolicyEvaluation

func (mr *MockPolicyClientMockRecorder) RequeuePolicyEvaluation(arg0, arg1 interface{}) *gomock.Call

RequeuePolicyEvaluation indicates an expected call of RequeuePolicyEvaluation

func (*MockPolicyClientMockRecorder) UpdatePolicyConfiguration

func (mr *MockPolicyClientMockRecorder) UpdatePolicyConfiguration(arg0, arg1 interface{}) *gomock.Call

UpdatePolicyConfiguration indicates an expected call of UpdatePolicyConfiguration

type MockProfileClient

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

MockProfileClient is a mock of Client interface

func NewMockProfileClient

func NewMockProfileClient(ctrl *gomock.Controller) *MockProfileClient

NewMockProfileClient creates a new mock instance

func (*MockProfileClient) EXPECT

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

func (*MockProfileClient) GetProfile

GetProfile mocks base method

type MockProfileClientMockRecorder

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

MockProfileClientMockRecorder is the mock recorder for MockProfileClient

func (*MockProfileClientMockRecorder) GetProfile

func (mr *MockProfileClientMockRecorder) GetProfile(arg0, arg1 interface{}) *gomock.Call

GetProfile indicates an expected call of GetProfile

type MockReleaseClient

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

MockReleaseClient is a mock of Client interface

func NewMockReleaseClient

func NewMockReleaseClient(ctrl *gomock.Controller) *MockReleaseClient

NewMockReleaseClient creates a new mock instance

func (*MockReleaseClient) CreateFolder

func (m *MockReleaseClient) CreateFolder(arg0 context.Context, arg1 release.CreateFolderArgs) (*release.Folder, error)

CreateFolder mocks base method

func (*MockReleaseClient) CreateRelease

CreateRelease mocks base method

func (*MockReleaseClient) CreateReleaseDefinition

CreateReleaseDefinition mocks base method

func (*MockReleaseClient) DeleteFolder

func (m *MockReleaseClient) DeleteFolder(arg0 context.Context, arg1 release.DeleteFolderArgs) error

DeleteFolder mocks base method

func (*MockReleaseClient) DeleteReleaseDefinition

func (m *MockReleaseClient) DeleteReleaseDefinition(arg0 context.Context, arg1 release.DeleteReleaseDefinitionArgs) error

DeleteReleaseDefinition mocks base method

func (*MockReleaseClient) EXPECT

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

func (*MockReleaseClient) GetApprovals

GetApprovals mocks base method

func (*MockReleaseClient) GetDefinitionRevision

func (m *MockReleaseClient) GetDefinitionRevision(arg0 context.Context, arg1 release.GetDefinitionRevisionArgs) (io.ReadCloser, error)

GetDefinitionRevision mocks base method

func (*MockReleaseClient) GetDeployments

GetDeployments mocks base method

func (*MockReleaseClient) GetFolders

func (m *MockReleaseClient) GetFolders(arg0 context.Context, arg1 release.GetFoldersArgs) (*[]release.Folder, error)

GetFolders mocks base method

func (*MockReleaseClient) GetLogs

GetLogs mocks base method

func (*MockReleaseClient) GetManualIntervention

GetManualIntervention mocks base method

func (*MockReleaseClient) GetManualInterventions

GetManualInterventions mocks base method

func (*MockReleaseClient) GetRelease

GetRelease mocks base method

func (*MockReleaseClient) GetReleaseDefinition

GetReleaseDefinition mocks base method

func (*MockReleaseClient) GetReleaseDefinitionHistory

GetReleaseDefinitionHistory mocks base method

func (*MockReleaseClient) GetReleaseDefinitions

GetReleaseDefinitions mocks base method

func (*MockReleaseClient) GetReleaseEnvironment

GetReleaseEnvironment mocks base method

func (*MockReleaseClient) GetReleaseRevision

func (m *MockReleaseClient) GetReleaseRevision(arg0 context.Context, arg1 release.GetReleaseRevisionArgs) (io.ReadCloser, error)

GetReleaseRevision mocks base method

func (*MockReleaseClient) GetReleaseTaskAttachmentContent

func (m *MockReleaseClient) GetReleaseTaskAttachmentContent(arg0 context.Context, arg1 release.GetReleaseTaskAttachmentContentArgs) (io.ReadCloser, error)

GetReleaseTaskAttachmentContent mocks base method

func (*MockReleaseClient) GetReleaseTaskAttachments

GetReleaseTaskAttachments mocks base method

func (*MockReleaseClient) GetReleases

GetReleases mocks base method

func (*MockReleaseClient) GetTaskLog

GetTaskLog mocks base method

func (*MockReleaseClient) UpdateFolder

func (m *MockReleaseClient) UpdateFolder(arg0 context.Context, arg1 release.UpdateFolderArgs) (*release.Folder, error)

UpdateFolder mocks base method

func (*MockReleaseClient) UpdateGates

UpdateGates mocks base method

func (*MockReleaseClient) UpdateManualIntervention

UpdateManualIntervention mocks base method

func (*MockReleaseClient) UpdateRelease

UpdateRelease mocks base method

func (*MockReleaseClient) UpdateReleaseApproval

UpdateReleaseApproval mocks base method

func (*MockReleaseClient) UpdateReleaseDefinition

UpdateReleaseDefinition mocks base method

func (*MockReleaseClient) UpdateReleaseEnvironment

UpdateReleaseEnvironment mocks base method

func (*MockReleaseClient) UpdateReleaseResource

func (m *MockReleaseClient) UpdateReleaseResource(arg0 context.Context, arg1 release.UpdateReleaseResourceArgs) (*release.Release, error)

UpdateReleaseResource mocks base method

type MockReleaseClientMockRecorder

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

MockReleaseClientMockRecorder is the mock recorder for MockReleaseClient

func (*MockReleaseClientMockRecorder) CreateFolder

func (mr *MockReleaseClientMockRecorder) CreateFolder(arg0, arg1 interface{}) *gomock.Call

CreateFolder indicates an expected call of CreateFolder

func (*MockReleaseClientMockRecorder) CreateRelease

func (mr *MockReleaseClientMockRecorder) CreateRelease(arg0, arg1 interface{}) *gomock.Call

CreateRelease indicates an expected call of CreateRelease

func (*MockReleaseClientMockRecorder) CreateReleaseDefinition

func (mr *MockReleaseClientMockRecorder) CreateReleaseDefinition(arg0, arg1 interface{}) *gomock.Call

CreateReleaseDefinition indicates an expected call of CreateReleaseDefinition

func (*MockReleaseClientMockRecorder) DeleteFolder

func (mr *MockReleaseClientMockRecorder) DeleteFolder(arg0, arg1 interface{}) *gomock.Call

DeleteFolder indicates an expected call of DeleteFolder

func (*MockReleaseClientMockRecorder) DeleteReleaseDefinition

func (mr *MockReleaseClientMockRecorder) DeleteReleaseDefinition(arg0, arg1 interface{}) *gomock.Call

DeleteReleaseDefinition indicates an expected call of DeleteReleaseDefinition

func (*MockReleaseClientMockRecorder) GetApprovals

func (mr *MockReleaseClientMockRecorder) GetApprovals(arg0, arg1 interface{}) *gomock.Call

GetApprovals indicates an expected call of GetApprovals

func (*MockReleaseClientMockRecorder) GetDefinitionRevision

func (mr *MockReleaseClientMockRecorder) GetDefinitionRevision(arg0, arg1 interface{}) *gomock.Call

GetDefinitionRevision indicates an expected call of GetDefinitionRevision

func (*MockReleaseClientMockRecorder) GetDeployments

func (mr *MockReleaseClientMockRecorder) GetDeployments(arg0, arg1 interface{}) *gomock.Call

GetDeployments indicates an expected call of GetDeployments

func (*MockReleaseClientMockRecorder) GetFolders

func (mr *MockReleaseClientMockRecorder) GetFolders(arg0, arg1 interface{}) *gomock.Call

GetFolders indicates an expected call of GetFolders

func (*MockReleaseClientMockRecorder) GetLogs

func (mr *MockReleaseClientMockRecorder) GetLogs(arg0, arg1 interface{}) *gomock.Call

GetLogs indicates an expected call of GetLogs

func (*MockReleaseClientMockRecorder) GetManualIntervention

func (mr *MockReleaseClientMockRecorder) GetManualIntervention(arg0, arg1 interface{}) *gomock.Call

GetManualIntervention indicates an expected call of GetManualIntervention

func (*MockReleaseClientMockRecorder) GetManualInterventions

func (mr *MockReleaseClientMockRecorder) GetManualInterventions(arg0, arg1 interface{}) *gomock.Call

GetManualInterventions indicates an expected call of GetManualInterventions

func (*MockReleaseClientMockRecorder) GetRelease

func (mr *MockReleaseClientMockRecorder) GetRelease(arg0, arg1 interface{}) *gomock.Call

GetRelease indicates an expected call of GetRelease

func (*MockReleaseClientMockRecorder) GetReleaseDefinition

func (mr *MockReleaseClientMockRecorder) GetReleaseDefinition(arg0, arg1 interface{}) *gomock.Call

GetReleaseDefinition indicates an expected call of GetReleaseDefinition

func (*MockReleaseClientMockRecorder) GetReleaseDefinitionHistory

func (mr *MockReleaseClientMockRecorder) GetReleaseDefinitionHistory(arg0, arg1 interface{}) *gomock.Call

GetReleaseDefinitionHistory indicates an expected call of GetReleaseDefinitionHistory

func (*MockReleaseClientMockRecorder) GetReleaseDefinitions

func (mr *MockReleaseClientMockRecorder) GetReleaseDefinitions(arg0, arg1 interface{}) *gomock.Call

GetReleaseDefinitions indicates an expected call of GetReleaseDefinitions

func (*MockReleaseClientMockRecorder) GetReleaseEnvironment

func (mr *MockReleaseClientMockRecorder) GetReleaseEnvironment(arg0, arg1 interface{}) *gomock.Call

GetReleaseEnvironment indicates an expected call of GetReleaseEnvironment

func (*MockReleaseClientMockRecorder) GetReleaseRevision

func (mr *MockReleaseClientMockRecorder) GetReleaseRevision(arg0, arg1 interface{}) *gomock.Call

GetReleaseRevision indicates an expected call of GetReleaseRevision

func (*MockReleaseClientMockRecorder) GetReleaseTaskAttachmentContent

func (mr *MockReleaseClientMockRecorder) GetReleaseTaskAttachmentContent(arg0, arg1 interface{}) *gomock.Call

GetReleaseTaskAttachmentContent indicates an expected call of GetReleaseTaskAttachmentContent

func (*MockReleaseClientMockRecorder) GetReleaseTaskAttachments

func (mr *MockReleaseClientMockRecorder) GetReleaseTaskAttachments(arg0, arg1 interface{}) *gomock.Call

GetReleaseTaskAttachments indicates an expected call of GetReleaseTaskAttachments

func (*MockReleaseClientMockRecorder) GetReleases

func (mr *MockReleaseClientMockRecorder) GetReleases(arg0, arg1 interface{}) *gomock.Call

GetReleases indicates an expected call of GetReleases

func (*MockReleaseClientMockRecorder) GetTaskLog

func (mr *MockReleaseClientMockRecorder) GetTaskLog(arg0, arg1 interface{}) *gomock.Call

GetTaskLog indicates an expected call of GetTaskLog

func (*MockReleaseClientMockRecorder) UpdateFolder

func (mr *MockReleaseClientMockRecorder) UpdateFolder(arg0, arg1 interface{}) *gomock.Call

UpdateFolder indicates an expected call of UpdateFolder

func (*MockReleaseClientMockRecorder) UpdateGates

func (mr *MockReleaseClientMockRecorder) UpdateGates(arg0, arg1 interface{}) *gomock.Call

UpdateGates indicates an expected call of UpdateGates

func (*MockReleaseClientMockRecorder) UpdateManualIntervention

func (mr *MockReleaseClientMockRecorder) UpdateManualIntervention(arg0, arg1 interface{}) *gomock.Call

UpdateManualIntervention indicates an expected call of UpdateManualIntervention

func (*MockReleaseClientMockRecorder) UpdateRelease

func (mr *MockReleaseClientMockRecorder) UpdateRelease(arg0, arg1 interface{}) *gomock.Call

UpdateRelease indicates an expected call of UpdateRelease

func (*MockReleaseClientMockRecorder) UpdateReleaseApproval

func (mr *MockReleaseClientMockRecorder) UpdateReleaseApproval(arg0, arg1 interface{}) *gomock.Call

UpdateReleaseApproval indicates an expected call of UpdateReleaseApproval

func (*MockReleaseClientMockRecorder) UpdateReleaseDefinition

func (mr *MockReleaseClientMockRecorder) UpdateReleaseDefinition(arg0, arg1 interface{}) *gomock.Call

UpdateReleaseDefinition indicates an expected call of UpdateReleaseDefinition

func (*MockReleaseClientMockRecorder) UpdateReleaseEnvironment

func (mr *MockReleaseClientMockRecorder) UpdateReleaseEnvironment(arg0, arg1 interface{}) *gomock.Call

UpdateReleaseEnvironment indicates an expected call of UpdateReleaseEnvironment

func (*MockReleaseClientMockRecorder) UpdateReleaseResource

func (mr *MockReleaseClientMockRecorder) UpdateReleaseResource(arg0, arg1 interface{}) *gomock.Call

UpdateReleaseResource indicates an expected call of UpdateReleaseResource

type MockSecurityClient

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

MockSecurityClient is a mock of Client interface

func NewMockSecurityClient

func NewMockSecurityClient(ctrl *gomock.Controller) *MockSecurityClient

NewMockSecurityClient creates a new mock instance

func (*MockSecurityClient) EXPECT

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

func (*MockSecurityClient) HasPermissions

func (m *MockSecurityClient) HasPermissions(arg0 context.Context, arg1 security.HasPermissionsArgs) (*[]bool, error)

HasPermissions mocks base method

func (*MockSecurityClient) HasPermissionsBatch

HasPermissionsBatch mocks base method

func (*MockSecurityClient) QueryAccessControlLists

QueryAccessControlLists mocks base method

func (*MockSecurityClient) QuerySecurityNamespaces

QuerySecurityNamespaces mocks base method

func (*MockSecurityClient) RemoveAccessControlEntries

func (m *MockSecurityClient) RemoveAccessControlEntries(arg0 context.Context, arg1 security.RemoveAccessControlEntriesArgs) (*bool, error)

RemoveAccessControlEntries mocks base method

func (*MockSecurityClient) RemoveAccessControlLists

func (m *MockSecurityClient) RemoveAccessControlLists(arg0 context.Context, arg1 security.RemoveAccessControlListsArgs) (*bool, error)

RemoveAccessControlLists mocks base method

func (*MockSecurityClient) RemovePermission

RemovePermission mocks base method

func (*MockSecurityClient) SetAccessControlEntries

SetAccessControlEntries mocks base method

func (*MockSecurityClient) SetAccessControlLists

func (m *MockSecurityClient) SetAccessControlLists(arg0 context.Context, arg1 security.SetAccessControlListsArgs) error

SetAccessControlLists mocks base method

type MockSecurityClientMockRecorder

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

MockSecurityClientMockRecorder is the mock recorder for MockSecurityClient

func (*MockSecurityClientMockRecorder) HasPermissions

func (mr *MockSecurityClientMockRecorder) HasPermissions(arg0, arg1 interface{}) *gomock.Call

HasPermissions indicates an expected call of HasPermissions

func (*MockSecurityClientMockRecorder) HasPermissionsBatch

func (mr *MockSecurityClientMockRecorder) HasPermissionsBatch(arg0, arg1 interface{}) *gomock.Call

HasPermissionsBatch indicates an expected call of HasPermissionsBatch

func (*MockSecurityClientMockRecorder) QueryAccessControlLists

func (mr *MockSecurityClientMockRecorder) QueryAccessControlLists(arg0, arg1 interface{}) *gomock.Call

QueryAccessControlLists indicates an expected call of QueryAccessControlLists

func (*MockSecurityClientMockRecorder) QuerySecurityNamespaces

func (mr *MockSecurityClientMockRecorder) QuerySecurityNamespaces(arg0, arg1 interface{}) *gomock.Call

QuerySecurityNamespaces indicates an expected call of QuerySecurityNamespaces

func (*MockSecurityClientMockRecorder) RemoveAccessControlEntries

func (mr *MockSecurityClientMockRecorder) RemoveAccessControlEntries(arg0, arg1 interface{}) *gomock.Call

RemoveAccessControlEntries indicates an expected call of RemoveAccessControlEntries

func (*MockSecurityClientMockRecorder) RemoveAccessControlLists

func (mr *MockSecurityClientMockRecorder) RemoveAccessControlLists(arg0, arg1 interface{}) *gomock.Call

RemoveAccessControlLists indicates an expected call of RemoveAccessControlLists

func (*MockSecurityClientMockRecorder) RemovePermission

func (mr *MockSecurityClientMockRecorder) RemovePermission(arg0, arg1 interface{}) *gomock.Call

RemovePermission indicates an expected call of RemovePermission

func (*MockSecurityClientMockRecorder) SetAccessControlEntries

func (mr *MockSecurityClientMockRecorder) SetAccessControlEntries(arg0, arg1 interface{}) *gomock.Call

SetAccessControlEntries indicates an expected call of SetAccessControlEntries

func (*MockSecurityClientMockRecorder) SetAccessControlLists

func (mr *MockSecurityClientMockRecorder) SetAccessControlLists(arg0, arg1 interface{}) *gomock.Call

SetAccessControlLists indicates an expected call of SetAccessControlLists

type MockServiceendpointClient

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

MockServiceendpointClient is a mock of Client interface

func NewMockServiceendpointClient

func NewMockServiceendpointClient(ctrl *gomock.Controller) *MockServiceendpointClient

NewMockServiceendpointClient creates a new mock instance

func (*MockServiceendpointClient) CreateServiceEndpoint

CreateServiceEndpoint mocks base method

func (*MockServiceendpointClient) DeleteServiceEndpoint

DeleteServiceEndpoint mocks base method

func (*MockServiceendpointClient) EXPECT

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

func (*MockServiceendpointClient) ExecuteServiceEndpointRequest

ExecuteServiceEndpointRequest mocks base method

func (*MockServiceendpointClient) GetServiceEndpointDetails

GetServiceEndpointDetails mocks base method

func (*MockServiceendpointClient) GetServiceEndpointExecutionRecords

GetServiceEndpointExecutionRecords mocks base method

func (*MockServiceendpointClient) GetServiceEndpointTypes

GetServiceEndpointTypes mocks base method

func (*MockServiceendpointClient) GetServiceEndpoints

GetServiceEndpoints mocks base method

func (*MockServiceendpointClient) GetServiceEndpointsByNames

GetServiceEndpointsByNames mocks base method

func (*MockServiceendpointClient) GetServiceEndpointsWithRefreshedAuthentication

GetServiceEndpointsWithRefreshedAuthentication mocks base method

func (*MockServiceendpointClient) ShareServiceEndpoint

ShareServiceEndpoint mocks base method

func (*MockServiceendpointClient) UpdateServiceEndpoint

UpdateServiceEndpoint mocks base method

func (*MockServiceendpointClient) UpdateServiceEndpoints

UpdateServiceEndpoints mocks base method

type MockServiceendpointClientMockRecorder

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

MockServiceendpointClientMockRecorder is the mock recorder for MockServiceendpointClient

func (*MockServiceendpointClientMockRecorder) CreateServiceEndpoint

func (mr *MockServiceendpointClientMockRecorder) CreateServiceEndpoint(arg0, arg1 interface{}) *gomock.Call

CreateServiceEndpoint indicates an expected call of CreateServiceEndpoint

func (*MockServiceendpointClientMockRecorder) DeleteServiceEndpoint

func (mr *MockServiceendpointClientMockRecorder) DeleteServiceEndpoint(arg0, arg1 interface{}) *gomock.Call

DeleteServiceEndpoint indicates an expected call of DeleteServiceEndpoint

func (*MockServiceendpointClientMockRecorder) ExecuteServiceEndpointRequest

func (mr *MockServiceendpointClientMockRecorder) ExecuteServiceEndpointRequest(arg0, arg1 interface{}) *gomock.Call

ExecuteServiceEndpointRequest indicates an expected call of ExecuteServiceEndpointRequest

func (*MockServiceendpointClientMockRecorder) GetServiceEndpointDetails

func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointDetails(arg0, arg1 interface{}) *gomock.Call

GetServiceEndpointDetails indicates an expected call of GetServiceEndpointDetails

func (*MockServiceendpointClientMockRecorder) GetServiceEndpointExecutionRecords

func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointExecutionRecords(arg0, arg1 interface{}) *gomock.Call

GetServiceEndpointExecutionRecords indicates an expected call of GetServiceEndpointExecutionRecords

func (*MockServiceendpointClientMockRecorder) GetServiceEndpointTypes

func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointTypes(arg0, arg1 interface{}) *gomock.Call

GetServiceEndpointTypes indicates an expected call of GetServiceEndpointTypes

func (*MockServiceendpointClientMockRecorder) GetServiceEndpoints

func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpoints(arg0, arg1 interface{}) *gomock.Call

GetServiceEndpoints indicates an expected call of GetServiceEndpoints

func (*MockServiceendpointClientMockRecorder) GetServiceEndpointsByNames

func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointsByNames(arg0, arg1 interface{}) *gomock.Call

GetServiceEndpointsByNames indicates an expected call of GetServiceEndpointsByNames

func (*MockServiceendpointClientMockRecorder) GetServiceEndpointsWithRefreshedAuthentication

func (mr *MockServiceendpointClientMockRecorder) GetServiceEndpointsWithRefreshedAuthentication(arg0, arg1 interface{}) *gomock.Call

GetServiceEndpointsWithRefreshedAuthentication indicates an expected call of GetServiceEndpointsWithRefreshedAuthentication

func (*MockServiceendpointClientMockRecorder) ShareServiceEndpoint

func (mr *MockServiceendpointClientMockRecorder) ShareServiceEndpoint(arg0, arg1 interface{}) *gomock.Call

ShareServiceEndpoint indicates an expected call of ShareServiceEndpoint

func (*MockServiceendpointClientMockRecorder) UpdateServiceEndpoint

func (mr *MockServiceendpointClientMockRecorder) UpdateServiceEndpoint(arg0, arg1 interface{}) *gomock.Call

UpdateServiceEndpoint indicates an expected call of UpdateServiceEndpoint

func (*MockServiceendpointClientMockRecorder) UpdateServiceEndpoints

func (mr *MockServiceendpointClientMockRecorder) UpdateServiceEndpoints(arg0, arg1 interface{}) *gomock.Call

UpdateServiceEndpoints indicates an expected call of UpdateServiceEndpoints

type MockServicehooksClient

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

MockServicehooksClient is a mock of Client interface

func NewMockServicehooksClient

func NewMockServicehooksClient(ctrl *gomock.Controller) *MockServicehooksClient

NewMockServicehooksClient creates a new mock instance

func (*MockServicehooksClient) CreateSubscription

CreateSubscription mocks base method

func (*MockServicehooksClient) CreateSubscriptionsQuery

CreateSubscriptionsQuery mocks base method

func (*MockServicehooksClient) CreateTestNotification

CreateTestNotification mocks base method

func (*MockServicehooksClient) DeleteSubscription

DeleteSubscription mocks base method

func (*MockServicehooksClient) EXPECT

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

func (*MockServicehooksClient) GetConsumer

GetConsumer mocks base method

func (*MockServicehooksClient) GetConsumerAction

GetConsumerAction mocks base method

func (*MockServicehooksClient) GetEventType

GetEventType mocks base method

func (*MockServicehooksClient) GetNotification

GetNotification mocks base method

func (*MockServicehooksClient) GetNotifications

GetNotifications mocks base method

func (*MockServicehooksClient) GetPublisher

GetPublisher mocks base method

func (*MockServicehooksClient) GetSubscription

GetSubscription mocks base method

func (*MockServicehooksClient) GetSubscriptionDiagnostics

GetSubscriptionDiagnostics mocks base method

func (*MockServicehooksClient) ListConsumerActions

ListConsumerActions mocks base method

func (*MockServicehooksClient) ListConsumers

ListConsumers mocks base method

func (*MockServicehooksClient) ListEventTypes

ListEventTypes mocks base method

func (*MockServicehooksClient) ListPublishers

ListPublishers mocks base method

func (*MockServicehooksClient) ListSubscriptions

ListSubscriptions mocks base method

func (*MockServicehooksClient) QueryInputValues

QueryInputValues mocks base method

func (*MockServicehooksClient) QueryNotifications

QueryNotifications mocks base method

func (*MockServicehooksClient) QueryPublishers

QueryPublishers mocks base method

func (*MockServicehooksClient) ReplaceSubscription

ReplaceSubscription mocks base method

func (*MockServicehooksClient) UpdateSubscriptionDiagnostics

UpdateSubscriptionDiagnostics mocks base method

type MockServicehooksClientMockRecorder

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

MockServicehooksClientMockRecorder is the mock recorder for MockServicehooksClient

func (*MockServicehooksClientMockRecorder) CreateSubscription

func (mr *MockServicehooksClientMockRecorder) CreateSubscription(arg0, arg1 interface{}) *gomock.Call

CreateSubscription indicates an expected call of CreateSubscription

func (*MockServicehooksClientMockRecorder) CreateSubscriptionsQuery

func (mr *MockServicehooksClientMockRecorder) CreateSubscriptionsQuery(arg0, arg1 interface{}) *gomock.Call

CreateSubscriptionsQuery indicates an expected call of CreateSubscriptionsQuery

func (*MockServicehooksClientMockRecorder) CreateTestNotification

func (mr *MockServicehooksClientMockRecorder) CreateTestNotification(arg0, arg1 interface{}) *gomock.Call

CreateTestNotification indicates an expected call of CreateTestNotification

func (*MockServicehooksClientMockRecorder) DeleteSubscription

func (mr *MockServicehooksClientMockRecorder) DeleteSubscription(arg0, arg1 interface{}) *gomock.Call

DeleteSubscription indicates an expected call of DeleteSubscription

func (*MockServicehooksClientMockRecorder) GetConsumer

func (mr *MockServicehooksClientMockRecorder) GetConsumer(arg0, arg1 interface{}) *gomock.Call

GetConsumer indicates an expected call of GetConsumer

func (*MockServicehooksClientMockRecorder) GetConsumerAction

func (mr *MockServicehooksClientMockRecorder) GetConsumerAction(arg0, arg1 interface{}) *gomock.Call

GetConsumerAction indicates an expected call of GetConsumerAction

func (*MockServicehooksClientMockRecorder) GetEventType

func (mr *MockServicehooksClientMockRecorder) GetEventType(arg0, arg1 interface{}) *gomock.Call

GetEventType indicates an expected call of GetEventType

func (*MockServicehooksClientMockRecorder) GetNotification

func (mr *MockServicehooksClientMockRecorder) GetNotification(arg0, arg1 interface{}) *gomock.Call

GetNotification indicates an expected call of GetNotification

func (*MockServicehooksClientMockRecorder) GetNotifications

func (mr *MockServicehooksClientMockRecorder) GetNotifications(arg0, arg1 interface{}) *gomock.Call

GetNotifications indicates an expected call of GetNotifications

func (*MockServicehooksClientMockRecorder) GetPublisher

func (mr *MockServicehooksClientMockRecorder) GetPublisher(arg0, arg1 interface{}) *gomock.Call

GetPublisher indicates an expected call of GetPublisher

func (*MockServicehooksClientMockRecorder) GetSubscription

func (mr *MockServicehooksClientMockRecorder) GetSubscription(arg0, arg1 interface{}) *gomock.Call

GetSubscription indicates an expected call of GetSubscription

func (*MockServicehooksClientMockRecorder) GetSubscriptionDiagnostics

func (mr *MockServicehooksClientMockRecorder) GetSubscriptionDiagnostics(arg0, arg1 interface{}) *gomock.Call

GetSubscriptionDiagnostics indicates an expected call of GetSubscriptionDiagnostics

func (*MockServicehooksClientMockRecorder) ListConsumerActions

func (mr *MockServicehooksClientMockRecorder) ListConsumerActions(arg0, arg1 interface{}) *gomock.Call

ListConsumerActions indicates an expected call of ListConsumerActions

func (*MockServicehooksClientMockRecorder) ListConsumers

func (mr *MockServicehooksClientMockRecorder) ListConsumers(arg0, arg1 interface{}) *gomock.Call

ListConsumers indicates an expected call of ListConsumers

func (*MockServicehooksClientMockRecorder) ListEventTypes

func (mr *MockServicehooksClientMockRecorder) ListEventTypes(arg0, arg1 interface{}) *gomock.Call

ListEventTypes indicates an expected call of ListEventTypes

func (*MockServicehooksClientMockRecorder) ListPublishers

func (mr *MockServicehooksClientMockRecorder) ListPublishers(arg0, arg1 interface{}) *gomock.Call

ListPublishers indicates an expected call of ListPublishers

func (*MockServicehooksClientMockRecorder) ListSubscriptions

func (mr *MockServicehooksClientMockRecorder) ListSubscriptions(arg0, arg1 interface{}) *gomock.Call

ListSubscriptions indicates an expected call of ListSubscriptions

func (*MockServicehooksClientMockRecorder) QueryInputValues

func (mr *MockServicehooksClientMockRecorder) QueryInputValues(arg0, arg1 interface{}) *gomock.Call

QueryInputValues indicates an expected call of QueryInputValues

func (*MockServicehooksClientMockRecorder) QueryNotifications

func (mr *MockServicehooksClientMockRecorder) QueryNotifications(arg0, arg1 interface{}) *gomock.Call

QueryNotifications indicates an expected call of QueryNotifications

func (*MockServicehooksClientMockRecorder) QueryPublishers

func (mr *MockServicehooksClientMockRecorder) QueryPublishers(arg0, arg1 interface{}) *gomock.Call

QueryPublishers indicates an expected call of QueryPublishers

func (*MockServicehooksClientMockRecorder) ReplaceSubscription

func (mr *MockServicehooksClientMockRecorder) ReplaceSubscription(arg0, arg1 interface{}) *gomock.Call

ReplaceSubscription indicates an expected call of ReplaceSubscription

func (*MockServicehooksClientMockRecorder) UpdateSubscriptionDiagnostics

func (mr *MockServicehooksClientMockRecorder) UpdateSubscriptionDiagnostics(arg0, arg1 interface{}) *gomock.Call

UpdateSubscriptionDiagnostics indicates an expected call of UpdateSubscriptionDiagnostics

type MockTaskagentClient

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

MockTaskagentClient is a mock of Client interface

func NewMockTaskagentClient

func NewMockTaskagentClient(ctrl *gomock.Controller) *MockTaskagentClient

NewMockTaskagentClient creates a new mock instance

func (*MockTaskagentClient) AddAgent

AddAgent mocks base method

func (*MockTaskagentClient) AddAgentCloud

AddAgentCloud mocks base method

func (*MockTaskagentClient) AddAgentPool

AddAgentPool mocks base method

func (*MockTaskagentClient) AddAgentQueue

AddAgentQueue mocks base method

func (*MockTaskagentClient) AddDeploymentGroup

AddDeploymentGroup mocks base method

func (*MockTaskagentClient) AddEnvironment

AddEnvironment mocks base method

func (*MockTaskagentClient) AddKubernetesResourcExistingEndpoint

AddKubernetesResourcExistingEndpoint mocks base method

func (*MockTaskagentClient) AddKubernetesResourceNewEndpoint

AddKubernetesResourceNewEndpoint mocks base method

func (*MockTaskagentClient) AddTaskGroup

AddTaskGroup mocks base method

func (*MockTaskagentClient) AddVariableGroup

AddVariableGroup mocks base method

func (*MockTaskagentClient) DeleteAgent

DeleteAgent mocks base method

func (*MockTaskagentClient) DeleteAgentCloud

DeleteAgentCloud mocks base method

func (*MockTaskagentClient) DeleteAgentPool

func (m *MockTaskagentClient) DeleteAgentPool(arg0 context.Context, arg1 taskagent.DeleteAgentPoolArgs) error

DeleteAgentPool mocks base method

func (*MockTaskagentClient) DeleteAgentQueue

func (m *MockTaskagentClient) DeleteAgentQueue(arg0 context.Context, arg1 taskagent.DeleteAgentQueueArgs) error

DeleteAgentQueue mocks base method

func (*MockTaskagentClient) DeleteDeploymentGroup

func (m *MockTaskagentClient) DeleteDeploymentGroup(arg0 context.Context, arg1 taskagent.DeleteDeploymentGroupArgs) error

DeleteDeploymentGroup mocks base method

func (*MockTaskagentClient) DeleteDeploymentTarget

func (m *MockTaskagentClient) DeleteDeploymentTarget(arg0 context.Context, arg1 taskagent.DeleteDeploymentTargetArgs) error

DeleteDeploymentTarget mocks base method

func (*MockTaskagentClient) DeleteEnvironment

func (m *MockTaskagentClient) DeleteEnvironment(arg0 context.Context, arg1 taskagent.DeleteEnvironmentArgs) error

DeleteEnvironment mocks base method

func (*MockTaskagentClient) DeleteKubernetesResource

func (m *MockTaskagentClient) DeleteKubernetesResource(arg0 context.Context, arg1 taskagent.DeleteKubernetesResourceArgs) error

DeleteKubernetesResource mocks base method

func (*MockTaskagentClient) DeleteTaskGroup

func (m *MockTaskagentClient) DeleteTaskGroup(arg0 context.Context, arg1 taskagent.DeleteTaskGroupArgs) error

DeleteTaskGroup mocks base method

func (*MockTaskagentClient) DeleteVariableGroup

func (m *MockTaskagentClient) DeleteVariableGroup(arg0 context.Context, arg1 taskagent.DeleteVariableGroupArgs) error

DeleteVariableGroup mocks base method

func (*MockTaskagentClient) EXPECT

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

func (*MockTaskagentClient) GetAgent

GetAgent mocks base method

func (*MockTaskagentClient) GetAgentCloud

GetAgentCloud mocks base method

func (*MockTaskagentClient) GetAgentCloudRequests

GetAgentCloudRequests mocks base method

func (*MockTaskagentClient) GetAgentCloudTypes

GetAgentCloudTypes mocks base method

func (*MockTaskagentClient) GetAgentClouds

GetAgentClouds mocks base method

func (*MockTaskagentClient) GetAgentPool

GetAgentPool mocks base method

func (*MockTaskagentClient) GetAgentPools

GetAgentPools mocks base method

func (*MockTaskagentClient) GetAgentPoolsByIds

GetAgentPoolsByIds mocks base method

func (*MockTaskagentClient) GetAgentQueue

GetAgentQueue mocks base method

func (*MockTaskagentClient) GetAgentQueues

GetAgentQueues mocks base method

func (*MockTaskagentClient) GetAgentQueuesByIds

GetAgentQueuesByIds mocks base method

func (*MockTaskagentClient) GetAgentQueuesByNames

GetAgentQueuesByNames mocks base method

func (*MockTaskagentClient) GetAgentQueuesForPools

GetAgentQueuesForPools mocks base method

func (*MockTaskagentClient) GetAgents

GetAgents mocks base method

func (*MockTaskagentClient) GetDeploymentGroup

GetDeploymentGroup mocks base method

func (*MockTaskagentClient) GetDeploymentGroups

GetDeploymentGroups mocks base method

func (*MockTaskagentClient) GetDeploymentTarget

GetDeploymentTarget mocks base method

func (*MockTaskagentClient) GetDeploymentTargets

GetDeploymentTargets mocks base method

func (*MockTaskagentClient) GetEnvironmentById

GetEnvironmentById mocks base method

func (*MockTaskagentClient) GetEnvironmentDeploymentExecutionRecords

GetEnvironmentDeploymentExecutionRecords mocks base method

func (*MockTaskagentClient) GetEnvironments

GetEnvironments mocks base method

func (*MockTaskagentClient) GetKubernetesResource

GetKubernetesResource mocks base method

func (*MockTaskagentClient) GetTaskGroups

GetTaskGroups mocks base method

func (*MockTaskagentClient) GetVariableGroup

GetVariableGroup mocks base method

func (*MockTaskagentClient) GetVariableGroups

GetVariableGroups mocks base method

func (*MockTaskagentClient) GetVariableGroupsById

GetVariableGroupsById mocks base method

func (*MockTaskagentClient) GetYamlSchema

func (m *MockTaskagentClient) GetYamlSchema(arg0 context.Context, arg1 taskagent.GetYamlSchemaArgs) (interface{}, error)

GetYamlSchema mocks base method

func (*MockTaskagentClient) ReplaceAgent

ReplaceAgent mocks base method

func (*MockTaskagentClient) ShareVariableGroup

func (m *MockTaskagentClient) ShareVariableGroup(arg0 context.Context, arg1 taskagent.ShareVariableGroupArgs) error

ShareVariableGroup mocks base method

func (*MockTaskagentClient) UpdateAgent

UpdateAgent mocks base method

func (*MockTaskagentClient) UpdateAgentCloud

UpdateAgentCloud mocks base method

func (*MockTaskagentClient) UpdateAgentPool

UpdateAgentPool mocks base method

func (*MockTaskagentClient) UpdateDeploymentGroup

UpdateDeploymentGroup mocks base method

func (*MockTaskagentClient) UpdateDeploymentTargets

UpdateDeploymentTargets mocks base method

func (*MockTaskagentClient) UpdateEnvironment

UpdateEnvironment mocks base method

func (*MockTaskagentClient) UpdateTaskGroup

UpdateTaskGroup mocks base method

func (*MockTaskagentClient) UpdateVariableGroup

UpdateVariableGroup mocks base method

type MockTaskagentClientMockRecorder

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

MockTaskagentClientMockRecorder is the mock recorder for MockTaskagentClient

func (*MockTaskagentClientMockRecorder) AddAgent

func (mr *MockTaskagentClientMockRecorder) AddAgent(arg0, arg1 interface{}) *gomock.Call

AddAgent indicates an expected call of AddAgent

func (*MockTaskagentClientMockRecorder) AddAgentCloud

func (mr *MockTaskagentClientMockRecorder) AddAgentCloud(arg0, arg1 interface{}) *gomock.Call

AddAgentCloud indicates an expected call of AddAgentCloud

func (*MockTaskagentClientMockRecorder) AddAgentPool

func (mr *MockTaskagentClientMockRecorder) AddAgentPool(arg0, arg1 interface{}) *gomock.Call

AddAgentPool indicates an expected call of AddAgentPool

func (*MockTaskagentClientMockRecorder) AddAgentQueue

func (mr *MockTaskagentClientMockRecorder) AddAgentQueue(arg0, arg1 interface{}) *gomock.Call

AddAgentQueue indicates an expected call of AddAgentQueue

func (*MockTaskagentClientMockRecorder) AddDeploymentGroup

func (mr *MockTaskagentClientMockRecorder) AddDeploymentGroup(arg0, arg1 interface{}) *gomock.Call

AddDeploymentGroup indicates an expected call of AddDeploymentGroup

func (*MockTaskagentClientMockRecorder) AddEnvironment

func (mr *MockTaskagentClientMockRecorder) AddEnvironment(arg0, arg1 interface{}) *gomock.Call

AddEnvironment indicates an expected call of AddEnvironment

func (*MockTaskagentClientMockRecorder) AddKubernetesResourcExistingEndpoint

func (mr *MockTaskagentClientMockRecorder) AddKubernetesResourcExistingEndpoint(arg0, arg1 interface{}) *gomock.Call

AddKubernetesResourcExistingEndpoint indicates an expected call of AddKubernetesResourcExistingEndpoint

func (*MockTaskagentClientMockRecorder) AddKubernetesResourceNewEndpoint

func (mr *MockTaskagentClientMockRecorder) AddKubernetesResourceNewEndpoint(arg0, arg1 interface{}) *gomock.Call

AddKubernetesResourceNewEndpoint indicates an expected call of AddKubernetesResourceNewEndpoint

func (*MockTaskagentClientMockRecorder) AddTaskGroup

func (mr *MockTaskagentClientMockRecorder) AddTaskGroup(arg0, arg1 interface{}) *gomock.Call

AddTaskGroup indicates an expected call of AddTaskGroup

func (*MockTaskagentClientMockRecorder) AddVariableGroup

func (mr *MockTaskagentClientMockRecorder) AddVariableGroup(arg0, arg1 interface{}) *gomock.Call

AddVariableGroup indicates an expected call of AddVariableGroup

func (*MockTaskagentClientMockRecorder) DeleteAgent

func (mr *MockTaskagentClientMockRecorder) DeleteAgent(arg0, arg1 interface{}) *gomock.Call

DeleteAgent indicates an expected call of DeleteAgent

func (*MockTaskagentClientMockRecorder) DeleteAgentCloud

func (mr *MockTaskagentClientMockRecorder) DeleteAgentCloud(arg0, arg1 interface{}) *gomock.Call

DeleteAgentCloud indicates an expected call of DeleteAgentCloud

func (*MockTaskagentClientMockRecorder) DeleteAgentPool

func (mr *MockTaskagentClientMockRecorder) DeleteAgentPool(arg0, arg1 interface{}) *gomock.Call

DeleteAgentPool indicates an expected call of DeleteAgentPool

func (*MockTaskagentClientMockRecorder) DeleteAgentQueue

func (mr *MockTaskagentClientMockRecorder) DeleteAgentQueue(arg0, arg1 interface{}) *gomock.Call

DeleteAgentQueue indicates an expected call of DeleteAgentQueue

func (*MockTaskagentClientMockRecorder) DeleteDeploymentGroup

func (mr *MockTaskagentClientMockRecorder) DeleteDeploymentGroup(arg0, arg1 interface{}) *gomock.Call

DeleteDeploymentGroup indicates an expected call of DeleteDeploymentGroup

func (*MockTaskagentClientMockRecorder) DeleteDeploymentTarget

func (mr *MockTaskagentClientMockRecorder) DeleteDeploymentTarget(arg0, arg1 interface{}) *gomock.Call

DeleteDeploymentTarget indicates an expected call of DeleteDeploymentTarget

func (*MockTaskagentClientMockRecorder) DeleteEnvironment

func (mr *MockTaskagentClientMockRecorder) DeleteEnvironment(arg0, arg1 interface{}) *gomock.Call

DeleteEnvironment indicates an expected call of DeleteEnvironment

func (*MockTaskagentClientMockRecorder) DeleteKubernetesResource

func (mr *MockTaskagentClientMockRecorder) DeleteKubernetesResource(arg0, arg1 interface{}) *gomock.Call

DeleteKubernetesResource indicates an expected call of DeleteKubernetesResource

func (*MockTaskagentClientMockRecorder) DeleteTaskGroup

func (mr *MockTaskagentClientMockRecorder) DeleteTaskGroup(arg0, arg1 interface{}) *gomock.Call

DeleteTaskGroup indicates an expected call of DeleteTaskGroup

func (*MockTaskagentClientMockRecorder) DeleteVariableGroup

func (mr *MockTaskagentClientMockRecorder) DeleteVariableGroup(arg0, arg1 interface{}) *gomock.Call

DeleteVariableGroup indicates an expected call of DeleteVariableGroup

func (*MockTaskagentClientMockRecorder) GetAgent

func (mr *MockTaskagentClientMockRecorder) GetAgent(arg0, arg1 interface{}) *gomock.Call

GetAgent indicates an expected call of GetAgent

func (*MockTaskagentClientMockRecorder) GetAgentCloud

func (mr *MockTaskagentClientMockRecorder) GetAgentCloud(arg0, arg1 interface{}) *gomock.Call

GetAgentCloud indicates an expected call of GetAgentCloud

func (*MockTaskagentClientMockRecorder) GetAgentCloudRequests

func (mr *MockTaskagentClientMockRecorder) GetAgentCloudRequests(arg0, arg1 interface{}) *gomock.Call

GetAgentCloudRequests indicates an expected call of GetAgentCloudRequests

func (*MockTaskagentClientMockRecorder) GetAgentCloudTypes

func (mr *MockTaskagentClientMockRecorder) GetAgentCloudTypes(arg0, arg1 interface{}) *gomock.Call

GetAgentCloudTypes indicates an expected call of GetAgentCloudTypes

func (*MockTaskagentClientMockRecorder) GetAgentClouds

func (mr *MockTaskagentClientMockRecorder) GetAgentClouds(arg0, arg1 interface{}) *gomock.Call

GetAgentClouds indicates an expected call of GetAgentClouds

func (*MockTaskagentClientMockRecorder) GetAgentPool

func (mr *MockTaskagentClientMockRecorder) GetAgentPool(arg0, arg1 interface{}) *gomock.Call

GetAgentPool indicates an expected call of GetAgentPool

func (*MockTaskagentClientMockRecorder) GetAgentPools

func (mr *MockTaskagentClientMockRecorder) GetAgentPools(arg0, arg1 interface{}) *gomock.Call

GetAgentPools indicates an expected call of GetAgentPools

func (*MockTaskagentClientMockRecorder) GetAgentPoolsByIds

func (mr *MockTaskagentClientMockRecorder) GetAgentPoolsByIds(arg0, arg1 interface{}) *gomock.Call

GetAgentPoolsByIds indicates an expected call of GetAgentPoolsByIds

func (*MockTaskagentClientMockRecorder) GetAgentQueue

func (mr *MockTaskagentClientMockRecorder) GetAgentQueue(arg0, arg1 interface{}) *gomock.Call

GetAgentQueue indicates an expected call of GetAgentQueue

func (*MockTaskagentClientMockRecorder) GetAgentQueues

func (mr *MockTaskagentClientMockRecorder) GetAgentQueues(arg0, arg1 interface{}) *gomock.Call

GetAgentQueues indicates an expected call of GetAgentQueues

func (*MockTaskagentClientMockRecorder) GetAgentQueuesByIds

func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesByIds(arg0, arg1 interface{}) *gomock.Call

GetAgentQueuesByIds indicates an expected call of GetAgentQueuesByIds

func (*MockTaskagentClientMockRecorder) GetAgentQueuesByNames

func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesByNames(arg0, arg1 interface{}) *gomock.Call

GetAgentQueuesByNames indicates an expected call of GetAgentQueuesByNames

func (*MockTaskagentClientMockRecorder) GetAgentQueuesForPools

func (mr *MockTaskagentClientMockRecorder) GetAgentQueuesForPools(arg0, arg1 interface{}) *gomock.Call

GetAgentQueuesForPools indicates an expected call of GetAgentQueuesForPools

func (*MockTaskagentClientMockRecorder) GetAgents

func (mr *MockTaskagentClientMockRecorder) GetAgents(arg0, arg1 interface{}) *gomock.Call

GetAgents indicates an expected call of GetAgents

func (*MockTaskagentClientMockRecorder) GetDeploymentGroup

func (mr *MockTaskagentClientMockRecorder) GetDeploymentGroup(arg0, arg1 interface{}) *gomock.Call

GetDeploymentGroup indicates an expected call of GetDeploymentGroup

func (*MockTaskagentClientMockRecorder) GetDeploymentGroups

func (mr *MockTaskagentClientMockRecorder) GetDeploymentGroups(arg0, arg1 interface{}) *gomock.Call

GetDeploymentGroups indicates an expected call of GetDeploymentGroups

func (*MockTaskagentClientMockRecorder) GetDeploymentTarget

func (mr *MockTaskagentClientMockRecorder) GetDeploymentTarget(arg0, arg1 interface{}) *gomock.Call

GetDeploymentTarget indicates an expected call of GetDeploymentTarget

func (*MockTaskagentClientMockRecorder) GetDeploymentTargets

func (mr *MockTaskagentClientMockRecorder) GetDeploymentTargets(arg0, arg1 interface{}) *gomock.Call

GetDeploymentTargets indicates an expected call of GetDeploymentTargets

func (*MockTaskagentClientMockRecorder) GetEnvironmentById

func (mr *MockTaskagentClientMockRecorder) GetEnvironmentById(arg0, arg1 interface{}) *gomock.Call

GetEnvironmentById indicates an expected call of GetEnvironmentById

func (*MockTaskagentClientMockRecorder) GetEnvironmentDeploymentExecutionRecords

func (mr *MockTaskagentClientMockRecorder) GetEnvironmentDeploymentExecutionRecords(arg0, arg1 interface{}) *gomock.Call

GetEnvironmentDeploymentExecutionRecords indicates an expected call of GetEnvironmentDeploymentExecutionRecords

func (*MockTaskagentClientMockRecorder) GetEnvironments

func (mr *MockTaskagentClientMockRecorder) GetEnvironments(arg0, arg1 interface{}) *gomock.Call

GetEnvironments indicates an expected call of GetEnvironments

func (*MockTaskagentClientMockRecorder) GetKubernetesResource

func (mr *MockTaskagentClientMockRecorder) GetKubernetesResource(arg0, arg1 interface{}) *gomock.Call

GetKubernetesResource indicates an expected call of GetKubernetesResource

func (*MockTaskagentClientMockRecorder) GetTaskGroups

func (mr *MockTaskagentClientMockRecorder) GetTaskGroups(arg0, arg1 interface{}) *gomock.Call

GetTaskGroups indicates an expected call of GetTaskGroups

func (*MockTaskagentClientMockRecorder) GetVariableGroup

func (mr *MockTaskagentClientMockRecorder) GetVariableGroup(arg0, arg1 interface{}) *gomock.Call

GetVariableGroup indicates an expected call of GetVariableGroup

func (*MockTaskagentClientMockRecorder) GetVariableGroups

func (mr *MockTaskagentClientMockRecorder) GetVariableGroups(arg0, arg1 interface{}) *gomock.Call

GetVariableGroups indicates an expected call of GetVariableGroups

func (*MockTaskagentClientMockRecorder) GetVariableGroupsById

func (mr *MockTaskagentClientMockRecorder) GetVariableGroupsById(arg0, arg1 interface{}) *gomock.Call

GetVariableGroupsById indicates an expected call of GetVariableGroupsById

func (*MockTaskagentClientMockRecorder) GetYamlSchema

func (mr *MockTaskagentClientMockRecorder) GetYamlSchema(arg0, arg1 interface{}) *gomock.Call

GetYamlSchema indicates an expected call of GetYamlSchema

func (*MockTaskagentClientMockRecorder) ReplaceAgent

func (mr *MockTaskagentClientMockRecorder) ReplaceAgent(arg0, arg1 interface{}) *gomock.Call

ReplaceAgent indicates an expected call of ReplaceAgent

func (*MockTaskagentClientMockRecorder) ShareVariableGroup

func (mr *MockTaskagentClientMockRecorder) ShareVariableGroup(arg0, arg1 interface{}) *gomock.Call

ShareVariableGroup indicates an expected call of ShareVariableGroup

func (*MockTaskagentClientMockRecorder) UpdateAgent

func (mr *MockTaskagentClientMockRecorder) UpdateAgent(arg0, arg1 interface{}) *gomock.Call

UpdateAgent indicates an expected call of UpdateAgent

func (*MockTaskagentClientMockRecorder) UpdateAgentCloud

func (mr *MockTaskagentClientMockRecorder) UpdateAgentCloud(arg0, arg1 interface{}) *gomock.Call

UpdateAgentCloud indicates an expected call of UpdateAgentCloud

func (*MockTaskagentClientMockRecorder) UpdateAgentPool

func (mr *MockTaskagentClientMockRecorder) UpdateAgentPool(arg0, arg1 interface{}) *gomock.Call

UpdateAgentPool indicates an expected call of UpdateAgentPool

func (*MockTaskagentClientMockRecorder) UpdateDeploymentGroup

func (mr *MockTaskagentClientMockRecorder) UpdateDeploymentGroup(arg0, arg1 interface{}) *gomock.Call

UpdateDeploymentGroup indicates an expected call of UpdateDeploymentGroup

func (*MockTaskagentClientMockRecorder) UpdateDeploymentTargets

func (mr *MockTaskagentClientMockRecorder) UpdateDeploymentTargets(arg0, arg1 interface{}) *gomock.Call

UpdateDeploymentTargets indicates an expected call of UpdateDeploymentTargets

func (*MockTaskagentClientMockRecorder) UpdateEnvironment

func (mr *MockTaskagentClientMockRecorder) UpdateEnvironment(arg0, arg1 interface{}) *gomock.Call

UpdateEnvironment indicates an expected call of UpdateEnvironment

func (*MockTaskagentClientMockRecorder) UpdateTaskGroup

func (mr *MockTaskagentClientMockRecorder) UpdateTaskGroup(arg0, arg1 interface{}) *gomock.Call

UpdateTaskGroup indicates an expected call of UpdateTaskGroup

func (*MockTaskagentClientMockRecorder) UpdateVariableGroup

func (mr *MockTaskagentClientMockRecorder) UpdateVariableGroup(arg0, arg1 interface{}) *gomock.Call

UpdateVariableGroup indicates an expected call of UpdateVariableGroup

type MockTestClient

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

MockTestClient is a mock of Client interface

func NewMockTestClient

func NewMockTestClient(ctrl *gomock.Controller) *MockTestClient

NewMockTestClient creates a new mock instance

func (*MockTestClient) AddTestCasesToSuite

func (m *MockTestClient) AddTestCasesToSuite(arg0 context.Context, arg1 test.AddTestCasesToSuiteArgs) (*[]test.SuiteTestCase, error)

AddTestCasesToSuite mocks base method

func (*MockTestClient) AddTestResultsToTestRun

func (m *MockTestClient) AddTestResultsToTestRun(arg0 context.Context, arg1 test.AddTestResultsToTestRunArgs) (*[]test.TestCaseResult, error)

AddTestResultsToTestRun mocks base method

func (*MockTestClient) CreateTestResultAttachment

CreateTestResultAttachment mocks base method

func (*MockTestClient) CreateTestRun

func (m *MockTestClient) CreateTestRun(arg0 context.Context, arg1 test.CreateTestRunArgs) (*test.TestRun, error)

CreateTestRun mocks base method

func (*MockTestClient) CreateTestRunAttachment

CreateTestRunAttachment mocks base method

func (*MockTestClient) CreateTestSession

func (m *MockTestClient) CreateTestSession(arg0 context.Context, arg1 test.CreateTestSessionArgs) (*test.TestSession, error)

CreateTestSession mocks base method

func (*MockTestClient) CreateTestSubResultAttachment

func (m *MockTestClient) CreateTestSubResultAttachment(arg0 context.Context, arg1 test.CreateTestSubResultAttachmentArgs) (*test.TestAttachmentReference, error)

CreateTestSubResultAttachment mocks base method

func (*MockTestClient) DeleteTestCase

func (m *MockTestClient) DeleteTestCase(arg0 context.Context, arg1 test.DeleteTestCaseArgs) error

DeleteTestCase mocks base method

func (*MockTestClient) DeleteTestRun

func (m *MockTestClient) DeleteTestRun(arg0 context.Context, arg1 test.DeleteTestRunArgs) error

DeleteTestRun mocks base method

func (*MockTestClient) EXPECT

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

func (*MockTestClient) GetBuildCodeCoverage

func (m *MockTestClient) GetBuildCodeCoverage(arg0 context.Context, arg1 test.GetBuildCodeCoverageArgs) (*[]test.BuildCoverage, error)

GetBuildCodeCoverage mocks base method

func (*MockTestClient) GetPoint

func (m *MockTestClient) GetPoint(arg0 context.Context, arg1 test.GetPointArgs) (*test.TestPoint, error)

GetPoint mocks base method

func (*MockTestClient) GetPoints

func (m *MockTestClient) GetPoints(arg0 context.Context, arg1 test.GetPointsArgs) (*[]test.TestPoint, error)

GetPoints mocks base method

func (*MockTestClient) GetPointsByQuery

func (m *MockTestClient) GetPointsByQuery(arg0 context.Context, arg1 test.GetPointsByQueryArgs) (*test.TestPointsQuery, error)

GetPointsByQuery mocks base method

func (*MockTestClient) GetResultRetentionSettings

GetResultRetentionSettings mocks base method

func (*MockTestClient) GetTestCaseById

func (m *MockTestClient) GetTestCaseById(arg0 context.Context, arg1 test.GetTestCaseByIdArgs) (*test.SuiteTestCase, error)

GetTestCaseById mocks base method

func (*MockTestClient) GetTestCases

func (m *MockTestClient) GetTestCases(arg0 context.Context, arg1 test.GetTestCasesArgs) (*[]test.SuiteTestCase, error)

GetTestCases mocks base method

func (*MockTestClient) GetTestIteration

GetTestIteration mocks base method

func (*MockTestClient) GetTestIterations

GetTestIterations mocks base method

func (*MockTestClient) GetTestResultAttachmentContent

func (m *MockTestClient) GetTestResultAttachmentContent(arg0 context.Context, arg1 test.GetTestResultAttachmentContentArgs) (io.ReadCloser, error)

GetTestResultAttachmentContent mocks base method

func (*MockTestClient) GetTestResultAttachmentZip

func (m *MockTestClient) GetTestResultAttachmentZip(arg0 context.Context, arg1 test.GetTestResultAttachmentZipArgs) (io.ReadCloser, error)

GetTestResultAttachmentZip mocks base method

func (*MockTestClient) GetTestResultAttachments

func (m *MockTestClient) GetTestResultAttachments(arg0 context.Context, arg1 test.GetTestResultAttachmentsArgs) (*[]test.TestAttachment, error)

GetTestResultAttachments mocks base method

func (*MockTestClient) GetTestResultById

func (m *MockTestClient) GetTestResultById(arg0 context.Context, arg1 test.GetTestResultByIdArgs) (*test.TestCaseResult, error)

GetTestResultById mocks base method

func (*MockTestClient) GetTestResults

func (m *MockTestClient) GetTestResults(arg0 context.Context, arg1 test.GetTestResultsArgs) (*[]test.TestCaseResult, error)

GetTestResults mocks base method

func (*MockTestClient) GetTestRunAttachmentContent

func (m *MockTestClient) GetTestRunAttachmentContent(arg0 context.Context, arg1 test.GetTestRunAttachmentContentArgs) (io.ReadCloser, error)

GetTestRunAttachmentContent mocks base method

func (*MockTestClient) GetTestRunAttachmentZip

func (m *MockTestClient) GetTestRunAttachmentZip(arg0 context.Context, arg1 test.GetTestRunAttachmentZipArgs) (io.ReadCloser, error)

GetTestRunAttachmentZip mocks base method

func (*MockTestClient) GetTestRunAttachments

func (m *MockTestClient) GetTestRunAttachments(arg0 context.Context, arg1 test.GetTestRunAttachmentsArgs) (*[]test.TestAttachment, error)

GetTestRunAttachments mocks base method

func (*MockTestClient) GetTestRunById

func (m *MockTestClient) GetTestRunById(arg0 context.Context, arg1 test.GetTestRunByIdArgs) (*test.TestRun, error)

GetTestRunById mocks base method

func (*MockTestClient) GetTestRunCodeCoverage

func (m *MockTestClient) GetTestRunCodeCoverage(arg0 context.Context, arg1 test.GetTestRunCodeCoverageArgs) (*[]test.TestRunCoverage, error)

GetTestRunCodeCoverage mocks base method

func (*MockTestClient) GetTestRunStatistics

func (m *MockTestClient) GetTestRunStatistics(arg0 context.Context, arg1 test.GetTestRunStatisticsArgs) (*test.TestRunStatistic, error)

GetTestRunStatistics mocks base method

func (*MockTestClient) GetTestRuns

func (m *MockTestClient) GetTestRuns(arg0 context.Context, arg1 test.GetTestRunsArgs) (*[]test.TestRun, error)

GetTestRuns mocks base method

func (*MockTestClient) GetTestSessions

func (m *MockTestClient) GetTestSessions(arg0 context.Context, arg1 test.GetTestSessionsArgs) (*[]test.TestSession, error)

GetTestSessions mocks base method

func (*MockTestClient) GetTestSubResultAttachmentContent

func (m *MockTestClient) GetTestSubResultAttachmentContent(arg0 context.Context, arg1 test.GetTestSubResultAttachmentContentArgs) (io.ReadCloser, error)

GetTestSubResultAttachmentContent mocks base method

func (*MockTestClient) GetTestSubResultAttachmentZip

func (m *MockTestClient) GetTestSubResultAttachmentZip(arg0 context.Context, arg1 test.GetTestSubResultAttachmentZipArgs) (io.ReadCloser, error)

GetTestSubResultAttachmentZip mocks base method

func (*MockTestClient) GetTestSubResultAttachments

func (m *MockTestClient) GetTestSubResultAttachments(arg0 context.Context, arg1 test.GetTestSubResultAttachmentsArgs) (*[]test.TestAttachment, error)

GetTestSubResultAttachments mocks base method

func (*MockTestClient) QueryTestHistory

func (m *MockTestClient) QueryTestHistory(arg0 context.Context, arg1 test.QueryTestHistoryArgs) (*test.TestHistoryQuery, error)

QueryTestHistory mocks base method

func (*MockTestClient) QueryTestRuns

QueryTestRuns mocks base method

func (*MockTestClient) RemoveTestCasesFromSuiteUrl

func (m *MockTestClient) RemoveTestCasesFromSuiteUrl(arg0 context.Context, arg1 test.RemoveTestCasesFromSuiteUrlArgs) error

RemoveTestCasesFromSuiteUrl mocks base method

func (*MockTestClient) UpdateResultRetentionSettings

func (m *MockTestClient) UpdateResultRetentionSettings(arg0 context.Context, arg1 test.UpdateResultRetentionSettingsArgs) (*test.ResultRetentionSettings, error)

UpdateResultRetentionSettings mocks base method

func (*MockTestClient) UpdateSuiteTestCases

func (m *MockTestClient) UpdateSuiteTestCases(arg0 context.Context, arg1 test.UpdateSuiteTestCasesArgs) (*[]test.SuiteTestCase, error)

UpdateSuiteTestCases mocks base method

func (*MockTestClient) UpdateTestPoints

func (m *MockTestClient) UpdateTestPoints(arg0 context.Context, arg1 test.UpdateTestPointsArgs) (*[]test.TestPoint, error)

UpdateTestPoints mocks base method

func (*MockTestClient) UpdateTestResults

func (m *MockTestClient) UpdateTestResults(arg0 context.Context, arg1 test.UpdateTestResultsArgs) (*[]test.TestCaseResult, error)

UpdateTestResults mocks base method

func (*MockTestClient) UpdateTestRun

func (m *MockTestClient) UpdateTestRun(arg0 context.Context, arg1 test.UpdateTestRunArgs) (*test.TestRun, error)

UpdateTestRun mocks base method

func (*MockTestClient) UpdateTestSession

func (m *MockTestClient) UpdateTestSession(arg0 context.Context, arg1 test.UpdateTestSessionArgs) (*test.TestSession, error)

UpdateTestSession mocks base method

type MockTestClientMockRecorder

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

MockTestClientMockRecorder is the mock recorder for MockTestClient

func (*MockTestClientMockRecorder) AddTestCasesToSuite

func (mr *MockTestClientMockRecorder) AddTestCasesToSuite(arg0, arg1 interface{}) *gomock.Call

AddTestCasesToSuite indicates an expected call of AddTestCasesToSuite

func (*MockTestClientMockRecorder) AddTestResultsToTestRun

func (mr *MockTestClientMockRecorder) AddTestResultsToTestRun(arg0, arg1 interface{}) *gomock.Call

AddTestResultsToTestRun indicates an expected call of AddTestResultsToTestRun

func (*MockTestClientMockRecorder) CreateTestResultAttachment

func (mr *MockTestClientMockRecorder) CreateTestResultAttachment(arg0, arg1 interface{}) *gomock.Call

CreateTestResultAttachment indicates an expected call of CreateTestResultAttachment

func (*MockTestClientMockRecorder) CreateTestRun

func (mr *MockTestClientMockRecorder) CreateTestRun(arg0, arg1 interface{}) *gomock.Call

CreateTestRun indicates an expected call of CreateTestRun

func (*MockTestClientMockRecorder) CreateTestRunAttachment

func (mr *MockTestClientMockRecorder) CreateTestRunAttachment(arg0, arg1 interface{}) *gomock.Call

CreateTestRunAttachment indicates an expected call of CreateTestRunAttachment

func (*MockTestClientMockRecorder) CreateTestSession

func (mr *MockTestClientMockRecorder) CreateTestSession(arg0, arg1 interface{}) *gomock.Call

CreateTestSession indicates an expected call of CreateTestSession

func (*MockTestClientMockRecorder) CreateTestSubResultAttachment

func (mr *MockTestClientMockRecorder) CreateTestSubResultAttachment(arg0, arg1 interface{}) *gomock.Call

CreateTestSubResultAttachment indicates an expected call of CreateTestSubResultAttachment

func (*MockTestClientMockRecorder) DeleteTestCase

func (mr *MockTestClientMockRecorder) DeleteTestCase(arg0, arg1 interface{}) *gomock.Call

DeleteTestCase indicates an expected call of DeleteTestCase

func (*MockTestClientMockRecorder) DeleteTestRun

func (mr *MockTestClientMockRecorder) DeleteTestRun(arg0, arg1 interface{}) *gomock.Call

DeleteTestRun indicates an expected call of DeleteTestRun

func (*MockTestClientMockRecorder) GetBuildCodeCoverage

func (mr *MockTestClientMockRecorder) GetBuildCodeCoverage(arg0, arg1 interface{}) *gomock.Call

GetBuildCodeCoverage indicates an expected call of GetBuildCodeCoverage

func (*MockTestClientMockRecorder) GetPoint

func (mr *MockTestClientMockRecorder) GetPoint(arg0, arg1 interface{}) *gomock.Call

GetPoint indicates an expected call of GetPoint

func (*MockTestClientMockRecorder) GetPoints

func (mr *MockTestClientMockRecorder) GetPoints(arg0, arg1 interface{}) *gomock.Call

GetPoints indicates an expected call of GetPoints

func (*MockTestClientMockRecorder) GetPointsByQuery

func (mr *MockTestClientMockRecorder) GetPointsByQuery(arg0, arg1 interface{}) *gomock.Call

GetPointsByQuery indicates an expected call of GetPointsByQuery

func (*MockTestClientMockRecorder) GetResultRetentionSettings

func (mr *MockTestClientMockRecorder) GetResultRetentionSettings(arg0, arg1 interface{}) *gomock.Call

GetResultRetentionSettings indicates an expected call of GetResultRetentionSettings

func (*MockTestClientMockRecorder) GetTestCaseById

func (mr *MockTestClientMockRecorder) GetTestCaseById(arg0, arg1 interface{}) *gomock.Call

GetTestCaseById indicates an expected call of GetTestCaseById

func (*MockTestClientMockRecorder) GetTestCases

func (mr *MockTestClientMockRecorder) GetTestCases(arg0, arg1 interface{}) *gomock.Call

GetTestCases indicates an expected call of GetTestCases

func (*MockTestClientMockRecorder) GetTestIteration

func (mr *MockTestClientMockRecorder) GetTestIteration(arg0, arg1 interface{}) *gomock.Call

GetTestIteration indicates an expected call of GetTestIteration

func (*MockTestClientMockRecorder) GetTestIterations

func (mr *MockTestClientMockRecorder) GetTestIterations(arg0, arg1 interface{}) *gomock.Call

GetTestIterations indicates an expected call of GetTestIterations

func (*MockTestClientMockRecorder) GetTestResultAttachmentContent

func (mr *MockTestClientMockRecorder) GetTestResultAttachmentContent(arg0, arg1 interface{}) *gomock.Call

GetTestResultAttachmentContent indicates an expected call of GetTestResultAttachmentContent

func (*MockTestClientMockRecorder) GetTestResultAttachmentZip

func (mr *MockTestClientMockRecorder) GetTestResultAttachmentZip(arg0, arg1 interface{}) *gomock.Call

GetTestResultAttachmentZip indicates an expected call of GetTestResultAttachmentZip

func (*MockTestClientMockRecorder) GetTestResultAttachments

func (mr *MockTestClientMockRecorder) GetTestResultAttachments(arg0, arg1 interface{}) *gomock.Call

GetTestResultAttachments indicates an expected call of GetTestResultAttachments

func (*MockTestClientMockRecorder) GetTestResultById

func (mr *MockTestClientMockRecorder) GetTestResultById(arg0, arg1 interface{}) *gomock.Call

GetTestResultById indicates an expected call of GetTestResultById

func (*MockTestClientMockRecorder) GetTestResults

func (mr *MockTestClientMockRecorder) GetTestResults(arg0, arg1 interface{}) *gomock.Call

GetTestResults indicates an expected call of GetTestResults

func (*MockTestClientMockRecorder) GetTestRunAttachmentContent

func (mr *MockTestClientMockRecorder) GetTestRunAttachmentContent(arg0, arg1 interface{}) *gomock.Call

GetTestRunAttachmentContent indicates an expected call of GetTestRunAttachmentContent

func (*MockTestClientMockRecorder) GetTestRunAttachmentZip

func (mr *MockTestClientMockRecorder) GetTestRunAttachmentZip(arg0, arg1 interface{}) *gomock.Call

GetTestRunAttachmentZip indicates an expected call of GetTestRunAttachmentZip

func (*MockTestClientMockRecorder) GetTestRunAttachments

func (mr *MockTestClientMockRecorder) GetTestRunAttachments(arg0, arg1 interface{}) *gomock.Call

GetTestRunAttachments indicates an expected call of GetTestRunAttachments

func (*MockTestClientMockRecorder) GetTestRunById

func (mr *MockTestClientMockRecorder) GetTestRunById(arg0, arg1 interface{}) *gomock.Call

GetTestRunById indicates an expected call of GetTestRunById

func (*MockTestClientMockRecorder) GetTestRunCodeCoverage

func (mr *MockTestClientMockRecorder) GetTestRunCodeCoverage(arg0, arg1 interface{}) *gomock.Call

GetTestRunCodeCoverage indicates an expected call of GetTestRunCodeCoverage

func (*MockTestClientMockRecorder) GetTestRunStatistics

func (mr *MockTestClientMockRecorder) GetTestRunStatistics(arg0, arg1 interface{}) *gomock.Call

GetTestRunStatistics indicates an expected call of GetTestRunStatistics

func (*MockTestClientMockRecorder) GetTestRuns

func (mr *MockTestClientMockRecorder) GetTestRuns(arg0, arg1 interface{}) *gomock.Call

GetTestRuns indicates an expected call of GetTestRuns

func (*MockTestClientMockRecorder) GetTestSessions

func (mr *MockTestClientMockRecorder) GetTestSessions(arg0, arg1 interface{}) *gomock.Call

GetTestSessions indicates an expected call of GetTestSessions

func (*MockTestClientMockRecorder) GetTestSubResultAttachmentContent

func (mr *MockTestClientMockRecorder) GetTestSubResultAttachmentContent(arg0, arg1 interface{}) *gomock.Call

GetTestSubResultAttachmentContent indicates an expected call of GetTestSubResultAttachmentContent

func (*MockTestClientMockRecorder) GetTestSubResultAttachmentZip

func (mr *MockTestClientMockRecorder) GetTestSubResultAttachmentZip(arg0, arg1 interface{}) *gomock.Call

GetTestSubResultAttachmentZip indicates an expected call of GetTestSubResultAttachmentZip

func (*MockTestClientMockRecorder) GetTestSubResultAttachments

func (mr *MockTestClientMockRecorder) GetTestSubResultAttachments(arg0, arg1 interface{}) *gomock.Call

GetTestSubResultAttachments indicates an expected call of GetTestSubResultAttachments

func (*MockTestClientMockRecorder) QueryTestHistory

func (mr *MockTestClientMockRecorder) QueryTestHistory(arg0, arg1 interface{}) *gomock.Call

QueryTestHistory indicates an expected call of QueryTestHistory

func (*MockTestClientMockRecorder) QueryTestRuns

func (mr *MockTestClientMockRecorder) QueryTestRuns(arg0, arg1 interface{}) *gomock.Call

QueryTestRuns indicates an expected call of QueryTestRuns

func (*MockTestClientMockRecorder) RemoveTestCasesFromSuiteUrl

func (mr *MockTestClientMockRecorder) RemoveTestCasesFromSuiteUrl(arg0, arg1 interface{}) *gomock.Call

RemoveTestCasesFromSuiteUrl indicates an expected call of RemoveTestCasesFromSuiteUrl

func (*MockTestClientMockRecorder) UpdateResultRetentionSettings

func (mr *MockTestClientMockRecorder) UpdateResultRetentionSettings(arg0, arg1 interface{}) *gomock.Call

UpdateResultRetentionSettings indicates an expected call of UpdateResultRetentionSettings

func (*MockTestClientMockRecorder) UpdateSuiteTestCases

func (mr *MockTestClientMockRecorder) UpdateSuiteTestCases(arg0, arg1 interface{}) *gomock.Call

UpdateSuiteTestCases indicates an expected call of UpdateSuiteTestCases

func (*MockTestClientMockRecorder) UpdateTestPoints

func (mr *MockTestClientMockRecorder) UpdateTestPoints(arg0, arg1 interface{}) *gomock.Call

UpdateTestPoints indicates an expected call of UpdateTestPoints

func (*MockTestClientMockRecorder) UpdateTestResults

func (mr *MockTestClientMockRecorder) UpdateTestResults(arg0, arg1 interface{}) *gomock.Call

UpdateTestResults indicates an expected call of UpdateTestResults

func (*MockTestClientMockRecorder) UpdateTestRun

func (mr *MockTestClientMockRecorder) UpdateTestRun(arg0, arg1 interface{}) *gomock.Call

UpdateTestRun indicates an expected call of UpdateTestRun

func (*MockTestClientMockRecorder) UpdateTestSession

func (mr *MockTestClientMockRecorder) UpdateTestSession(arg0, arg1 interface{}) *gomock.Call

UpdateTestSession indicates an expected call of UpdateTestSession

type MockWorkitemtrackingClient

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

MockWorkitemtrackingClient is a mock of Client interface

func NewMockWorkitemtrackingClient

func NewMockWorkitemtrackingClient(ctrl *gomock.Controller) *MockWorkitemtrackingClient

NewMockWorkitemtrackingClient creates a new mock instance

func (*MockWorkitemtrackingClient) AddComment

AddComment mocks base method

func (*MockWorkitemtrackingClient) AddWorkItemComment

AddWorkItemComment mocks base method

func (*MockWorkitemtrackingClient) CreateAttachment

CreateAttachment mocks base method

func (*MockWorkitemtrackingClient) CreateCommentReaction

CreateCommentReaction mocks base method

func (*MockWorkitemtrackingClient) CreateOrUpdateClassificationNode

CreateOrUpdateClassificationNode mocks base method

func (*MockWorkitemtrackingClient) CreateQuery

CreateQuery mocks base method

func (*MockWorkitemtrackingClient) CreateTempQuery

CreateTempQuery mocks base method

func (*MockWorkitemtrackingClient) CreateTemplate

CreateTemplate mocks base method

func (*MockWorkitemtrackingClient) CreateWorkItem

CreateWorkItem mocks base method

func (*MockWorkitemtrackingClient) CreateWorkItemField

CreateWorkItemField mocks base method

func (*MockWorkitemtrackingClient) DeleteClassificationNode

DeleteClassificationNode mocks base method

func (*MockWorkitemtrackingClient) DeleteComment

DeleteComment mocks base method

func (*MockWorkitemtrackingClient) DeleteCommentReaction

DeleteCommentReaction mocks base method

func (*MockWorkitemtrackingClient) DeleteQuery

DeleteQuery mocks base method

func (*MockWorkitemtrackingClient) DeleteTag

DeleteTag mocks base method

func (*MockWorkitemtrackingClient) DeleteTemplate

DeleteTemplate mocks base method

func (*MockWorkitemtrackingClient) DeleteWorkItem

DeleteWorkItem mocks base method

func (*MockWorkitemtrackingClient) DeleteWorkItemField

DeleteWorkItemField mocks base method

func (*MockWorkitemtrackingClient) DeleteWorkItems

DeleteWorkItems mocks base method

func (*MockWorkitemtrackingClient) DestroyWorkItem

DestroyWorkItem mocks base method

func (*MockWorkitemtrackingClient) EXPECT

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

func (*MockWorkitemtrackingClient) GetAttachmentContent

GetAttachmentContent mocks base method

func (*MockWorkitemtrackingClient) GetAttachmentZip

GetAttachmentZip mocks base method

func (*MockWorkitemtrackingClient) GetClassificationNode

GetClassificationNode mocks base method

func (*MockWorkitemtrackingClient) GetClassificationNodes

GetClassificationNodes mocks base method

func (*MockWorkitemtrackingClient) GetComment

GetComment mocks base method

func (*MockWorkitemtrackingClient) GetCommentReactions

GetCommentReactions mocks base method

func (*MockWorkitemtrackingClient) GetCommentVersion

GetCommentVersion mocks base method

func (*MockWorkitemtrackingClient) GetCommentVersions

GetCommentVersions mocks base method

func (*MockWorkitemtrackingClient) GetComments

GetComments mocks base method

func (*MockWorkitemtrackingClient) GetCommentsBatch

GetCommentsBatch mocks base method

func (*MockWorkitemtrackingClient) GetDeletedWorkItem

GetDeletedWorkItem mocks base method

func (*MockWorkitemtrackingClient) GetDeletedWorkItemShallowReferences

GetDeletedWorkItemShallowReferences mocks base method

func (*MockWorkitemtrackingClient) GetDeletedWorkItems

GetDeletedWorkItems mocks base method

func (*MockWorkitemtrackingClient) GetEngagedUsers

GetEngagedUsers mocks base method

func (*MockWorkitemtrackingClient) GetGithubConnectionRepositories

GetGithubConnectionRepositories mocks base method

func (*MockWorkitemtrackingClient) GetGithubConnections

GetGithubConnections mocks base method

func (*MockWorkitemtrackingClient) GetQueries

GetQueries mocks base method

func (*MockWorkitemtrackingClient) GetQueriesBatch

GetQueriesBatch mocks base method

func (*MockWorkitemtrackingClient) GetQuery

GetQuery mocks base method

func (*MockWorkitemtrackingClient) GetQueryResultCount

GetQueryResultCount mocks base method

func (*MockWorkitemtrackingClient) GetRecentActivityData

GetRecentActivityData mocks base method

func (*MockWorkitemtrackingClient) GetRelationType

GetRelationType mocks base method

func (*MockWorkitemtrackingClient) GetRelationTypes

GetRelationTypes mocks base method

func (*MockWorkitemtrackingClient) GetReportingLinksByLinkType

GetReportingLinksByLinkType mocks base method

func (*MockWorkitemtrackingClient) GetRevision

GetRevision mocks base method

func (*MockWorkitemtrackingClient) GetRevisions

GetRevisions mocks base method

func (*MockWorkitemtrackingClient) GetRootNodes

GetRootNodes mocks base method

func (*MockWorkitemtrackingClient) GetTag

GetTag mocks base method

func (*MockWorkitemtrackingClient) GetTags

GetTags mocks base method

func (*MockWorkitemtrackingClient) GetTemplate

GetTemplate mocks base method

func (*MockWorkitemtrackingClient) GetTemplates

GetTemplates mocks base method

func (*MockWorkitemtrackingClient) GetUpdate

GetUpdate mocks base method

func (*MockWorkitemtrackingClient) GetUpdates

GetUpdates mocks base method

func (*MockWorkitemtrackingClient) GetWorkArtifactLinkTypes

GetWorkArtifactLinkTypes mocks base method

func (*MockWorkitemtrackingClient) GetWorkItem

GetWorkItem mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemField

GetWorkItemField mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemFields

GetWorkItemFields mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIconJson

GetWorkItemIconJson mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIconSvg

GetWorkItemIconSvg mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIconXaml

GetWorkItemIconXaml mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIcons

GetWorkItemIcons mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemNextStatesOnCheckinAction

GetWorkItemNextStatesOnCheckinAction mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTemplate

GetWorkItemTemplate mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemType

GetWorkItemType mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeCategories

GetWorkItemTypeCategories mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeCategory

GetWorkItemTypeCategory mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeFieldWithReferences

GetWorkItemTypeFieldWithReferences mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeFieldsWithReferences

GetWorkItemTypeFieldsWithReferences mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeStates

GetWorkItemTypeStates mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypes

GetWorkItemTypes mocks base method

func (*MockWorkitemtrackingClient) GetWorkItems

GetWorkItems mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemsBatch

GetWorkItemsBatch mocks base method

func (*MockWorkitemtrackingClient) MigrateProjectsProcess

MigrateProjectsProcess mocks base method

func (*MockWorkitemtrackingClient) QueryById

QueryById mocks base method

func (*MockWorkitemtrackingClient) QueryByWiql

QueryByWiql mocks base method

func (*MockWorkitemtrackingClient) QueryWorkItemsForArtifactUris

QueryWorkItemsForArtifactUris mocks base method

func (*MockWorkitemtrackingClient) ReadReportingDiscussions

ReadReportingDiscussions mocks base method

func (*MockWorkitemtrackingClient) ReadReportingRevisionsGet

ReadReportingRevisionsGet mocks base method

func (*MockWorkitemtrackingClient) ReadReportingRevisionsPost

ReadReportingRevisionsPost mocks base method

func (*MockWorkitemtrackingClient) ReplaceTemplate

ReplaceTemplate mocks base method

func (*MockWorkitemtrackingClient) RestoreWorkItem

RestoreWorkItem mocks base method

func (*MockWorkitemtrackingClient) SearchQueries

SearchQueries mocks base method

func (*MockWorkitemtrackingClient) SendMail

SendMail mocks base method

func (*MockWorkitemtrackingClient) UpdateClassificationNode

UpdateClassificationNode mocks base method

func (*MockWorkitemtrackingClient) UpdateComment

UpdateComment mocks base method

func (*MockWorkitemtrackingClient) UpdateGithubConnectionRepos

UpdateGithubConnectionRepos mocks base method

func (*MockWorkitemtrackingClient) UpdateQuery

UpdateQuery mocks base method

func (*MockWorkitemtrackingClient) UpdateTag

UpdateTag mocks base method

func (*MockWorkitemtrackingClient) UpdateWorkItem

UpdateWorkItem mocks base method

func (*MockWorkitemtrackingClient) UpdateWorkItemComment

UpdateWorkItemComment mocks base method

func (*MockWorkitemtrackingClient) UpdateWorkItemField

UpdateWorkItemField mocks base method

type MockWorkitemtrackingClientMockRecorder

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

MockWorkitemtrackingClientMockRecorder is the mock recorder for MockWorkitemtrackingClient

func (*MockWorkitemtrackingClientMockRecorder) AddComment

func (mr *MockWorkitemtrackingClientMockRecorder) AddComment(arg0, arg1 interface{}) *gomock.Call

AddComment indicates an expected call of AddComment

func (*MockWorkitemtrackingClientMockRecorder) AddWorkItemComment

func (mr *MockWorkitemtrackingClientMockRecorder) AddWorkItemComment(arg0, arg1 interface{}) *gomock.Call

AddWorkItemComment indicates an expected call of AddWorkItemComment

func (*MockWorkitemtrackingClientMockRecorder) CreateAttachment

func (mr *MockWorkitemtrackingClientMockRecorder) CreateAttachment(arg0, arg1 interface{}) *gomock.Call

CreateAttachment indicates an expected call of CreateAttachment

func (*MockWorkitemtrackingClientMockRecorder) CreateCommentReaction

func (mr *MockWorkitemtrackingClientMockRecorder) CreateCommentReaction(arg0, arg1 interface{}) *gomock.Call

CreateCommentReaction indicates an expected call of CreateCommentReaction

func (*MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode

func (mr *MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call

CreateOrUpdateClassificationNode indicates an expected call of CreateOrUpdateClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) CreateQuery

func (mr *MockWorkitemtrackingClientMockRecorder) CreateQuery(arg0, arg1 interface{}) *gomock.Call

CreateQuery indicates an expected call of CreateQuery

func (*MockWorkitemtrackingClientMockRecorder) CreateTempQuery

func (mr *MockWorkitemtrackingClientMockRecorder) CreateTempQuery(arg0, arg1 interface{}) *gomock.Call

CreateTempQuery indicates an expected call of CreateTempQuery

func (*MockWorkitemtrackingClientMockRecorder) CreateTemplate

func (mr *MockWorkitemtrackingClientMockRecorder) CreateTemplate(arg0, arg1 interface{}) *gomock.Call

CreateTemplate indicates an expected call of CreateTemplate

func (*MockWorkitemtrackingClientMockRecorder) CreateWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) CreateWorkItem(arg0, arg1 interface{}) *gomock.Call

CreateWorkItem indicates an expected call of CreateWorkItem

func (*MockWorkitemtrackingClientMockRecorder) CreateWorkItemField

func (mr *MockWorkitemtrackingClientMockRecorder) CreateWorkItemField(arg0, arg1 interface{}) *gomock.Call

CreateWorkItemField indicates an expected call of CreateWorkItemField

func (*MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode(arg0, arg1 interface{}) *gomock.Call

DeleteClassificationNode indicates an expected call of DeleteClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) DeleteComment

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteComment(arg0, arg1 interface{}) *gomock.Call

DeleteComment indicates an expected call of DeleteComment

func (*MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction(arg0, arg1 interface{}) *gomock.Call

DeleteCommentReaction indicates an expected call of DeleteCommentReaction

func (*MockWorkitemtrackingClientMockRecorder) DeleteQuery

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteQuery(arg0, arg1 interface{}) *gomock.Call

DeleteQuery indicates an expected call of DeleteQuery

func (*MockWorkitemtrackingClientMockRecorder) DeleteTag

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteTag(arg0, arg1 interface{}) *gomock.Call

DeleteTag indicates an expected call of DeleteTag

func (*MockWorkitemtrackingClientMockRecorder) DeleteTemplate

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteTemplate(arg0, arg1 interface{}) *gomock.Call

DeleteTemplate indicates an expected call of DeleteTemplate

func (*MockWorkitemtrackingClientMockRecorder) DeleteWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteWorkItem(arg0, arg1 interface{}) *gomock.Call

DeleteWorkItem indicates an expected call of DeleteWorkItem

func (*MockWorkitemtrackingClientMockRecorder) DeleteWorkItemField

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteWorkItemField(arg0, arg1 interface{}) *gomock.Call

DeleteWorkItemField indicates an expected call of DeleteWorkItemField

func (*MockWorkitemtrackingClientMockRecorder) DeleteWorkItems

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteWorkItems(arg0, arg1 interface{}) *gomock.Call

DeleteWorkItems indicates an expected call of DeleteWorkItems

func (*MockWorkitemtrackingClientMockRecorder) DestroyWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) DestroyWorkItem(arg0, arg1 interface{}) *gomock.Call

DestroyWorkItem indicates an expected call of DestroyWorkItem

func (*MockWorkitemtrackingClientMockRecorder) GetAttachmentContent

func (mr *MockWorkitemtrackingClientMockRecorder) GetAttachmentContent(arg0, arg1 interface{}) *gomock.Call

GetAttachmentContent indicates an expected call of GetAttachmentContent

func (*MockWorkitemtrackingClientMockRecorder) GetAttachmentZip

func (mr *MockWorkitemtrackingClientMockRecorder) GetAttachmentZip(arg0, arg1 interface{}) *gomock.Call

GetAttachmentZip indicates an expected call of GetAttachmentZip

func (*MockWorkitemtrackingClientMockRecorder) GetClassificationNode

func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNode(arg0, arg1 interface{}) *gomock.Call

GetClassificationNode indicates an expected call of GetClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) GetClassificationNodes

func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNodes(arg0, arg1 interface{}) *gomock.Call

GetClassificationNodes indicates an expected call of GetClassificationNodes

func (*MockWorkitemtrackingClientMockRecorder) GetComment

func (mr *MockWorkitemtrackingClientMockRecorder) GetComment(arg0, arg1 interface{}) *gomock.Call

GetComment indicates an expected call of GetComment

func (*MockWorkitemtrackingClientMockRecorder) GetCommentReactions

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentReactions(arg0, arg1 interface{}) *gomock.Call

GetCommentReactions indicates an expected call of GetCommentReactions

func (*MockWorkitemtrackingClientMockRecorder) GetCommentVersion

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersion(arg0, arg1 interface{}) *gomock.Call

GetCommentVersion indicates an expected call of GetCommentVersion

func (*MockWorkitemtrackingClientMockRecorder) GetCommentVersions

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersions(arg0, arg1 interface{}) *gomock.Call

GetCommentVersions indicates an expected call of GetCommentVersions

func (*MockWorkitemtrackingClientMockRecorder) GetComments

func (mr *MockWorkitemtrackingClientMockRecorder) GetComments(arg0, arg1 interface{}) *gomock.Call

GetComments indicates an expected call of GetComments

func (*MockWorkitemtrackingClientMockRecorder) GetCommentsBatch

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentsBatch(arg0, arg1 interface{}) *gomock.Call

GetCommentsBatch indicates an expected call of GetCommentsBatch

func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem(arg0, arg1 interface{}) *gomock.Call

GetDeletedWorkItem indicates an expected call of GetDeletedWorkItem

func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences

func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences(arg0, arg1 interface{}) *gomock.Call

GetDeletedWorkItemShallowReferences indicates an expected call of GetDeletedWorkItemShallowReferences

func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems

func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems(arg0, arg1 interface{}) *gomock.Call

GetDeletedWorkItems indicates an expected call of GetDeletedWorkItems

func (*MockWorkitemtrackingClientMockRecorder) GetEngagedUsers

func (mr *MockWorkitemtrackingClientMockRecorder) GetEngagedUsers(arg0, arg1 interface{}) *gomock.Call

GetEngagedUsers indicates an expected call of GetEngagedUsers

func (*MockWorkitemtrackingClientMockRecorder) GetGithubConnectionRepositories

func (mr *MockWorkitemtrackingClientMockRecorder) GetGithubConnectionRepositories(arg0, arg1 interface{}) *gomock.Call

GetGithubConnectionRepositories indicates an expected call of GetGithubConnectionRepositories

func (*MockWorkitemtrackingClientMockRecorder) GetGithubConnections

func (mr *MockWorkitemtrackingClientMockRecorder) GetGithubConnections(arg0, arg1 interface{}) *gomock.Call

GetGithubConnections indicates an expected call of GetGithubConnections

func (*MockWorkitemtrackingClientMockRecorder) GetQueries

func (mr *MockWorkitemtrackingClientMockRecorder) GetQueries(arg0, arg1 interface{}) *gomock.Call

GetQueries indicates an expected call of GetQueries

func (*MockWorkitemtrackingClientMockRecorder) GetQueriesBatch

func (mr *MockWorkitemtrackingClientMockRecorder) GetQueriesBatch(arg0, arg1 interface{}) *gomock.Call

GetQueriesBatch indicates an expected call of GetQueriesBatch

func (*MockWorkitemtrackingClientMockRecorder) GetQuery

func (mr *MockWorkitemtrackingClientMockRecorder) GetQuery(arg0, arg1 interface{}) *gomock.Call

GetQuery indicates an expected call of GetQuery

func (*MockWorkitemtrackingClientMockRecorder) GetQueryResultCount

func (mr *MockWorkitemtrackingClientMockRecorder) GetQueryResultCount(arg0, arg1 interface{}) *gomock.Call

GetQueryResultCount indicates an expected call of GetQueryResultCount

func (*MockWorkitemtrackingClientMockRecorder) GetRecentActivityData

func (mr *MockWorkitemtrackingClientMockRecorder) GetRecentActivityData(arg0, arg1 interface{}) *gomock.Call

GetRecentActivityData indicates an expected call of GetRecentActivityData

func (*MockWorkitemtrackingClientMockRecorder) GetRelationType

func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationType(arg0, arg1 interface{}) *gomock.Call

GetRelationType indicates an expected call of GetRelationType

func (*MockWorkitemtrackingClientMockRecorder) GetRelationTypes

func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationTypes(arg0, arg1 interface{}) *gomock.Call

GetRelationTypes indicates an expected call of GetRelationTypes

func (*MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType

func (mr *MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType(arg0, arg1 interface{}) *gomock.Call

GetReportingLinksByLinkType indicates an expected call of GetReportingLinksByLinkType

func (*MockWorkitemtrackingClientMockRecorder) GetRevision

func (mr *MockWorkitemtrackingClientMockRecorder) GetRevision(arg0, arg1 interface{}) *gomock.Call

GetRevision indicates an expected call of GetRevision

func (*MockWorkitemtrackingClientMockRecorder) GetRevisions

func (mr *MockWorkitemtrackingClientMockRecorder) GetRevisions(arg0, arg1 interface{}) *gomock.Call

GetRevisions indicates an expected call of GetRevisions

func (*MockWorkitemtrackingClientMockRecorder) GetRootNodes

func (mr *MockWorkitemtrackingClientMockRecorder) GetRootNodes(arg0, arg1 interface{}) *gomock.Call

GetRootNodes indicates an expected call of GetRootNodes

func (*MockWorkitemtrackingClientMockRecorder) GetTag

func (mr *MockWorkitemtrackingClientMockRecorder) GetTag(arg0, arg1 interface{}) *gomock.Call

GetTag indicates an expected call of GetTag

func (*MockWorkitemtrackingClientMockRecorder) GetTags

func (mr *MockWorkitemtrackingClientMockRecorder) GetTags(arg0, arg1 interface{}) *gomock.Call

GetTags indicates an expected call of GetTags

func (*MockWorkitemtrackingClientMockRecorder) GetTemplate

func (mr *MockWorkitemtrackingClientMockRecorder) GetTemplate(arg0, arg1 interface{}) *gomock.Call

GetTemplate indicates an expected call of GetTemplate

func (*MockWorkitemtrackingClientMockRecorder) GetTemplates

func (mr *MockWorkitemtrackingClientMockRecorder) GetTemplates(arg0, arg1 interface{}) *gomock.Call

GetTemplates indicates an expected call of GetTemplates

func (*MockWorkitemtrackingClientMockRecorder) GetUpdate

func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdate(arg0, arg1 interface{}) *gomock.Call

GetUpdate indicates an expected call of GetUpdate

func (*MockWorkitemtrackingClientMockRecorder) GetUpdates

func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdates(arg0, arg1 interface{}) *gomock.Call

GetUpdates indicates an expected call of GetUpdates

func (*MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes(arg0, arg1 interface{}) *gomock.Call

GetWorkArtifactLinkTypes indicates an expected call of GetWorkArtifactLinkTypes

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItem(arg0, arg1 interface{}) *gomock.Call

GetWorkItem indicates an expected call of GetWorkItem

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemField

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemField(arg0, arg1 interface{}) *gomock.Call

GetWorkItemField indicates an expected call of GetWorkItemField

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemFields

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemFields(arg0, arg1 interface{}) *gomock.Call

GetWorkItemFields indicates an expected call of GetWorkItemFields

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIconJson indicates an expected call of GetWorkItemIconJson

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIconSvg indicates an expected call of GetWorkItemIconSvg

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIconXaml indicates an expected call of GetWorkItemIconXaml

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIcons indicates an expected call of GetWorkItemIcons

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction(arg0, arg1 interface{}) *gomock.Call

GetWorkItemNextStatesOnCheckinAction indicates an expected call of GetWorkItemNextStatesOnCheckinAction

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTemplate indicates an expected call of GetWorkItemTemplate

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemType

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemType(arg0, arg1 interface{}) *gomock.Call

GetWorkItemType indicates an expected call of GetWorkItemType

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeCategories indicates an expected call of GetWorkItemTypeCategories

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeCategory indicates an expected call of GetWorkItemTypeCategory

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeFieldWithReferences indicates an expected call of GetWorkItemTypeFieldWithReferences

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeFieldsWithReferences indicates an expected call of GetWorkItemTypeFieldsWithReferences

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeStates indicates an expected call of GetWorkItemTypeStates

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypes indicates an expected call of GetWorkItemTypes

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItems

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItems(arg0, arg1 interface{}) *gomock.Call

GetWorkItems indicates an expected call of GetWorkItems

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch(arg0, arg1 interface{}) *gomock.Call

GetWorkItemsBatch indicates an expected call of GetWorkItemsBatch

func (*MockWorkitemtrackingClientMockRecorder) MigrateProjectsProcess

func (mr *MockWorkitemtrackingClientMockRecorder) MigrateProjectsProcess(arg0, arg1 interface{}) *gomock.Call

MigrateProjectsProcess indicates an expected call of MigrateProjectsProcess

func (*MockWorkitemtrackingClientMockRecorder) QueryById

func (mr *MockWorkitemtrackingClientMockRecorder) QueryById(arg0, arg1 interface{}) *gomock.Call

QueryById indicates an expected call of QueryById

func (*MockWorkitemtrackingClientMockRecorder) QueryByWiql

func (mr *MockWorkitemtrackingClientMockRecorder) QueryByWiql(arg0, arg1 interface{}) *gomock.Call

QueryByWiql indicates an expected call of QueryByWiql

func (*MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris

func (mr *MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris(arg0, arg1 interface{}) *gomock.Call

QueryWorkItemsForArtifactUris indicates an expected call of QueryWorkItemsForArtifactUris

func (*MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions

func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions(arg0, arg1 interface{}) *gomock.Call

ReadReportingDiscussions indicates an expected call of ReadReportingDiscussions

func (*MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet

func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet(arg0, arg1 interface{}) *gomock.Call

ReadReportingRevisionsGet indicates an expected call of ReadReportingRevisionsGet

func (*MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost

func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost(arg0, arg1 interface{}) *gomock.Call

ReadReportingRevisionsPost indicates an expected call of ReadReportingRevisionsPost

func (*MockWorkitemtrackingClientMockRecorder) ReplaceTemplate

func (mr *MockWorkitemtrackingClientMockRecorder) ReplaceTemplate(arg0, arg1 interface{}) *gomock.Call

ReplaceTemplate indicates an expected call of ReplaceTemplate

func (*MockWorkitemtrackingClientMockRecorder) RestoreWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) RestoreWorkItem(arg0, arg1 interface{}) *gomock.Call

RestoreWorkItem indicates an expected call of RestoreWorkItem

func (*MockWorkitemtrackingClientMockRecorder) SearchQueries

func (mr *MockWorkitemtrackingClientMockRecorder) SearchQueries(arg0, arg1 interface{}) *gomock.Call

SearchQueries indicates an expected call of SearchQueries

func (*MockWorkitemtrackingClientMockRecorder) SendMail

func (mr *MockWorkitemtrackingClientMockRecorder) SendMail(arg0, arg1 interface{}) *gomock.Call

SendMail indicates an expected call of SendMail

func (*MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call

UpdateClassificationNode indicates an expected call of UpdateClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) UpdateComment

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateComment(arg0, arg1 interface{}) *gomock.Call

UpdateComment indicates an expected call of UpdateComment

func (*MockWorkitemtrackingClientMockRecorder) UpdateGithubConnectionRepos

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateGithubConnectionRepos(arg0, arg1 interface{}) *gomock.Call

UpdateGithubConnectionRepos indicates an expected call of UpdateGithubConnectionRepos

func (*MockWorkitemtrackingClientMockRecorder) UpdateQuery

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateQuery(arg0, arg1 interface{}) *gomock.Call

UpdateQuery indicates an expected call of UpdateQuery

func (*MockWorkitemtrackingClientMockRecorder) UpdateTag

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateTag(arg0, arg1 interface{}) *gomock.Call

UpdateTag indicates an expected call of UpdateTag

func (*MockWorkitemtrackingClientMockRecorder) UpdateWorkItem

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateWorkItem(arg0, arg1 interface{}) *gomock.Call

UpdateWorkItem indicates an expected call of UpdateWorkItem

func (*MockWorkitemtrackingClientMockRecorder) UpdateWorkItemComment

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateWorkItemComment(arg0, arg1 interface{}) *gomock.Call

UpdateWorkItemComment indicates an expected call of UpdateWorkItemComment

func (*MockWorkitemtrackingClientMockRecorder) UpdateWorkItemField

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateWorkItemField(arg0, arg1 interface{}) *gomock.Call

UpdateWorkItemField indicates an expected call of UpdateWorkItemField

Jump to

Keyboard shortcuts

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