azdosdkmocks

package
v1.1.8 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: MIT Imports: 23 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.

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

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

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

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

UpdateFolder indicates an expected call of UpdateFolder

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 MockFeaturemanagementClient added in v0.1.1

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

MockFeaturemanagementClient is a mock of Client interface

func NewMockFeaturemanagementClient added in v0.1.1

func NewMockFeaturemanagementClient(ctrl *gomock.Controller) *MockFeaturemanagementClient

NewMockFeaturemanagementClient creates a new mock instance

func (*MockFeaturemanagementClient) EXPECT added in v0.1.1

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

func (*MockFeaturemanagementClient) GetFeature added in v0.1.1

GetFeature mocks base method

func (*MockFeaturemanagementClient) GetFeatureState added in v0.1.1

GetFeatureState mocks base method

func (*MockFeaturemanagementClient) GetFeatureStateForScope added in v0.1.1

GetFeatureStateForScope mocks base method

func (*MockFeaturemanagementClient) GetFeatures added in v0.1.1

GetFeatures mocks base method

func (*MockFeaturemanagementClient) QueryFeatureStates added in v0.1.1

QueryFeatureStates mocks base method

func (*MockFeaturemanagementClient) QueryFeatureStatesForDefaultScope added in v0.1.1

QueryFeatureStatesForDefaultScope mocks base method

func (*MockFeaturemanagementClient) QueryFeatureStatesForNamedScope added in v0.1.1

QueryFeatureStatesForNamedScope mocks base method

func (*MockFeaturemanagementClient) SetFeatureState added in v0.1.1

SetFeatureState mocks base method

func (*MockFeaturemanagementClient) SetFeatureStateForScope added in v0.1.1

SetFeatureStateForScope mocks base method

type MockFeaturemanagementClientMockRecorder added in v0.1.1

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

MockFeaturemanagementClientMockRecorder is the mock recorder for MockFeaturemanagementClient

func (*MockFeaturemanagementClientMockRecorder) GetFeature added in v0.1.1

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

GetFeature indicates an expected call of GetFeature

func (*MockFeaturemanagementClientMockRecorder) GetFeatureState added in v0.1.1

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

GetFeatureState indicates an expected call of GetFeatureState

func (*MockFeaturemanagementClientMockRecorder) GetFeatureStateForScope added in v0.1.1

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

GetFeatureStateForScope indicates an expected call of GetFeatureStateForScope

func (*MockFeaturemanagementClientMockRecorder) GetFeatures added in v0.1.1

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

GetFeatures indicates an expected call of GetFeatures

func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStates added in v0.1.1

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

QueryFeatureStates indicates an expected call of QueryFeatureStates

func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForDefaultScope added in v0.1.1

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

QueryFeatureStatesForDefaultScope indicates an expected call of QueryFeatureStatesForDefaultScope

func (*MockFeaturemanagementClientMockRecorder) QueryFeatureStatesForNamedScope added in v0.1.1

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

QueryFeatureStatesForNamedScope indicates an expected call of QueryFeatureStatesForNamedScope

func (*MockFeaturemanagementClientMockRecorder) SetFeatureState added in v0.1.1

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

SetFeatureState indicates an expected call of SetFeatureState

func (*MockFeaturemanagementClientMockRecorder) SetFeatureStateForScope added in v0.1.1

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

func (m *MockGraphClient) CreateGroup(arg0 context.Context, arg1 graph.CreateGroupArgs) (*graph.GraphGroup, error)

CreateGroup mocks base method

func (*MockGraphClient) CreateUser

func (m *MockGraphClient) CreateUser(arg0 context.Context, arg1 graph.CreateUserArgs) (*graph.GraphUser, error)

CreateUser 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) 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) 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) 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) 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) CreateGroup

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

CreateGroup indicates an expected call of CreateGroup

func (*MockGraphClientMockRecorder) CreateUser

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

CreateUser indicates an expected call of CreateUser

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

AddUserEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) DeleteGroupEntitlement

DeleteGroupEntitlement 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) GetUserEntitlement

GetUserEntitlement mocks base method

func (*MockMemberentitlementmanagementClient) GetUserEntitlements

GetUserEntitlements mocks base method

func (*MockMemberentitlementmanagementClient) GetUsersSummary

GetUsersSummary mocks base method

func (*MockMemberentitlementmanagementClient) RemoveMemberFromGroup

RemoveMemberFromGroup mocks base method

func (*MockMemberentitlementmanagementClient) UpdateGroupEntitlement

UpdateGroupEntitlement 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) 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) 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) GetUserEntitlement

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

GetUserEntitlement indicates an expected call of GetUserEntitlement

func (*MockMemberentitlementmanagementClientMockRecorder) GetUserEntitlements

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

GetUserEntitlements indicates an expected call of GetUserEntitlements

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

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

UpdateGroupEntitlement indicates an expected call of UpdateGroupEntitlement

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 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 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 MockSecurityClient added in v0.1.1

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

MockSecurityClient is a mock of Client interface

func NewMockSecurityClient added in v0.1.1

func NewMockSecurityClient(ctrl *gomock.Controller) *MockSecurityClient

NewMockSecurityClient creates a new mock instance

func (*MockSecurityClient) EXPECT added in v0.1.1

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

func (*MockSecurityClient) HasPermissions added in v0.1.1

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

HasPermissions mocks base method

func (*MockSecurityClient) HasPermissionsBatch added in v0.1.1

HasPermissionsBatch mocks base method

func (*MockSecurityClient) QueryAccessControlLists added in v0.1.1

QueryAccessControlLists mocks base method

func (*MockSecurityClient) QuerySecurityNamespaces added in v0.1.1

QuerySecurityNamespaces mocks base method

func (*MockSecurityClient) RemoveAccessControlEntries added in v0.1.1

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

RemoveAccessControlEntries mocks base method

func (*MockSecurityClient) RemoveAccessControlLists added in v0.1.1

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

RemoveAccessControlLists mocks base method

func (*MockSecurityClient) RemovePermission added in v0.1.1

RemovePermission mocks base method

func (*MockSecurityClient) SetAccessControlEntries added in v0.1.1

SetAccessControlEntries mocks base method

func (*MockSecurityClient) SetAccessControlLists added in v0.1.1

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

SetAccessControlLists mocks base method

type MockSecurityClientMockRecorder added in v0.1.1

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

MockSecurityClientMockRecorder is the mock recorder for MockSecurityClient

func (*MockSecurityClientMockRecorder) HasPermissions added in v0.1.1

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

HasPermissions indicates an expected call of HasPermissions

func (*MockSecurityClientMockRecorder) HasPermissionsBatch added in v0.1.1

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

HasPermissionsBatch indicates an expected call of HasPermissionsBatch

func (*MockSecurityClientMockRecorder) QueryAccessControlLists added in v0.1.1

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

QueryAccessControlLists indicates an expected call of QueryAccessControlLists

func (*MockSecurityClientMockRecorder) QuerySecurityNamespaces added in v0.1.1

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

QuerySecurityNamespaces indicates an expected call of QuerySecurityNamespaces

func (*MockSecurityClientMockRecorder) RemoveAccessControlEntries added in v0.1.1

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

RemoveAccessControlEntries indicates an expected call of RemoveAccessControlEntries

func (*MockSecurityClientMockRecorder) RemoveAccessControlLists added in v0.1.1

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

RemoveAccessControlLists indicates an expected call of RemoveAccessControlLists

func (*MockSecurityClientMockRecorder) RemovePermission added in v0.1.1

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

RemovePermission indicates an expected call of RemovePermission

func (*MockSecurityClientMockRecorder) SetAccessControlEntries added in v0.1.1

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

SetAccessControlEntries indicates an expected call of SetAccessControlEntries

func (*MockSecurityClientMockRecorder) SetAccessControlLists added in v0.1.1

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

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

func (mr *MockTaskagentClientMockRecorder) UpdateAgent(arg0, arg1 interface{}) *gomock.Call

UpdateAgent indicates an expected call of UpdateAgent

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

GetActionResults mocks base method

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

GetResultParameters 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) GetActionResults

func (mr *MockTestClientMockRecorder) GetActionResults(arg0, arg1 interface{}) *gomock.Call

GetActionResults indicates an expected call of GetActionResults

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

func (mr *MockTestClientMockRecorder) GetResultParameters(arg0, arg1 interface{}) *gomock.Call

GetResultParameters indicates an expected call of GetResultParameters

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 added in v0.1.1

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

MockWorkitemtrackingClient is a mock of Client interface

func NewMockWorkitemtrackingClient added in v0.1.1

func NewMockWorkitemtrackingClient(ctrl *gomock.Controller) *MockWorkitemtrackingClient

NewMockWorkitemtrackingClient creates a new mock instance

func (*MockWorkitemtrackingClient) AddComment added in v0.1.1

AddComment mocks base method

func (*MockWorkitemtrackingClient) CreateAttachment added in v0.1.1

CreateAttachment mocks base method

func (*MockWorkitemtrackingClient) CreateCommentReaction added in v0.1.1

CreateCommentReaction mocks base method

func (*MockWorkitemtrackingClient) CreateField added in v0.1.1

CreateField mocks base method

func (*MockWorkitemtrackingClient) CreateOrUpdateClassificationNode added in v0.1.1

CreateOrUpdateClassificationNode mocks base method

func (*MockWorkitemtrackingClient) CreateQuery added in v0.1.1

CreateQuery mocks base method

func (*MockWorkitemtrackingClient) CreateTemplate added in v0.1.1

CreateTemplate mocks base method

func (*MockWorkitemtrackingClient) CreateWorkItem added in v0.1.1

CreateWorkItem mocks base method

func (*MockWorkitemtrackingClient) DeleteClassificationNode added in v0.1.1

DeleteClassificationNode mocks base method

func (*MockWorkitemtrackingClient) DeleteComment added in v0.1.1

DeleteComment mocks base method

func (*MockWorkitemtrackingClient) DeleteCommentReaction added in v0.1.1

DeleteCommentReaction mocks base method

func (*MockWorkitemtrackingClient) DeleteField added in v0.1.1

DeleteField mocks base method

func (*MockWorkitemtrackingClient) DeleteQuery added in v0.1.1

DeleteQuery mocks base method

func (*MockWorkitemtrackingClient) DeleteTemplate added in v0.1.1

DeleteTemplate mocks base method

func (*MockWorkitemtrackingClient) DeleteWorkItem added in v0.1.1

DeleteWorkItem mocks base method

func (*MockWorkitemtrackingClient) DestroyWorkItem added in v0.1.1

DestroyWorkItem mocks base method

func (*MockWorkitemtrackingClient) EXPECT added in v0.1.1

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

func (*MockWorkitemtrackingClient) GetAttachmentContent added in v0.1.1

GetAttachmentContent mocks base method

func (*MockWorkitemtrackingClient) GetAttachmentZip added in v0.1.1

GetAttachmentZip mocks base method

func (*MockWorkitemtrackingClient) GetClassificationNode added in v0.1.1

GetClassificationNode mocks base method

func (*MockWorkitemtrackingClient) GetClassificationNodes added in v0.1.1

GetClassificationNodes mocks base method

func (*MockWorkitemtrackingClient) GetComment added in v0.1.1

GetComment mocks base method

func (*MockWorkitemtrackingClient) GetCommentReactions added in v0.1.1

GetCommentReactions mocks base method

func (*MockWorkitemtrackingClient) GetCommentVersion added in v0.1.1

GetCommentVersion mocks base method

func (*MockWorkitemtrackingClient) GetCommentVersions added in v0.1.1

GetCommentVersions mocks base method

func (*MockWorkitemtrackingClient) GetComments added in v0.1.1

GetComments mocks base method

func (*MockWorkitemtrackingClient) GetCommentsBatch added in v0.1.1

GetCommentsBatch mocks base method

func (*MockWorkitemtrackingClient) GetDeletedWorkItem added in v0.1.1

GetDeletedWorkItem mocks base method

func (*MockWorkitemtrackingClient) GetDeletedWorkItemShallowReferences added in v0.1.1

GetDeletedWorkItemShallowReferences mocks base method

func (*MockWorkitemtrackingClient) GetDeletedWorkItems added in v0.1.1

GetDeletedWorkItems mocks base method

func (*MockWorkitemtrackingClient) GetEngagedUsers added in v0.1.1

GetEngagedUsers mocks base method

func (*MockWorkitemtrackingClient) GetField added in v0.1.1

GetField mocks base method

func (*MockWorkitemtrackingClient) GetFields added in v0.1.1

GetFields mocks base method

func (*MockWorkitemtrackingClient) GetQueries added in v0.1.1

GetQueries mocks base method

func (*MockWorkitemtrackingClient) GetQueriesBatch added in v0.1.1

GetQueriesBatch mocks base method

func (*MockWorkitemtrackingClient) GetQuery added in v0.1.1

GetQuery mocks base method

func (*MockWorkitemtrackingClient) GetQueryResultCount added in v0.1.1

GetQueryResultCount mocks base method

func (*MockWorkitemtrackingClient) GetRecentActivityData added in v0.1.1

GetRecentActivityData mocks base method

func (*MockWorkitemtrackingClient) GetRelationType added in v0.1.1

GetRelationType mocks base method

func (*MockWorkitemtrackingClient) GetRelationTypes added in v0.1.1

GetRelationTypes mocks base method

func (*MockWorkitemtrackingClient) GetReportingLinksByLinkType added in v0.1.1

GetReportingLinksByLinkType mocks base method

func (*MockWorkitemtrackingClient) GetRevision added in v0.1.1

GetRevision mocks base method

func (*MockWorkitemtrackingClient) GetRevisions added in v0.1.1

GetRevisions mocks base method

func (*MockWorkitemtrackingClient) GetRootNodes added in v0.1.1

GetRootNodes mocks base method

func (*MockWorkitemtrackingClient) GetTemplate added in v0.1.1

GetTemplate mocks base method

func (*MockWorkitemtrackingClient) GetTemplates added in v0.1.1

GetTemplates mocks base method

func (*MockWorkitemtrackingClient) GetUpdate added in v0.1.1

GetUpdate mocks base method

func (*MockWorkitemtrackingClient) GetUpdates added in v0.1.1

GetUpdates mocks base method

func (*MockWorkitemtrackingClient) GetWorkArtifactLinkTypes added in v0.1.1

GetWorkArtifactLinkTypes mocks base method

func (*MockWorkitemtrackingClient) GetWorkItem added in v0.1.1

GetWorkItem mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIconJson added in v0.1.1

GetWorkItemIconJson mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIconSvg added in v0.1.1

GetWorkItemIconSvg mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIconXaml added in v0.1.1

GetWorkItemIconXaml mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemIcons added in v0.1.1

GetWorkItemIcons mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemNextStatesOnCheckinAction added in v0.1.1

GetWorkItemNextStatesOnCheckinAction mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTemplate added in v0.1.1

GetWorkItemTemplate mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemType added in v0.1.1

GetWorkItemType mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeCategories added in v0.1.1

GetWorkItemTypeCategories mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeCategory added in v0.1.1

GetWorkItemTypeCategory mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeFieldWithReferences added in v0.1.1

GetWorkItemTypeFieldWithReferences mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeFieldsWithReferences added in v0.1.1

GetWorkItemTypeFieldsWithReferences mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypeStates added in v0.1.1

GetWorkItemTypeStates mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemTypes added in v0.1.1

GetWorkItemTypes mocks base method

func (*MockWorkitemtrackingClient) GetWorkItems added in v0.1.1

GetWorkItems mocks base method

func (*MockWorkitemtrackingClient) GetWorkItemsBatch added in v0.1.1

GetWorkItemsBatch mocks base method

func (*MockWorkitemtrackingClient) QueryById added in v0.1.1

QueryById mocks base method

func (*MockWorkitemtrackingClient) QueryByWiql added in v0.1.1

QueryByWiql mocks base method

func (*MockWorkitemtrackingClient) QueryWorkItemsForArtifactUris added in v0.1.1

QueryWorkItemsForArtifactUris mocks base method

func (*MockWorkitemtrackingClient) ReadReportingDiscussions added in v0.1.1

ReadReportingDiscussions mocks base method

func (*MockWorkitemtrackingClient) ReadReportingRevisionsGet added in v0.1.1

ReadReportingRevisionsGet mocks base method

func (*MockWorkitemtrackingClient) ReadReportingRevisionsPost added in v0.1.1

ReadReportingRevisionsPost mocks base method

func (*MockWorkitemtrackingClient) ReplaceTemplate added in v0.1.1

ReplaceTemplate mocks base method

func (*MockWorkitemtrackingClient) RestoreWorkItem added in v0.1.1

RestoreWorkItem mocks base method

func (*MockWorkitemtrackingClient) SearchQueries added in v0.1.1

SearchQueries mocks base method

func (*MockWorkitemtrackingClient) UpdateClassificationNode added in v0.1.1

UpdateClassificationNode mocks base method

func (*MockWorkitemtrackingClient) UpdateComment added in v0.1.1

UpdateComment mocks base method

func (*MockWorkitemtrackingClient) UpdateQuery added in v0.1.1

UpdateQuery mocks base method

func (*MockWorkitemtrackingClient) UpdateWorkItem added in v0.1.1

UpdateWorkItem mocks base method

type MockWorkitemtrackingClientMockRecorder added in v0.1.1

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

MockWorkitemtrackingClientMockRecorder is the mock recorder for MockWorkitemtrackingClient

func (*MockWorkitemtrackingClientMockRecorder) AddComment added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) AddComment(arg0, arg1 interface{}) *gomock.Call

AddComment indicates an expected call of AddComment

func (*MockWorkitemtrackingClientMockRecorder) CreateAttachment added in v0.1.1

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

CreateAttachment indicates an expected call of CreateAttachment

func (*MockWorkitemtrackingClientMockRecorder) CreateCommentReaction added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) CreateCommentReaction(arg0, arg1 interface{}) *gomock.Call

CreateCommentReaction indicates an expected call of CreateCommentReaction

func (*MockWorkitemtrackingClientMockRecorder) CreateField added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) CreateField(arg0, arg1 interface{}) *gomock.Call

CreateField indicates an expected call of CreateField

func (*MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) CreateOrUpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call

CreateOrUpdateClassificationNode indicates an expected call of CreateOrUpdateClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) CreateQuery added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) CreateQuery(arg0, arg1 interface{}) *gomock.Call

CreateQuery indicates an expected call of CreateQuery

func (*MockWorkitemtrackingClientMockRecorder) CreateTemplate added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) CreateTemplate(arg0, arg1 interface{}) *gomock.Call

CreateTemplate indicates an expected call of CreateTemplate

func (*MockWorkitemtrackingClientMockRecorder) CreateWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) CreateWorkItem(arg0, arg1 interface{}) *gomock.Call

CreateWorkItem indicates an expected call of CreateWorkItem

func (*MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteClassificationNode(arg0, arg1 interface{}) *gomock.Call

DeleteClassificationNode indicates an expected call of DeleteClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) DeleteComment added in v0.1.1

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

DeleteComment indicates an expected call of DeleteComment

func (*MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteCommentReaction(arg0, arg1 interface{}) *gomock.Call

DeleteCommentReaction indicates an expected call of DeleteCommentReaction

func (*MockWorkitemtrackingClientMockRecorder) DeleteField added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteField(arg0, arg1 interface{}) *gomock.Call

DeleteField indicates an expected call of DeleteField

func (*MockWorkitemtrackingClientMockRecorder) DeleteQuery added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteQuery(arg0, arg1 interface{}) *gomock.Call

DeleteQuery indicates an expected call of DeleteQuery

func (*MockWorkitemtrackingClientMockRecorder) DeleteTemplate added in v0.1.1

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

DeleteTemplate indicates an expected call of DeleteTemplate

func (*MockWorkitemtrackingClientMockRecorder) DeleteWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) DeleteWorkItem(arg0, arg1 interface{}) *gomock.Call

DeleteWorkItem indicates an expected call of DeleteWorkItem

func (*MockWorkitemtrackingClientMockRecorder) DestroyWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) DestroyWorkItem(arg0, arg1 interface{}) *gomock.Call

DestroyWorkItem indicates an expected call of DestroyWorkItem

func (*MockWorkitemtrackingClientMockRecorder) GetAttachmentContent added in v0.1.1

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

GetAttachmentContent indicates an expected call of GetAttachmentContent

func (*MockWorkitemtrackingClientMockRecorder) GetAttachmentZip added in v0.1.1

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

GetAttachmentZip indicates an expected call of GetAttachmentZip

func (*MockWorkitemtrackingClientMockRecorder) GetClassificationNode added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNode(arg0, arg1 interface{}) *gomock.Call

GetClassificationNode indicates an expected call of GetClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) GetClassificationNodes added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetClassificationNodes(arg0, arg1 interface{}) *gomock.Call

GetClassificationNodes indicates an expected call of GetClassificationNodes

func (*MockWorkitemtrackingClientMockRecorder) GetComment added in v0.1.1

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

GetComment indicates an expected call of GetComment

func (*MockWorkitemtrackingClientMockRecorder) GetCommentReactions added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentReactions(arg0, arg1 interface{}) *gomock.Call

GetCommentReactions indicates an expected call of GetCommentReactions

func (*MockWorkitemtrackingClientMockRecorder) GetCommentVersion added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersion(arg0, arg1 interface{}) *gomock.Call

GetCommentVersion indicates an expected call of GetCommentVersion

func (*MockWorkitemtrackingClientMockRecorder) GetCommentVersions added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentVersions(arg0, arg1 interface{}) *gomock.Call

GetCommentVersions indicates an expected call of GetCommentVersions

func (*MockWorkitemtrackingClientMockRecorder) GetComments added in v0.1.1

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

GetComments indicates an expected call of GetComments

func (*MockWorkitemtrackingClientMockRecorder) GetCommentsBatch added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetCommentsBatch(arg0, arg1 interface{}) *gomock.Call

GetCommentsBatch indicates an expected call of GetCommentsBatch

func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItem(arg0, arg1 interface{}) *gomock.Call

GetDeletedWorkItem indicates an expected call of GetDeletedWorkItem

func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItemShallowReferences(arg0, arg1 interface{}) *gomock.Call

GetDeletedWorkItemShallowReferences indicates an expected call of GetDeletedWorkItemShallowReferences

func (*MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetDeletedWorkItems(arg0, arg1 interface{}) *gomock.Call

GetDeletedWorkItems indicates an expected call of GetDeletedWorkItems

func (*MockWorkitemtrackingClientMockRecorder) GetEngagedUsers added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetEngagedUsers(arg0, arg1 interface{}) *gomock.Call

GetEngagedUsers indicates an expected call of GetEngagedUsers

func (*MockWorkitemtrackingClientMockRecorder) GetField added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetField(arg0, arg1 interface{}) *gomock.Call

GetField indicates an expected call of GetField

func (*MockWorkitemtrackingClientMockRecorder) GetFields added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetFields(arg0, arg1 interface{}) *gomock.Call

GetFields indicates an expected call of GetFields

func (*MockWorkitemtrackingClientMockRecorder) GetQueries added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetQueries(arg0, arg1 interface{}) *gomock.Call

GetQueries indicates an expected call of GetQueries

func (*MockWorkitemtrackingClientMockRecorder) GetQueriesBatch added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetQueriesBatch(arg0, arg1 interface{}) *gomock.Call

GetQueriesBatch indicates an expected call of GetQueriesBatch

func (*MockWorkitemtrackingClientMockRecorder) GetQuery added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetQuery(arg0, arg1 interface{}) *gomock.Call

GetQuery indicates an expected call of GetQuery

func (*MockWorkitemtrackingClientMockRecorder) GetQueryResultCount added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetQueryResultCount(arg0, arg1 interface{}) *gomock.Call

GetQueryResultCount indicates an expected call of GetQueryResultCount

func (*MockWorkitemtrackingClientMockRecorder) GetRecentActivityData added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetRecentActivityData(arg0, arg1 interface{}) *gomock.Call

GetRecentActivityData indicates an expected call of GetRecentActivityData

func (*MockWorkitemtrackingClientMockRecorder) GetRelationType added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationType(arg0, arg1 interface{}) *gomock.Call

GetRelationType indicates an expected call of GetRelationType

func (*MockWorkitemtrackingClientMockRecorder) GetRelationTypes added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetRelationTypes(arg0, arg1 interface{}) *gomock.Call

GetRelationTypes indicates an expected call of GetRelationTypes

func (*MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetReportingLinksByLinkType(arg0, arg1 interface{}) *gomock.Call

GetReportingLinksByLinkType indicates an expected call of GetReportingLinksByLinkType

func (*MockWorkitemtrackingClientMockRecorder) GetRevision added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetRevision(arg0, arg1 interface{}) *gomock.Call

GetRevision indicates an expected call of GetRevision

func (*MockWorkitemtrackingClientMockRecorder) GetRevisions added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetRevisions(arg0, arg1 interface{}) *gomock.Call

GetRevisions indicates an expected call of GetRevisions

func (*MockWorkitemtrackingClientMockRecorder) GetRootNodes added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetRootNodes(arg0, arg1 interface{}) *gomock.Call

GetRootNodes indicates an expected call of GetRootNodes

func (*MockWorkitemtrackingClientMockRecorder) GetTemplate added in v0.1.1

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

GetTemplate indicates an expected call of GetTemplate

func (*MockWorkitemtrackingClientMockRecorder) GetTemplates added in v0.1.1

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

GetTemplates indicates an expected call of GetTemplates

func (*MockWorkitemtrackingClientMockRecorder) GetUpdate added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdate(arg0, arg1 interface{}) *gomock.Call

GetUpdate indicates an expected call of GetUpdate

func (*MockWorkitemtrackingClientMockRecorder) GetUpdates added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetUpdates(arg0, arg1 interface{}) *gomock.Call

GetUpdates indicates an expected call of GetUpdates

func (*MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkArtifactLinkTypes(arg0, arg1 interface{}) *gomock.Call

GetWorkArtifactLinkTypes indicates an expected call of GetWorkArtifactLinkTypes

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItem(arg0, arg1 interface{}) *gomock.Call

GetWorkItem indicates an expected call of GetWorkItem

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconJson(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIconJson indicates an expected call of GetWorkItemIconJson

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconSvg(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIconSvg indicates an expected call of GetWorkItemIconSvg

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIconXaml(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIconXaml indicates an expected call of GetWorkItemIconXaml

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemIcons(arg0, arg1 interface{}) *gomock.Call

GetWorkItemIcons indicates an expected call of GetWorkItemIcons

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemNextStatesOnCheckinAction(arg0, arg1 interface{}) *gomock.Call

GetWorkItemNextStatesOnCheckinAction indicates an expected call of GetWorkItemNextStatesOnCheckinAction

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTemplate(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTemplate indicates an expected call of GetWorkItemTemplate

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemType added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemType(arg0, arg1 interface{}) *gomock.Call

GetWorkItemType indicates an expected call of GetWorkItemType

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategories(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeCategories indicates an expected call of GetWorkItemTypeCategories

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeCategory(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeCategory indicates an expected call of GetWorkItemTypeCategory

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldWithReferences(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeFieldWithReferences indicates an expected call of GetWorkItemTypeFieldWithReferences

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeFieldsWithReferences(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeFieldsWithReferences indicates an expected call of GetWorkItemTypeFieldsWithReferences

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypeStates(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypeStates indicates an expected call of GetWorkItemTypeStates

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemTypes(arg0, arg1 interface{}) *gomock.Call

GetWorkItemTypes indicates an expected call of GetWorkItemTypes

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItems added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItems(arg0, arg1 interface{}) *gomock.Call

GetWorkItems indicates an expected call of GetWorkItems

func (*MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) GetWorkItemsBatch(arg0, arg1 interface{}) *gomock.Call

GetWorkItemsBatch indicates an expected call of GetWorkItemsBatch

func (*MockWorkitemtrackingClientMockRecorder) QueryById added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) QueryById(arg0, arg1 interface{}) *gomock.Call

QueryById indicates an expected call of QueryById

func (*MockWorkitemtrackingClientMockRecorder) QueryByWiql added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) QueryByWiql(arg0, arg1 interface{}) *gomock.Call

QueryByWiql indicates an expected call of QueryByWiql

func (*MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) QueryWorkItemsForArtifactUris(arg0, arg1 interface{}) *gomock.Call

QueryWorkItemsForArtifactUris indicates an expected call of QueryWorkItemsForArtifactUris

func (*MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingDiscussions(arg0, arg1 interface{}) *gomock.Call

ReadReportingDiscussions indicates an expected call of ReadReportingDiscussions

func (*MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsGet(arg0, arg1 interface{}) *gomock.Call

ReadReportingRevisionsGet indicates an expected call of ReadReportingRevisionsGet

func (*MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) ReadReportingRevisionsPost(arg0, arg1 interface{}) *gomock.Call

ReadReportingRevisionsPost indicates an expected call of ReadReportingRevisionsPost

func (*MockWorkitemtrackingClientMockRecorder) ReplaceTemplate added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) ReplaceTemplate(arg0, arg1 interface{}) *gomock.Call

ReplaceTemplate indicates an expected call of ReplaceTemplate

func (*MockWorkitemtrackingClientMockRecorder) RestoreWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) RestoreWorkItem(arg0, arg1 interface{}) *gomock.Call

RestoreWorkItem indicates an expected call of RestoreWorkItem

func (*MockWorkitemtrackingClientMockRecorder) SearchQueries added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) SearchQueries(arg0, arg1 interface{}) *gomock.Call

SearchQueries indicates an expected call of SearchQueries

func (*MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateClassificationNode(arg0, arg1 interface{}) *gomock.Call

UpdateClassificationNode indicates an expected call of UpdateClassificationNode

func (*MockWorkitemtrackingClientMockRecorder) UpdateComment added in v0.1.1

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

UpdateComment indicates an expected call of UpdateComment

func (*MockWorkitemtrackingClientMockRecorder) UpdateQuery added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateQuery(arg0, arg1 interface{}) *gomock.Call

UpdateQuery indicates an expected call of UpdateQuery

func (*MockWorkitemtrackingClientMockRecorder) UpdateWorkItem added in v0.1.1

func (mr *MockWorkitemtrackingClientMockRecorder) UpdateWorkItem(arg0, arg1 interface{}) *gomock.Call

UpdateWorkItem indicates an expected call of UpdateWorkItem

Jump to

Keyboard shortcuts

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