gits_test

package
v2.1.153 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGitProvider

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

func NewMockGitProvider

func NewMockGitProvider(options ...pegomock.Option) *MockGitProvider

func (*MockGitProvider) AcceptInvitation

func (mock *MockGitProvider) AcceptInvitation(_param0 int64) (*github.Response, error)

func (*MockGitProvider) AddCollaborator

func (mock *MockGitProvider) AddCollaborator(_param0 string, _param1 string, _param2 string) error

func (*MockGitProvider) AddLabelsToIssue

func (mock *MockGitProvider) AddLabelsToIssue(_param0 string, _param1 string, _param2 int, _param3 []string) error

func (*MockGitProvider) AddPRComment

func (mock *MockGitProvider) AddPRComment(_param0 *gits.GitPullRequest, _param1 string) error

func (*MockGitProvider) BranchArchiveURL

func (mock *MockGitProvider) BranchArchiveURL(_param0 string, _param1 string, _param2 string) string

func (*MockGitProvider) ConfigureFeatures

func (mock *MockGitProvider) ConfigureFeatures(_param0 string, _param1 string, _param2 *bool, _param3 *bool, _param4 *bool) (*gits.GitRepository, error)

func (*MockGitProvider) CreateIssue

func (mock *MockGitProvider) CreateIssue(_param0 string, _param1 string, _param2 *gits.GitIssue) (*gits.GitIssue, error)

func (*MockGitProvider) CreateIssueComment

func (mock *MockGitProvider) CreateIssueComment(_param0 string, _param1 string, _param2 int, _param3 string) error

func (*MockGitProvider) CreatePullRequest

func (mock *MockGitProvider) CreatePullRequest(_param0 *gits.GitPullRequestArguments) (*gits.GitPullRequest, error)

func (*MockGitProvider) CreateRepository

func (mock *MockGitProvider) CreateRepository(_param0 string, _param1 string, _param2 bool) (*gits.GitRepository, error)

func (*MockGitProvider) CreateWebHook

func (mock *MockGitProvider) CreateWebHook(_param0 *gits.GitWebHookArguments) error

func (*MockGitProvider) CurrentUsername

func (mock *MockGitProvider) CurrentUsername() string

func (*MockGitProvider) DeleteRepository

func (mock *MockGitProvider) DeleteRepository(_param0 string, _param1 string) error

func (*MockGitProvider) FailHandler

func (mock *MockGitProvider) FailHandler() pegomock.FailHandler

func (*MockGitProvider) ForkRepository

func (mock *MockGitProvider) ForkRepository(_param0 string, _param1 string, _param2 string) (*gits.GitRepository, error)

func (*MockGitProvider) GetBranch

func (mock *MockGitProvider) GetBranch(_param0 string, _param1 string, _param2 string) (*gits.GitBranch, error)

func (*MockGitProvider) GetContent

func (mock *MockGitProvider) GetContent(_param0 string, _param1 string, _param2 string, _param3 string) (*gits.GitFileContent, error)

func (*MockGitProvider) GetIssue

func (mock *MockGitProvider) GetIssue(_param0 string, _param1 string, _param2 int) (*gits.GitIssue, error)

func (*MockGitProvider) GetLatestRelease

func (mock *MockGitProvider) GetLatestRelease(_param0 string, _param1 string) (*gits.GitRelease, error)

func (*MockGitProvider) GetProjects

func (mock *MockGitProvider) GetProjects(_param0 string, _param1 string) ([]gits.GitProject, error)

func (*MockGitProvider) GetPullRequest

func (mock *MockGitProvider) GetPullRequest(_param0 string, _param1 *gits.GitRepository, _param2 int) (*gits.GitPullRequest, error)

func (*MockGitProvider) GetPullRequestCommits

func (mock *MockGitProvider) GetPullRequestCommits(_param0 string, _param1 *gits.GitRepository, _param2 int) ([]*gits.GitCommit, error)

func (*MockGitProvider) GetRelease

func (mock *MockGitProvider) GetRelease(_param0 string, _param1 string, _param2 string) (*gits.GitRelease, error)

func (*MockGitProvider) GetRepository

func (mock *MockGitProvider) GetRepository(_param0 string, _param1 string) (*gits.GitRepository, error)

func (*MockGitProvider) HasIssues

func (mock *MockGitProvider) HasIssues() bool

func (*MockGitProvider) IsBitbucketCloud

func (mock *MockGitProvider) IsBitbucketCloud() bool

func (*MockGitProvider) IsBitbucketServer

func (mock *MockGitProvider) IsBitbucketServer() bool

func (*MockGitProvider) IsGerrit

func (mock *MockGitProvider) IsGerrit() bool

func (*MockGitProvider) IsGitHub

func (mock *MockGitProvider) IsGitHub() bool

func (*MockGitProvider) IsGitea

func (mock *MockGitProvider) IsGitea() bool

func (*MockGitProvider) IsWikiEnabled

func (mock *MockGitProvider) IsWikiEnabled(_param0 string, _param1 string) (bool, error)

func (*MockGitProvider) IssueURL

func (mock *MockGitProvider) IssueURL(_param0 string, _param1 string, _param2 int, _param3 bool) string

func (*MockGitProvider) JenkinsWebHookPath

func (mock *MockGitProvider) JenkinsWebHookPath(_param0 string, _param1 string) string

func (*MockGitProvider) Kind

func (mock *MockGitProvider) Kind() string

func (*MockGitProvider) Label

func (mock *MockGitProvider) Label() string

func (*MockGitProvider) ListCommitStatus

func (mock *MockGitProvider) ListCommitStatus(_param0 string, _param1 string, _param2 string) ([]*gits.GitRepoStatus, error)

func (*MockGitProvider) ListCommits

func (mock *MockGitProvider) ListCommits(_param0 string, _param1 string, _param2 *gits.ListCommitsArguments) ([]*gits.GitCommit, error)

func (*MockGitProvider) ListInvitations

func (mock *MockGitProvider) ListInvitations() ([]*github.RepositoryInvitation, *github.Response, error)

func (*MockGitProvider) ListOpenPullRequests

func (mock *MockGitProvider) ListOpenPullRequests(_param0 string, _param1 string) ([]*gits.GitPullRequest, error)

func (*MockGitProvider) ListOrganisations

func (mock *MockGitProvider) ListOrganisations() ([]gits.GitOrganisation, error)

func (*MockGitProvider) ListReleases

func (mock *MockGitProvider) ListReleases(_param0 string, _param1 string) ([]*gits.GitRelease, error)

func (*MockGitProvider) ListRepositories

func (mock *MockGitProvider) ListRepositories(_param0 string) ([]*gits.GitRepository, error)

func (*MockGitProvider) ListWebHooks

func (mock *MockGitProvider) ListWebHooks(_param0 string, _param1 string) ([]*gits.GitWebHookArguments, error)

func (*MockGitProvider) MergePullRequest

func (mock *MockGitProvider) MergePullRequest(_param0 *gits.GitPullRequest, _param1 string) error

func (*MockGitProvider) PullRequestLastCommitStatus

func (mock *MockGitProvider) PullRequestLastCommitStatus(_param0 *gits.GitPullRequest) (string, error)

func (*MockGitProvider) RenameRepository

func (mock *MockGitProvider) RenameRepository(_param0 string, _param1 string, _param2 string) (*gits.GitRepository, error)

func (*MockGitProvider) SearchIssues

func (mock *MockGitProvider) SearchIssues(_param0 string, _param1 string, _param2 string) ([]*gits.GitIssue, error)

func (*MockGitProvider) SearchIssuesClosedSince

func (mock *MockGitProvider) SearchIssuesClosedSince(_param0 string, _param1 string, _param2 time.Time) ([]*gits.GitIssue, error)

func (*MockGitProvider) ServerURL

func (mock *MockGitProvider) ServerURL() string

func (*MockGitProvider) SetFailHandler

func (mock *MockGitProvider) SetFailHandler(fh pegomock.FailHandler)

func (*MockGitProvider) ShouldForkForPullRequest

func (mock *MockGitProvider) ShouldForkForPullRequest(_param0 string, _param1 string, _param2 string) bool

func (*MockGitProvider) UpdateCommitStatus

func (mock *MockGitProvider) UpdateCommitStatus(_param0 string, _param1 string, _param2 string, _param3 *gits.GitRepoStatus) (*gits.GitRepoStatus, error)

func (*MockGitProvider) UpdatePullRequest

func (mock *MockGitProvider) UpdatePullRequest(_param0 *gits.GitPullRequestArguments, _param1 int) (*gits.GitPullRequest, error)

func (*MockGitProvider) UpdatePullRequestStatus

func (mock *MockGitProvider) UpdatePullRequestStatus(_param0 *gits.GitPullRequest) error

func (*MockGitProvider) UpdateRelease

func (mock *MockGitProvider) UpdateRelease(_param0 string, _param1 string, _param2 string, _param3 *gits.GitRelease) error

func (*MockGitProvider) UpdateReleaseStatus

func (mock *MockGitProvider) UpdateReleaseStatus(_param0 string, _param1 string, _param2 string, _param3 *gits.GitRelease) error

func (*MockGitProvider) UpdateWebHook

func (mock *MockGitProvider) UpdateWebHook(_param0 *gits.GitWebHookArguments) error

func (*MockGitProvider) UploadReleaseAsset

func (mock *MockGitProvider) UploadReleaseAsset(_param0 string, _param1 string, _param2 int64, _param3 string, _param4 *os.File) (*gits.GitReleaseAsset, error)

func (*MockGitProvider) UserAuth

func (mock *MockGitProvider) UserAuth() auth.UserAuth

func (*MockGitProvider) UserInfo

func (mock *MockGitProvider) UserInfo(_param0 string) *gits.GitUser

func (*MockGitProvider) ValidateRepositoryName

func (mock *MockGitProvider) ValidateRepositoryName(_param0 string, _param1 string) error

func (*MockGitProvider) VerifyWasCalled

func (mock *MockGitProvider) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockGitProvider

func (*MockGitProvider) VerifyWasCalledEventually

func (mock *MockGitProvider) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockGitProvider

func (*MockGitProvider) VerifyWasCalledInOrder

func (mock *MockGitProvider) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockGitProvider

func (*MockGitProvider) VerifyWasCalledOnce

func (mock *MockGitProvider) VerifyWasCalledOnce() *VerifierMockGitProvider

type MockGitProvider_AcceptInvitation_OngoingVerification

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

func (*MockGitProvider_AcceptInvitation_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_AcceptInvitation_OngoingVerification) GetAllCapturedArguments() (_param0 []int64)

func (*MockGitProvider_AcceptInvitation_OngoingVerification) GetCapturedArguments

type MockGitProvider_AddCollaborator_OngoingVerification

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

func (*MockGitProvider_AddCollaborator_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_AddCollaborator_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_AddCollaborator_OngoingVerification) GetCapturedArguments

type MockGitProvider_AddLabelsToIssue_OngoingVerification

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

func (*MockGitProvider_AddLabelsToIssue_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_AddLabelsToIssue_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []int, _param3 [][]string)

func (*MockGitProvider_AddLabelsToIssue_OngoingVerification) GetCapturedArguments

type MockGitProvider_AddPRComment_OngoingVerification

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

func (*MockGitProvider_AddPRComment_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_AddPRComment_OngoingVerification) GetAllCapturedArguments() (_param0 []*gits.GitPullRequest, _param1 []string)

func (*MockGitProvider_AddPRComment_OngoingVerification) GetCapturedArguments

type MockGitProvider_BranchArchiveURL_OngoingVerification

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

func (*MockGitProvider_BranchArchiveURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_BranchArchiveURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_BranchArchiveURL_OngoingVerification) GetCapturedArguments

type MockGitProvider_ConfigureFeatures_OngoingVerification

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

func (*MockGitProvider_ConfigureFeatures_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ConfigureFeatures_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []*bool, _param3 []*bool, _param4 []*bool)

func (*MockGitProvider_ConfigureFeatures_OngoingVerification) GetCapturedArguments

type MockGitProvider_CreateIssueComment_OngoingVerification

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

func (*MockGitProvider_CreateIssueComment_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_CreateIssueComment_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []int, _param3 []string)

func (*MockGitProvider_CreateIssueComment_OngoingVerification) GetCapturedArguments

type MockGitProvider_CreateIssue_OngoingVerification

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

func (*MockGitProvider_CreateIssue_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_CreateIssue_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []*gits.GitIssue)

func (*MockGitProvider_CreateIssue_OngoingVerification) GetCapturedArguments

type MockGitProvider_CreatePullRequest_OngoingVerification

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

func (*MockGitProvider_CreatePullRequest_OngoingVerification) GetAllCapturedArguments

func (*MockGitProvider_CreatePullRequest_OngoingVerification) GetCapturedArguments

type MockGitProvider_CreateRepository_OngoingVerification

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

func (*MockGitProvider_CreateRepository_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_CreateRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []bool)

func (*MockGitProvider_CreateRepository_OngoingVerification) GetCapturedArguments

type MockGitProvider_CreateWebHook_OngoingVerification

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

func (*MockGitProvider_CreateWebHook_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_CreateWebHook_OngoingVerification) GetAllCapturedArguments() (_param0 []*gits.GitWebHookArguments)

func (*MockGitProvider_CreateWebHook_OngoingVerification) GetCapturedArguments

type MockGitProvider_CurrentUsername_OngoingVerification

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

func (*MockGitProvider_CurrentUsername_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_CurrentUsername_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_CurrentUsername_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_CurrentUsername_OngoingVerification) GetCapturedArguments()

type MockGitProvider_DeleteRepository_OngoingVerification

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

func (*MockGitProvider_DeleteRepository_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_DeleteRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_DeleteRepository_OngoingVerification) GetCapturedArguments

type MockGitProvider_ForkRepository_OngoingVerification

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

func (*MockGitProvider_ForkRepository_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ForkRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_ForkRepository_OngoingVerification) GetCapturedArguments

type MockGitProvider_GetBranch_OngoingVerification

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

func (*MockGitProvider_GetBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_GetBranch_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_GetBranch_OngoingVerification) GetCapturedArguments() (string, string, string)

type MockGitProvider_GetContent_OngoingVerification

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

func (*MockGitProvider_GetContent_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetContent_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []string)

func (*MockGitProvider_GetContent_OngoingVerification) GetCapturedArguments

type MockGitProvider_GetIssue_OngoingVerification

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

func (*MockGitProvider_GetIssue_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetIssue_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []int)

func (*MockGitProvider_GetIssue_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_GetIssue_OngoingVerification) GetCapturedArguments() (string, string, int)

type MockGitProvider_GetLatestRelease_OngoingVerification

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

func (*MockGitProvider_GetLatestRelease_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetLatestRelease_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_GetLatestRelease_OngoingVerification) GetCapturedArguments

type MockGitProvider_GetProjects_OngoingVerification

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

func (*MockGitProvider_GetProjects_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetProjects_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_GetProjects_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_GetProjects_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitProvider_GetPullRequestCommits_OngoingVerification

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

func (*MockGitProvider_GetPullRequestCommits_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetPullRequestCommits_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*gits.GitRepository, _param2 []int)

func (*MockGitProvider_GetPullRequestCommits_OngoingVerification) GetCapturedArguments

type MockGitProvider_GetPullRequest_OngoingVerification

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

func (*MockGitProvider_GetPullRequest_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetPullRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*gits.GitRepository, _param2 []int)

func (*MockGitProvider_GetPullRequest_OngoingVerification) GetCapturedArguments

type MockGitProvider_GetRelease_OngoingVerification

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

func (*MockGitProvider_GetRelease_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetRelease_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_GetRelease_OngoingVerification) GetCapturedArguments

type MockGitProvider_GetRepository_OngoingVerification

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

func (*MockGitProvider_GetRepository_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_GetRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_GetRepository_OngoingVerification) GetCapturedArguments

type MockGitProvider_HasIssues_OngoingVerification

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

func (*MockGitProvider_HasIssues_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_HasIssues_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_HasIssues_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_HasIssues_OngoingVerification) GetCapturedArguments()

type MockGitProvider_IsBitbucketCloud_OngoingVerification

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

func (*MockGitProvider_IsBitbucketCloud_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IsBitbucketCloud_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_IsBitbucketCloud_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_IsBitbucketCloud_OngoingVerification) GetCapturedArguments()

type MockGitProvider_IsBitbucketServer_OngoingVerification

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

func (*MockGitProvider_IsBitbucketServer_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IsBitbucketServer_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_IsBitbucketServer_OngoingVerification) GetCapturedArguments

type MockGitProvider_IsGerrit_OngoingVerification

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

func (*MockGitProvider_IsGerrit_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IsGerrit_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_IsGerrit_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_IsGerrit_OngoingVerification) GetCapturedArguments()

type MockGitProvider_IsGitHub_OngoingVerification

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

func (*MockGitProvider_IsGitHub_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IsGitHub_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_IsGitHub_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_IsGitHub_OngoingVerification) GetCapturedArguments()

type MockGitProvider_IsGitea_OngoingVerification

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

func (*MockGitProvider_IsGitea_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IsGitea_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_IsGitea_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_IsGitea_OngoingVerification) GetCapturedArguments()

type MockGitProvider_IsWikiEnabled_OngoingVerification

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

func (*MockGitProvider_IsWikiEnabled_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IsWikiEnabled_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_IsWikiEnabled_OngoingVerification) GetCapturedArguments

type MockGitProvider_IssueURL_OngoingVerification

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

func (*MockGitProvider_IssueURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_IssueURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []int, _param3 []bool)

func (*MockGitProvider_IssueURL_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_IssueURL_OngoingVerification) GetCapturedArguments() (string, string, int, bool)

type MockGitProvider_JenkinsWebHookPath_OngoingVerification

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

func (*MockGitProvider_JenkinsWebHookPath_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_JenkinsWebHookPath_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_JenkinsWebHookPath_OngoingVerification) GetCapturedArguments

type MockGitProvider_Kind_OngoingVerification

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

func (*MockGitProvider_Kind_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_Kind_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_Kind_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_Kind_OngoingVerification) GetCapturedArguments()

type MockGitProvider_Label_OngoingVerification

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

func (*MockGitProvider_Label_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_Label_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_Label_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_Label_OngoingVerification) GetCapturedArguments()

type MockGitProvider_ListCommitStatus_OngoingVerification

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

func (*MockGitProvider_ListCommitStatus_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListCommitStatus_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_ListCommitStatus_OngoingVerification) GetCapturedArguments

type MockGitProvider_ListCommits_OngoingVerification

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

func (*MockGitProvider_ListCommits_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListCommits_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []*gits.ListCommitsArguments)

func (*MockGitProvider_ListCommits_OngoingVerification) GetCapturedArguments

type MockGitProvider_ListInvitations_OngoingVerification

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

func (*MockGitProvider_ListInvitations_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListInvitations_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_ListInvitations_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_ListInvitations_OngoingVerification) GetCapturedArguments()

type MockGitProvider_ListOpenPullRequests_OngoingVerification

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

func (*MockGitProvider_ListOpenPullRequests_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListOpenPullRequests_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_ListOpenPullRequests_OngoingVerification) GetCapturedArguments

type MockGitProvider_ListOrganisations_OngoingVerification

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

func (*MockGitProvider_ListOrganisations_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListOrganisations_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_ListOrganisations_OngoingVerification) GetCapturedArguments

type MockGitProvider_ListReleases_OngoingVerification

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

func (*MockGitProvider_ListReleases_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListReleases_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_ListReleases_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_ListReleases_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitProvider_ListRepositories_OngoingVerification

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

func (*MockGitProvider_ListRepositories_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListRepositories_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitProvider_ListRepositories_OngoingVerification) GetCapturedArguments

type MockGitProvider_ListWebHooks_OngoingVerification

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

func (*MockGitProvider_ListWebHooks_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ListWebHooks_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_ListWebHooks_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_ListWebHooks_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitProvider_MergePullRequest_OngoingVerification

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

func (*MockGitProvider_MergePullRequest_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_MergePullRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []*gits.GitPullRequest, _param1 []string)

func (*MockGitProvider_MergePullRequest_OngoingVerification) GetCapturedArguments

type MockGitProvider_PullRequestLastCommitStatus_OngoingVerification

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

func (*MockGitProvider_PullRequestLastCommitStatus_OngoingVerification) GetAllCapturedArguments

func (*MockGitProvider_PullRequestLastCommitStatus_OngoingVerification) GetCapturedArguments

type MockGitProvider_RenameRepository_OngoingVerification

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

func (*MockGitProvider_RenameRepository_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_RenameRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_RenameRepository_OngoingVerification) GetCapturedArguments

type MockGitProvider_SearchIssuesClosedSince_OngoingVerification

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

func (*MockGitProvider_SearchIssuesClosedSince_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_SearchIssuesClosedSince_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []time.Time)

func (*MockGitProvider_SearchIssuesClosedSince_OngoingVerification) GetCapturedArguments

type MockGitProvider_SearchIssues_OngoingVerification

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

func (*MockGitProvider_SearchIssues_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_SearchIssues_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_SearchIssues_OngoingVerification) GetCapturedArguments

type MockGitProvider_ServerURL_OngoingVerification

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

func (*MockGitProvider_ServerURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ServerURL_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_ServerURL_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_ServerURL_OngoingVerification) GetCapturedArguments()

type MockGitProvider_ShouldForkForPullRequest_OngoingVerification

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

func (*MockGitProvider_ShouldForkForPullRequest_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ShouldForkForPullRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitProvider_ShouldForkForPullRequest_OngoingVerification) GetCapturedArguments

type MockGitProvider_UpdateCommitStatus_OngoingVerification

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

func (*MockGitProvider_UpdateCommitStatus_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UpdateCommitStatus_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []*gits.GitRepoStatus)

func (*MockGitProvider_UpdateCommitStatus_OngoingVerification) GetCapturedArguments

type MockGitProvider_UpdatePullRequestStatus_OngoingVerification

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

func (*MockGitProvider_UpdatePullRequestStatus_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UpdatePullRequestStatus_OngoingVerification) GetAllCapturedArguments() (_param0 []*gits.GitPullRequest)

func (*MockGitProvider_UpdatePullRequestStatus_OngoingVerification) GetCapturedArguments

type MockGitProvider_UpdatePullRequest_OngoingVerification

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

func (*MockGitProvider_UpdatePullRequest_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UpdatePullRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []*gits.GitPullRequestArguments, _param1 []int)

func (*MockGitProvider_UpdatePullRequest_OngoingVerification) GetCapturedArguments

type MockGitProvider_UpdateReleaseStatus_OngoingVerification

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

func (*MockGitProvider_UpdateReleaseStatus_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UpdateReleaseStatus_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []*gits.GitRelease)

func (*MockGitProvider_UpdateReleaseStatus_OngoingVerification) GetCapturedArguments

type MockGitProvider_UpdateRelease_OngoingVerification

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

func (*MockGitProvider_UpdateRelease_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UpdateRelease_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []*gits.GitRelease)

func (*MockGitProvider_UpdateRelease_OngoingVerification) GetCapturedArguments

type MockGitProvider_UpdateWebHook_OngoingVerification

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

func (*MockGitProvider_UpdateWebHook_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UpdateWebHook_OngoingVerification) GetAllCapturedArguments() (_param0 []*gits.GitWebHookArguments)

func (*MockGitProvider_UpdateWebHook_OngoingVerification) GetCapturedArguments

type MockGitProvider_UploadReleaseAsset_OngoingVerification

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

func (*MockGitProvider_UploadReleaseAsset_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UploadReleaseAsset_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []int64, _param3 []string, _param4 []*os.File)

func (*MockGitProvider_UploadReleaseAsset_OngoingVerification) GetCapturedArguments

type MockGitProvider_UserAuth_OngoingVerification

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

func (*MockGitProvider_UserAuth_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UserAuth_OngoingVerification) GetAllCapturedArguments()

func (*MockGitProvider_UserAuth_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_UserAuth_OngoingVerification) GetCapturedArguments()

type MockGitProvider_UserInfo_OngoingVerification

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

func (*MockGitProvider_UserInfo_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_UserInfo_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitProvider_UserInfo_OngoingVerification) GetCapturedArguments

func (c *MockGitProvider_UserInfo_OngoingVerification) GetCapturedArguments() string

type MockGitProvider_ValidateRepositoryName_OngoingVerification

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

func (*MockGitProvider_ValidateRepositoryName_OngoingVerification) GetAllCapturedArguments

func (c *MockGitProvider_ValidateRepositoryName_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitProvider_ValidateRepositoryName_OngoingVerification) GetCapturedArguments

type MockGitter

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

func NewMockGitter

func NewMockGitter(options ...pegomock.Option) *MockGitter

func (*MockGitter) Add

func (mock *MockGitter) Add(_param0 string, _param1 ...string) error

func (*MockGitter) AddCommit

func (mock *MockGitter) AddCommit(_param0 string, _param1 string) error

func (*MockGitter) AddCommitFiles

func (mock *MockGitter) AddCommitFiles(_param0 string, _param1 string, _param2 []string) error

func (*MockGitter) AddRemote

func (mock *MockGitter) AddRemote(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) Branch

func (mock *MockGitter) Branch(_param0 string) (string, error)

func (*MockGitter) Checkout

func (mock *MockGitter) Checkout(_param0 string, _param1 string) error

func (*MockGitter) CheckoutCommitFiles

func (mock *MockGitter) CheckoutCommitFiles(_param0 string, _param1 string, _param2 []string) error

func (*MockGitter) CheckoutOrphan

func (mock *MockGitter) CheckoutOrphan(_param0 string, _param1 string) error

func (*MockGitter) CheckoutRemoteBranch

func (mock *MockGitter) CheckoutRemoteBranch(_param0 string, _param1 string) error

func (*MockGitter) CherryPick

func (mock *MockGitter) CherryPick(_param0 string, _param1 string) error

func (*MockGitter) CherryPickTheirs

func (mock *MockGitter) CherryPickTheirs(_param0 string, _param1 string) error

func (*MockGitter) CherryPickTheirsKeepRedundantCommits

func (mock *MockGitter) CherryPickTheirsKeepRedundantCommits(_param0 string, _param1 string) error

func (*MockGitter) CleanForce

func (mock *MockGitter) CleanForce(_param0 string, _param1 string) error

func (*MockGitter) Clone

func (mock *MockGitter) Clone(_param0 string, _param1 string) error

func (*MockGitter) CloneBare

func (mock *MockGitter) CloneBare(_param0 string, _param1 string) error

func (*MockGitter) CloneOrPull

func (mock *MockGitter) CloneOrPull(_param0 string, _param1 string) error

func (*MockGitter) CommitDir

func (mock *MockGitter) CommitDir(_param0 string, _param1 string) error

func (*MockGitter) CommitIfChanges

func (mock *MockGitter) CommitIfChanges(_param0 string, _param1 string) error

func (*MockGitter) Config

func (mock *MockGitter) Config(_param0 string, _param1 ...string) error

func (*MockGitter) ConvertToValidBranchName

func (mock *MockGitter) ConvertToValidBranchName(_param0 string) string

func (*MockGitter) CreateAuthenticatedURL

func (mock *MockGitter) CreateAuthenticatedURL(_param0 string, _param1 *auth.UserAuth) (string, error)

func (*MockGitter) CreateBranch

func (mock *MockGitter) CreateBranch(_param0 string, _param1 string) error

func (*MockGitter) CreateBranchFrom

func (mock *MockGitter) CreateBranchFrom(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) CreateTag

func (mock *MockGitter) CreateTag(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) DeleteLocalBranch

func (mock *MockGitter) DeleteLocalBranch(_param0 string, _param1 string) error

func (*MockGitter) DeleteRemoteBranch

func (mock *MockGitter) DeleteRemoteBranch(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) Describe

func (mock *MockGitter) Describe(_param0 string, _param1 bool, _param2 string, _param3 string, _param4 bool) (string, string, error)

func (*MockGitter) Diff

func (mock *MockGitter) Diff(_param0 string) (string, error)

func (*MockGitter) DiscoverRemoteGitURL

func (mock *MockGitter) DiscoverRemoteGitURL(_param0 string) (string, error)

func (*MockGitter) DiscoverUpstreamGitURL

func (mock *MockGitter) DiscoverUpstreamGitURL(_param0 string) (string, error)

func (*MockGitter) Email

func (mock *MockGitter) Email(_param0 string) (string, error)

func (*MockGitter) FailHandler

func (mock *MockGitter) FailHandler() pegomock.FailHandler

func (*MockGitter) FetchBranch

func (mock *MockGitter) FetchBranch(_param0 string, _param1 string, _param2 ...string) error

func (*MockGitter) FetchBranchShallow

func (mock *MockGitter) FetchBranchShallow(_param0 string, _param1 string, _param2 ...string) error

func (*MockGitter) FetchBranchUnshallow

func (mock *MockGitter) FetchBranchUnshallow(_param0 string, _param1 string, _param2 ...string) error

func (*MockGitter) FetchRemoteTags

func (mock *MockGitter) FetchRemoteTags(_param0 string, _param1 string) error

func (*MockGitter) FetchTags

func (mock *MockGitter) FetchTags(_param0 string) error

func (*MockGitter) FetchUnshallow

func (mock *MockGitter) FetchUnshallow(_param0 string) error

func (*MockGitter) FilterTags

func (mock *MockGitter) FilterTags(_param0 string, _param1 string) ([]string, error)

func (*MockGitter) FindGitConfigDir

func (mock *MockGitter) FindGitConfigDir(_param0 string) (string, string, error)

func (*MockGitter) ForcePushBranch

func (mock *MockGitter) ForcePushBranch(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) GetAuthorEmailForCommit

func (mock *MockGitter) GetAuthorEmailForCommit(_param0 string, _param1 string) (string, error)

func (*MockGitter) GetCommitPointedToByLatestTag

func (mock *MockGitter) GetCommitPointedToByLatestTag(_param0 string) (string, string, error)

func (*MockGitter) GetCommitPointedToByPreviousTag

func (mock *MockGitter) GetCommitPointedToByPreviousTag(_param0 string) (string, string, error)

func (*MockGitter) GetCommitPointedToByTag

func (mock *MockGitter) GetCommitPointedToByTag(_param0 string, _param1 string) (string, error)

func (*MockGitter) GetCommits

func (mock *MockGitter) GetCommits(_param0 string, _param1 string, _param2 string) ([]gits.GitCommit, error)

func (*MockGitter) GetCommitsNotOnAnyRemote

func (mock *MockGitter) GetCommitsNotOnAnyRemote(_param0 string, _param1 string) ([]gits.GitCommit, error)

func (*MockGitter) GetFirstCommitSha

func (mock *MockGitter) GetFirstCommitSha(_param0 string) (string, error)

func (*MockGitter) GetLatestCommitMessage

func (mock *MockGitter) GetLatestCommitMessage(_param0 string) (string, error)

func (*MockGitter) GetLatestCommitSha

func (mock *MockGitter) GetLatestCommitSha(_param0 string) (string, error)

func (*MockGitter) GetRemoteUrl

func (mock *MockGitter) GetRemoteUrl(_param0 *config.Config, _param1 string) string

func (*MockGitter) GetRevisionBeforeDate

func (mock *MockGitter) GetRevisionBeforeDate(_param0 string, _param1 time.Time) (string, error)

func (*MockGitter) GetRevisionBeforeDateText

func (mock *MockGitter) GetRevisionBeforeDateText(_param0 string, _param1 string) (string, error)

func (*MockGitter) HasChanges

func (mock *MockGitter) HasChanges(_param0 string) (bool, error)

func (*MockGitter) HasFileChanged

func (mock *MockGitter) HasFileChanged(_param0 string, _param1 string) (bool, error)

func (*MockGitter) Info

func (mock *MockGitter) Info(_param0 string) (*gits.GitRepository, error)

func (*MockGitter) Init

func (mock *MockGitter) Init(_param0 string) error

func (*MockGitter) IsAncestor

func (mock *MockGitter) IsAncestor(_param0 string, _param1 string, _param2 string) (bool, error)

func (*MockGitter) IsFork

func (mock *MockGitter) IsFork(_param0 string) (bool, error)

func (*MockGitter) IsShallow

func (mock *MockGitter) IsShallow(_param0 string) (bool, error)

func (*MockGitter) IsVersionControlled

func (mock *MockGitter) IsVersionControlled(_param0 string) (bool, error)

func (*MockGitter) ListChangedFilesFromBranch

func (mock *MockGitter) ListChangedFilesFromBranch(_param0 string, _param1 string) (string, error)

func (*MockGitter) LoadFileFromBranch

func (mock *MockGitter) LoadFileFromBranch(_param0 string, _param1 string, _param2 string) (string, error)

func (*MockGitter) LocalBranches

func (mock *MockGitter) LocalBranches(_param0 string) ([]string, error)

func (*MockGitter) Merge

func (mock *MockGitter) Merge(_param0 string, _param1 string) error

func (*MockGitter) MergeTheirs

func (mock *MockGitter) MergeTheirs(_param0 string, _param1 string) error

func (*MockGitter) PrintCreateRepositoryGenerateAccessToken

func (mock *MockGitter) PrintCreateRepositoryGenerateAccessToken(_param0 *auth.AuthServer, _param1 string, _param2 io.Writer)

func (*MockGitter) Pull

func (mock *MockGitter) Pull(_param0 string) error

func (*MockGitter) PullRemoteBranches

func (mock *MockGitter) PullRemoteBranches(_param0 string) error

func (*MockGitter) PullUpstream

func (mock *MockGitter) PullUpstream(_param0 string) error

func (*MockGitter) Push

func (mock *MockGitter) Push(_param0 string, _param1 string, _param2 bool, _param3 ...string) error

func (*MockGitter) PushMaster

func (mock *MockGitter) PushMaster(_param0 string) error

func (*MockGitter) PushMirror

func (mock *MockGitter) PushMirror(_param0 string, _param1 string) error

func (*MockGitter) PushTag

func (mock *MockGitter) PushTag(_param0 string, _param1 string) error

func (*MockGitter) ReadRepoAttributes

func (mock *MockGitter) ReadRepoAttributes(_param0 string) (string, error)

func (*MockGitter) RebaseTheirs

func (mock *MockGitter) RebaseTheirs(_param0 string, _param1 string, _param2 string, _param3 bool) error

func (*MockGitter) RemoteBranchNames

func (mock *MockGitter) RemoteBranchNames(_param0 string, _param1 string) ([]string, error)

func (*MockGitter) RemoteBranches

func (mock *MockGitter) RemoteBranches(_param0 string) ([]string, error)

func (*MockGitter) RemoteMergedBranchNames

func (mock *MockGitter) RemoteMergedBranchNames(_param0 string, _param1 string) ([]string, error)

func (*MockGitter) RemoteUpdate

func (mock *MockGitter) RemoteUpdate(_param0 string) error

func (*MockGitter) Remotes

func (mock *MockGitter) Remotes(_param0 string) ([]string, error)

func (*MockGitter) Remove

func (mock *MockGitter) Remove(_param0 string, _param1 string) error

func (*MockGitter) RemoveForce

func (mock *MockGitter) RemoveForce(_param0 string, _param1 string) error

func (*MockGitter) RepoName

func (mock *MockGitter) RepoName(_param0 string, _param1 string) string

func (*MockGitter) Reset

func (mock *MockGitter) Reset(_param0 string, _param1 string, _param2 bool) error

func (*MockGitter) ResetToUpstream

func (mock *MockGitter) ResetToUpstream(_param0 string, _param1 string) error

func (*MockGitter) RevParse

func (mock *MockGitter) RevParse(_param0 string, _param1 string) (string, error)

func (*MockGitter) Server

func (mock *MockGitter) Server(_param0 string) (string, error)

func (*MockGitter) SetEmail

func (mock *MockGitter) SetEmail(_param0 string, _param1 string) error

func (*MockGitter) SetFailHandler

func (mock *MockGitter) SetFailHandler(fh pegomock.FailHandler)

func (*MockGitter) SetRemoteURL

func (mock *MockGitter) SetRemoteURL(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) SetUpstreamTo

func (mock *MockGitter) SetUpstreamTo(_param0 string, _param1 string) error

func (*MockGitter) SetUsername

func (mock *MockGitter) SetUsername(_param0 string, _param1 string) error

func (*MockGitter) ShallowClone

func (mock *MockGitter) ShallowClone(_param0 string, _param1 string, _param2 string, _param3 string) error

func (*MockGitter) ShallowCloneBranch

func (mock *MockGitter) ShallowCloneBranch(_param0 string, _param1 string, _param2 string) error

func (*MockGitter) StashPop

func (mock *MockGitter) StashPop(_param0 string) error

func (*MockGitter) StashPush

func (mock *MockGitter) StashPush(_param0 string) error

func (*MockGitter) Status

func (mock *MockGitter) Status(_param0 string) error

func (*MockGitter) Tags

func (mock *MockGitter) Tags(_param0 string) ([]string, error)

func (*MockGitter) UpdateRemote

func (mock *MockGitter) UpdateRemote(_param0 string, _param1 string) error

func (*MockGitter) Username

func (mock *MockGitter) Username(_param0 string) (string, error)

func (*MockGitter) VerifyWasCalled

func (mock *MockGitter) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockGitter

func (*MockGitter) VerifyWasCalledEventually

func (mock *MockGitter) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockGitter

func (*MockGitter) VerifyWasCalledInOrder

func (mock *MockGitter) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockGitter

func (*MockGitter) VerifyWasCalledOnce

func (mock *MockGitter) VerifyWasCalledOnce() *VerifierMockGitter

func (*MockGitter) Version

func (mock *MockGitter) Version() (string, error)

func (*MockGitter) WriteRepoAttributes

func (mock *MockGitter) WriteRepoAttributes(_param0 string, _param1 string) error

type MockGitter_AddCommitFiles_OngoingVerification

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

func (*MockGitter_AddCommitFiles_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_AddCommitFiles_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]string)

func (*MockGitter_AddCommitFiles_OngoingVerification) GetCapturedArguments

func (c *MockGitter_AddCommitFiles_OngoingVerification) GetCapturedArguments() (string, string, []string)

type MockGitter_AddCommit_OngoingVerification

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

func (*MockGitter_AddCommit_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_AddCommit_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_AddCommit_OngoingVerification) GetCapturedArguments

func (c *MockGitter_AddCommit_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_AddRemote_OngoingVerification

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

func (*MockGitter_AddRemote_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_AddRemote_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_AddRemote_OngoingVerification) GetCapturedArguments

func (c *MockGitter_AddRemote_OngoingVerification) GetCapturedArguments() (string, string, string)

type MockGitter_Add_OngoingVerification

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

func (*MockGitter_Add_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Add_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 [][]string)

func (*MockGitter_Add_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Add_OngoingVerification) GetCapturedArguments() (string, []string)

type MockGitter_Branch_OngoingVerification

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

func (*MockGitter_Branch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Branch_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Branch_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Branch_OngoingVerification) GetCapturedArguments() string

type MockGitter_CheckoutCommitFiles_OngoingVerification

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

func (*MockGitter_CheckoutCommitFiles_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CheckoutCommitFiles_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]string)

func (*MockGitter_CheckoutCommitFiles_OngoingVerification) GetCapturedArguments

type MockGitter_CheckoutOrphan_OngoingVerification

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

func (*MockGitter_CheckoutOrphan_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CheckoutOrphan_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CheckoutOrphan_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CheckoutOrphan_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CheckoutRemoteBranch_OngoingVerification

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

func (*MockGitter_CheckoutRemoteBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CheckoutRemoteBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CheckoutRemoteBranch_OngoingVerification) GetCapturedArguments

type MockGitter_Checkout_OngoingVerification

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

func (*MockGitter_Checkout_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Checkout_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_Checkout_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Checkout_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CherryPickTheirsKeepRedundantCommits_OngoingVerification

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

func (*MockGitter_CherryPickTheirsKeepRedundantCommits_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CherryPickTheirsKeepRedundantCommits_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CherryPickTheirsKeepRedundantCommits_OngoingVerification) GetCapturedArguments

type MockGitter_CherryPickTheirs_OngoingVerification

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

func (*MockGitter_CherryPickTheirs_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CherryPickTheirs_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CherryPickTheirs_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CherryPickTheirs_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CherryPick_OngoingVerification

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

func (*MockGitter_CherryPick_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CherryPick_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CherryPick_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CherryPick_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CleanForce_OngoingVerification

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

func (*MockGitter_CleanForce_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CleanForce_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CleanForce_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CleanForce_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CloneBare_OngoingVerification

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

func (*MockGitter_CloneBare_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CloneBare_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CloneBare_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CloneBare_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CloneOrPull_OngoingVerification

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

func (*MockGitter_CloneOrPull_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CloneOrPull_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CloneOrPull_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CloneOrPull_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Clone_OngoingVerification

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

func (*MockGitter_Clone_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Clone_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_Clone_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Clone_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CommitDir_OngoingVerification

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

func (*MockGitter_CommitDir_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CommitDir_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CommitDir_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CommitDir_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CommitIfChanges_OngoingVerification

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

func (*MockGitter_CommitIfChanges_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CommitIfChanges_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CommitIfChanges_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CommitIfChanges_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Config_OngoingVerification

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

func (*MockGitter_Config_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Config_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 [][]string)

func (*MockGitter_Config_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Config_OngoingVerification) GetCapturedArguments() (string, []string)

type MockGitter_ConvertToValidBranchName_OngoingVerification

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

func (*MockGitter_ConvertToValidBranchName_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ConvertToValidBranchName_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_ConvertToValidBranchName_OngoingVerification) GetCapturedArguments

type MockGitter_CreateAuthenticatedURL_OngoingVerification

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

func (*MockGitter_CreateAuthenticatedURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CreateAuthenticatedURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*auth.UserAuth)

func (*MockGitter_CreateAuthenticatedURL_OngoingVerification) GetCapturedArguments

type MockGitter_CreateBranchFrom_OngoingVerification

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

func (*MockGitter_CreateBranchFrom_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CreateBranchFrom_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_CreateBranchFrom_OngoingVerification) GetCapturedArguments

type MockGitter_CreateBranch_OngoingVerification

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

func (*MockGitter_CreateBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CreateBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_CreateBranch_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CreateBranch_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_CreateTag_OngoingVerification

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

func (*MockGitter_CreateTag_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_CreateTag_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_CreateTag_OngoingVerification) GetCapturedArguments

func (c *MockGitter_CreateTag_OngoingVerification) GetCapturedArguments() (string, string, string)

type MockGitter_DeleteLocalBranch_OngoingVerification

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

func (*MockGitter_DeleteLocalBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_DeleteLocalBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_DeleteLocalBranch_OngoingVerification) GetCapturedArguments

func (c *MockGitter_DeleteLocalBranch_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_DeleteRemoteBranch_OngoingVerification

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

func (*MockGitter_DeleteRemoteBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_DeleteRemoteBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_DeleteRemoteBranch_OngoingVerification) GetCapturedArguments

type MockGitter_Describe_OngoingVerification

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

func (*MockGitter_Describe_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Describe_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []bool, _param2 []string, _param3 []string, _param4 []bool)

func (*MockGitter_Describe_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Describe_OngoingVerification) GetCapturedArguments() (string, bool, string, string, bool)

type MockGitter_Diff_OngoingVerification

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

func (*MockGitter_Diff_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Diff_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Diff_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Diff_OngoingVerification) GetCapturedArguments() string

type MockGitter_DiscoverRemoteGitURL_OngoingVerification

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

func (*MockGitter_DiscoverRemoteGitURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_DiscoverRemoteGitURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_DiscoverRemoteGitURL_OngoingVerification) GetCapturedArguments

type MockGitter_DiscoverUpstreamGitURL_OngoingVerification

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

func (*MockGitter_DiscoverUpstreamGitURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_DiscoverUpstreamGitURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_DiscoverUpstreamGitURL_OngoingVerification) GetCapturedArguments

type MockGitter_Email_OngoingVerification

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

func (*MockGitter_Email_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Email_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Email_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Email_OngoingVerification) GetCapturedArguments() string

type MockGitter_FetchBranchShallow_OngoingVerification

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

func (*MockGitter_FetchBranchShallow_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FetchBranchShallow_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]string)

func (*MockGitter_FetchBranchShallow_OngoingVerification) GetCapturedArguments

type MockGitter_FetchBranchUnshallow_OngoingVerification

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

func (*MockGitter_FetchBranchUnshallow_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FetchBranchUnshallow_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]string)

func (*MockGitter_FetchBranchUnshallow_OngoingVerification) GetCapturedArguments

type MockGitter_FetchBranch_OngoingVerification

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

func (*MockGitter_FetchBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FetchBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 [][]string)

func (*MockGitter_FetchBranch_OngoingVerification) GetCapturedArguments

func (c *MockGitter_FetchBranch_OngoingVerification) GetCapturedArguments() (string, string, []string)

type MockGitter_FetchRemoteTags_OngoingVerification

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

func (*MockGitter_FetchRemoteTags_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FetchRemoteTags_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_FetchRemoteTags_OngoingVerification) GetCapturedArguments

func (c *MockGitter_FetchRemoteTags_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_FetchTags_OngoingVerification

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

func (*MockGitter_FetchTags_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FetchTags_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_FetchTags_OngoingVerification) GetCapturedArguments

func (c *MockGitter_FetchTags_OngoingVerification) GetCapturedArguments() string

type MockGitter_FetchUnshallow_OngoingVerification

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

func (*MockGitter_FetchUnshallow_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FetchUnshallow_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_FetchUnshallow_OngoingVerification) GetCapturedArguments

func (c *MockGitter_FetchUnshallow_OngoingVerification) GetCapturedArguments() string

type MockGitter_FilterTags_OngoingVerification

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

func (*MockGitter_FilterTags_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FilterTags_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_FilterTags_OngoingVerification) GetCapturedArguments

func (c *MockGitter_FilterTags_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_FindGitConfigDir_OngoingVerification

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

func (*MockGitter_FindGitConfigDir_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_FindGitConfigDir_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_FindGitConfigDir_OngoingVerification) GetCapturedArguments

func (c *MockGitter_FindGitConfigDir_OngoingVerification) GetCapturedArguments() string

type MockGitter_ForcePushBranch_OngoingVerification

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

func (*MockGitter_ForcePushBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ForcePushBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_ForcePushBranch_OngoingVerification) GetCapturedArguments

type MockGitter_GetAuthorEmailForCommit_OngoingVerification

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

func (*MockGitter_GetAuthorEmailForCommit_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetAuthorEmailForCommit_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_GetAuthorEmailForCommit_OngoingVerification) GetCapturedArguments

type MockGitter_GetCommitPointedToByLatestTag_OngoingVerification

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

func (*MockGitter_GetCommitPointedToByLatestTag_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetCommitPointedToByLatestTag_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_GetCommitPointedToByLatestTag_OngoingVerification) GetCapturedArguments

type MockGitter_GetCommitPointedToByPreviousTag_OngoingVerification

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

func (*MockGitter_GetCommitPointedToByPreviousTag_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetCommitPointedToByPreviousTag_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_GetCommitPointedToByPreviousTag_OngoingVerification) GetCapturedArguments

type MockGitter_GetCommitPointedToByTag_OngoingVerification

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

func (*MockGitter_GetCommitPointedToByTag_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetCommitPointedToByTag_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_GetCommitPointedToByTag_OngoingVerification) GetCapturedArguments

type MockGitter_GetCommitsNotOnAnyRemote_OngoingVerification

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

func (*MockGitter_GetCommitsNotOnAnyRemote_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetCommitsNotOnAnyRemote_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_GetCommitsNotOnAnyRemote_OngoingVerification) GetCapturedArguments

type MockGitter_GetCommits_OngoingVerification

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

func (*MockGitter_GetCommits_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetCommits_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_GetCommits_OngoingVerification) GetCapturedArguments

func (c *MockGitter_GetCommits_OngoingVerification) GetCapturedArguments() (string, string, string)

type MockGitter_GetFirstCommitSha_OngoingVerification

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

func (*MockGitter_GetFirstCommitSha_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetFirstCommitSha_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_GetFirstCommitSha_OngoingVerification) GetCapturedArguments

func (c *MockGitter_GetFirstCommitSha_OngoingVerification) GetCapturedArguments() string

type MockGitter_GetLatestCommitMessage_OngoingVerification

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

func (*MockGitter_GetLatestCommitMessage_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetLatestCommitMessage_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_GetLatestCommitMessage_OngoingVerification) GetCapturedArguments

type MockGitter_GetLatestCommitSha_OngoingVerification

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

func (*MockGitter_GetLatestCommitSha_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetLatestCommitSha_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_GetLatestCommitSha_OngoingVerification) GetCapturedArguments

type MockGitter_GetRemoteUrl_OngoingVerification

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

func (*MockGitter_GetRemoteUrl_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetRemoteUrl_OngoingVerification) GetAllCapturedArguments() (_param0 []*config.Config, _param1 []string)

func (*MockGitter_GetRemoteUrl_OngoingVerification) GetCapturedArguments

func (c *MockGitter_GetRemoteUrl_OngoingVerification) GetCapturedArguments() (*config.Config, string)

type MockGitter_GetRevisionBeforeDateText_OngoingVerification

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

func (*MockGitter_GetRevisionBeforeDateText_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetRevisionBeforeDateText_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_GetRevisionBeforeDateText_OngoingVerification) GetCapturedArguments

type MockGitter_GetRevisionBeforeDate_OngoingVerification

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

func (*MockGitter_GetRevisionBeforeDate_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_GetRevisionBeforeDate_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []time.Time)

func (*MockGitter_GetRevisionBeforeDate_OngoingVerification) GetCapturedArguments

type MockGitter_HasChanges_OngoingVerification

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

func (*MockGitter_HasChanges_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_HasChanges_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_HasChanges_OngoingVerification) GetCapturedArguments

func (c *MockGitter_HasChanges_OngoingVerification) GetCapturedArguments() string

type MockGitter_HasFileChanged_OngoingVerification

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

func (*MockGitter_HasFileChanged_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_HasFileChanged_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_HasFileChanged_OngoingVerification) GetCapturedArguments

func (c *MockGitter_HasFileChanged_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Info_OngoingVerification

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

func (*MockGitter_Info_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Info_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Info_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Info_OngoingVerification) GetCapturedArguments() string

type MockGitter_Init_OngoingVerification

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

func (*MockGitter_Init_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Init_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Init_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Init_OngoingVerification) GetCapturedArguments() string

type MockGitter_IsAncestor_OngoingVerification

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

func (*MockGitter_IsAncestor_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_IsAncestor_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_IsAncestor_OngoingVerification) GetCapturedArguments

func (c *MockGitter_IsAncestor_OngoingVerification) GetCapturedArguments() (string, string, string)

type MockGitter_IsFork_OngoingVerification

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

func (*MockGitter_IsFork_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_IsFork_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_IsFork_OngoingVerification) GetCapturedArguments

func (c *MockGitter_IsFork_OngoingVerification) GetCapturedArguments() string

type MockGitter_IsShallow_OngoingVerification

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

func (*MockGitter_IsShallow_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_IsShallow_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_IsShallow_OngoingVerification) GetCapturedArguments

func (c *MockGitter_IsShallow_OngoingVerification) GetCapturedArguments() string

type MockGitter_IsVersionControlled_OngoingVerification

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

func (*MockGitter_IsVersionControlled_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_IsVersionControlled_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_IsVersionControlled_OngoingVerification) GetCapturedArguments

type MockGitter_ListChangedFilesFromBranch_OngoingVerification

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

func (*MockGitter_ListChangedFilesFromBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ListChangedFilesFromBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_ListChangedFilesFromBranch_OngoingVerification) GetCapturedArguments

type MockGitter_LoadFileFromBranch_OngoingVerification

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

func (*MockGitter_LoadFileFromBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_LoadFileFromBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_LoadFileFromBranch_OngoingVerification) GetCapturedArguments

type MockGitter_LocalBranches_OngoingVerification

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

func (*MockGitter_LocalBranches_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_LocalBranches_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_LocalBranches_OngoingVerification) GetCapturedArguments

func (c *MockGitter_LocalBranches_OngoingVerification) GetCapturedArguments() string

type MockGitter_MergeTheirs_OngoingVerification

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

func (*MockGitter_MergeTheirs_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_MergeTheirs_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_MergeTheirs_OngoingVerification) GetCapturedArguments

func (c *MockGitter_MergeTheirs_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Merge_OngoingVerification

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

func (*MockGitter_Merge_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Merge_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_Merge_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Merge_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_PrintCreateRepositoryGenerateAccessToken_OngoingVerification

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

func (*MockGitter_PrintCreateRepositoryGenerateAccessToken_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_PrintCreateRepositoryGenerateAccessToken_OngoingVerification) GetAllCapturedArguments() (_param0 []*auth.AuthServer, _param1 []string, _param2 []io.Writer)

func (*MockGitter_PrintCreateRepositoryGenerateAccessToken_OngoingVerification) GetCapturedArguments

type MockGitter_PullRemoteBranches_OngoingVerification

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

func (*MockGitter_PullRemoteBranches_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_PullRemoteBranches_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_PullRemoteBranches_OngoingVerification) GetCapturedArguments

type MockGitter_PullUpstream_OngoingVerification

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

func (*MockGitter_PullUpstream_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_PullUpstream_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_PullUpstream_OngoingVerification) GetCapturedArguments

func (c *MockGitter_PullUpstream_OngoingVerification) GetCapturedArguments() string

type MockGitter_Pull_OngoingVerification

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

func (*MockGitter_Pull_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Pull_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Pull_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Pull_OngoingVerification) GetCapturedArguments() string

type MockGitter_PushMaster_OngoingVerification

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

func (*MockGitter_PushMaster_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_PushMaster_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_PushMaster_OngoingVerification) GetCapturedArguments

func (c *MockGitter_PushMaster_OngoingVerification) GetCapturedArguments() string

type MockGitter_PushMirror_OngoingVerification

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

func (*MockGitter_PushMirror_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_PushMirror_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_PushMirror_OngoingVerification) GetCapturedArguments

func (c *MockGitter_PushMirror_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_PushTag_OngoingVerification

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

func (*MockGitter_PushTag_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_PushTag_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_PushTag_OngoingVerification) GetCapturedArguments

func (c *MockGitter_PushTag_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Push_OngoingVerification

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

func (*MockGitter_Push_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Push_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []bool, _param3 [][]string)

func (*MockGitter_Push_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Push_OngoingVerification) GetCapturedArguments() (string, string, bool, []string)

type MockGitter_ReadRepoAttributes_OngoingVerification

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

func (*MockGitter_ReadRepoAttributes_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ReadRepoAttributes_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_ReadRepoAttributes_OngoingVerification) GetCapturedArguments

type MockGitter_RebaseTheirs_OngoingVerification

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

func (*MockGitter_RebaseTheirs_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RebaseTheirs_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []bool)

func (*MockGitter_RebaseTheirs_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RebaseTheirs_OngoingVerification) GetCapturedArguments() (string, string, string, bool)

type MockGitter_RemoteBranchNames_OngoingVerification

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

func (*MockGitter_RemoteBranchNames_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RemoteBranchNames_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_RemoteBranchNames_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RemoteBranchNames_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_RemoteBranches_OngoingVerification

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

func (*MockGitter_RemoteBranches_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RemoteBranches_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_RemoteBranches_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RemoteBranches_OngoingVerification) GetCapturedArguments() string

type MockGitter_RemoteMergedBranchNames_OngoingVerification

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

func (*MockGitter_RemoteMergedBranchNames_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RemoteMergedBranchNames_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_RemoteMergedBranchNames_OngoingVerification) GetCapturedArguments

type MockGitter_RemoteUpdate_OngoingVerification

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

func (*MockGitter_RemoteUpdate_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RemoteUpdate_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_RemoteUpdate_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RemoteUpdate_OngoingVerification) GetCapturedArguments() string

type MockGitter_Remotes_OngoingVerification

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

func (*MockGitter_Remotes_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Remotes_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Remotes_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Remotes_OngoingVerification) GetCapturedArguments() string

type MockGitter_RemoveForce_OngoingVerification

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

func (*MockGitter_RemoveForce_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RemoveForce_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_RemoveForce_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RemoveForce_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Remove_OngoingVerification

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

func (*MockGitter_Remove_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Remove_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_Remove_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Remove_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_RepoName_OngoingVerification

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

func (*MockGitter_RepoName_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RepoName_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_RepoName_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RepoName_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_ResetToUpstream_OngoingVerification

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

func (*MockGitter_ResetToUpstream_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ResetToUpstream_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_ResetToUpstream_OngoingVerification) GetCapturedArguments

func (c *MockGitter_ResetToUpstream_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Reset_OngoingVerification

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

func (*MockGitter_Reset_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Reset_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []bool)

func (*MockGitter_Reset_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Reset_OngoingVerification) GetCapturedArguments() (string, string, bool)

type MockGitter_RevParse_OngoingVerification

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

func (*MockGitter_RevParse_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_RevParse_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_RevParse_OngoingVerification) GetCapturedArguments

func (c *MockGitter_RevParse_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Server_OngoingVerification

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

func (*MockGitter_Server_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Server_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Server_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Server_OngoingVerification) GetCapturedArguments() string

type MockGitter_SetEmail_OngoingVerification

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

func (*MockGitter_SetEmail_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_SetEmail_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_SetEmail_OngoingVerification) GetCapturedArguments

func (c *MockGitter_SetEmail_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_SetRemoteURL_OngoingVerification

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

func (*MockGitter_SetRemoteURL_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_SetRemoteURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_SetRemoteURL_OngoingVerification) GetCapturedArguments

func (c *MockGitter_SetRemoteURL_OngoingVerification) GetCapturedArguments() (string, string, string)

type MockGitter_SetUpstreamTo_OngoingVerification

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

func (*MockGitter_SetUpstreamTo_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_SetUpstreamTo_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_SetUpstreamTo_OngoingVerification) GetCapturedArguments

func (c *MockGitter_SetUpstreamTo_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_SetUsername_OngoingVerification

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

func (*MockGitter_SetUsername_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_SetUsername_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_SetUsername_OngoingVerification) GetCapturedArguments

func (c *MockGitter_SetUsername_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_ShallowCloneBranch_OngoingVerification

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

func (*MockGitter_ShallowCloneBranch_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ShallowCloneBranch_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockGitter_ShallowCloneBranch_OngoingVerification) GetCapturedArguments

type MockGitter_ShallowClone_OngoingVerification

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

func (*MockGitter_ShallowClone_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_ShallowClone_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string, _param3 []string)

func (*MockGitter_ShallowClone_OngoingVerification) GetCapturedArguments

type MockGitter_StashPop_OngoingVerification

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

func (*MockGitter_StashPop_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_StashPop_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_StashPop_OngoingVerification) GetCapturedArguments

func (c *MockGitter_StashPop_OngoingVerification) GetCapturedArguments() string

type MockGitter_StashPush_OngoingVerification

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

func (*MockGitter_StashPush_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_StashPush_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_StashPush_OngoingVerification) GetCapturedArguments

func (c *MockGitter_StashPush_OngoingVerification) GetCapturedArguments() string

type MockGitter_Status_OngoingVerification

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

func (*MockGitter_Status_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Status_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Status_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Status_OngoingVerification) GetCapturedArguments() string

type MockGitter_Tags_OngoingVerification

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

func (*MockGitter_Tags_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Tags_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Tags_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Tags_OngoingVerification) GetCapturedArguments() string

type MockGitter_UpdateRemote_OngoingVerification

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

func (*MockGitter_UpdateRemote_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_UpdateRemote_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_UpdateRemote_OngoingVerification) GetCapturedArguments

func (c *MockGitter_UpdateRemote_OngoingVerification) GetCapturedArguments() (string, string)

type MockGitter_Username_OngoingVerification

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

func (*MockGitter_Username_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Username_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockGitter_Username_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Username_OngoingVerification) GetCapturedArguments() string

type MockGitter_Version_OngoingVerification

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

func (*MockGitter_Version_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_Version_OngoingVerification) GetAllCapturedArguments()

func (*MockGitter_Version_OngoingVerification) GetCapturedArguments

func (c *MockGitter_Version_OngoingVerification) GetCapturedArguments()

type MockGitter_WriteRepoAttributes_OngoingVerification

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

func (*MockGitter_WriteRepoAttributes_OngoingVerification) GetAllCapturedArguments

func (c *MockGitter_WriteRepoAttributes_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockGitter_WriteRepoAttributes_OngoingVerification) GetCapturedArguments

type MockOrganisationChecker

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

func NewMockOrganisationChecker

func NewMockOrganisationChecker(options ...pegomock.Option) *MockOrganisationChecker

func (*MockOrganisationChecker) FailHandler

func (mock *MockOrganisationChecker) FailHandler() pegomock.FailHandler

func (*MockOrganisationChecker) IsUserInOrganisation

func (mock *MockOrganisationChecker) IsUserInOrganisation(_param0 string, _param1 string) (bool, error)

func (*MockOrganisationChecker) SetFailHandler

func (mock *MockOrganisationChecker) SetFailHandler(fh pegomock.FailHandler)

func (*MockOrganisationChecker) VerifyWasCalled

func (mock *MockOrganisationChecker) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockOrganisationChecker

func (*MockOrganisationChecker) VerifyWasCalledEventually

func (mock *MockOrganisationChecker) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockOrganisationChecker

func (*MockOrganisationChecker) VerifyWasCalledInOrder

func (mock *MockOrganisationChecker) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockOrganisationChecker

func (*MockOrganisationChecker) VerifyWasCalledOnce

func (mock *MockOrganisationChecker) VerifyWasCalledOnce() *VerifierMockOrganisationChecker

type MockOrganisationChecker_IsUserInOrganisation_OngoingVerification

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

func (*MockOrganisationChecker_IsUserInOrganisation_OngoingVerification) GetAllCapturedArguments

func (c *MockOrganisationChecker_IsUserInOrganisation_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockOrganisationChecker_IsUserInOrganisation_OngoingVerification) GetCapturedArguments

type MockOrganisationLister

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

func NewMockOrganisationLister

func NewMockOrganisationLister(options ...pegomock.Option) *MockOrganisationLister

func (*MockOrganisationLister) FailHandler

func (mock *MockOrganisationLister) FailHandler() pegomock.FailHandler

func (*MockOrganisationLister) ListOrganisations

func (mock *MockOrganisationLister) ListOrganisations() ([]gits.GitOrganisation, error)

func (*MockOrganisationLister) SetFailHandler

func (mock *MockOrganisationLister) SetFailHandler(fh pegomock.FailHandler)

func (*MockOrganisationLister) VerifyWasCalled

func (mock *MockOrganisationLister) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockOrganisationLister

func (*MockOrganisationLister) VerifyWasCalledEventually

func (mock *MockOrganisationLister) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockOrganisationLister

func (*MockOrganisationLister) VerifyWasCalledInOrder

func (mock *MockOrganisationLister) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockOrganisationLister

func (*MockOrganisationLister) VerifyWasCalledOnce

func (mock *MockOrganisationLister) VerifyWasCalledOnce() *VerifierMockOrganisationLister

type MockOrganisationLister_ListOrganisations_OngoingVerification

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

func (*MockOrganisationLister_ListOrganisations_OngoingVerification) GetAllCapturedArguments

func (*MockOrganisationLister_ListOrganisations_OngoingVerification) GetCapturedArguments

type VerifierMockGitProvider

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

func (*VerifierMockGitProvider) AcceptInvitation

func (*VerifierMockGitProvider) AddCollaborator

func (verifier *VerifierMockGitProvider) AddCollaborator(_param0 string, _param1 string, _param2 string) *MockGitProvider_AddCollaborator_OngoingVerification

func (*VerifierMockGitProvider) AddLabelsToIssue

func (verifier *VerifierMockGitProvider) AddLabelsToIssue(_param0 string, _param1 string, _param2 int, _param3 []string) *MockGitProvider_AddLabelsToIssue_OngoingVerification

func (*VerifierMockGitProvider) AddPRComment

func (*VerifierMockGitProvider) BranchArchiveURL

func (verifier *VerifierMockGitProvider) BranchArchiveURL(_param0 string, _param1 string, _param2 string) *MockGitProvider_BranchArchiveURL_OngoingVerification

func (*VerifierMockGitProvider) ConfigureFeatures

func (verifier *VerifierMockGitProvider) ConfigureFeatures(_param0 string, _param1 string, _param2 *bool, _param3 *bool, _param4 *bool) *MockGitProvider_ConfigureFeatures_OngoingVerification

func (*VerifierMockGitProvider) CreateIssue

func (verifier *VerifierMockGitProvider) CreateIssue(_param0 string, _param1 string, _param2 *gits.GitIssue) *MockGitProvider_CreateIssue_OngoingVerification

func (*VerifierMockGitProvider) CreateIssueComment

func (verifier *VerifierMockGitProvider) CreateIssueComment(_param0 string, _param1 string, _param2 int, _param3 string) *MockGitProvider_CreateIssueComment_OngoingVerification

func (*VerifierMockGitProvider) CreatePullRequest

func (*VerifierMockGitProvider) CreateRepository

func (verifier *VerifierMockGitProvider) CreateRepository(_param0 string, _param1 string, _param2 bool) *MockGitProvider_CreateRepository_OngoingVerification

func (*VerifierMockGitProvider) CreateWebHook

func (*VerifierMockGitProvider) CurrentUsername

func (*VerifierMockGitProvider) DeleteRepository

func (verifier *VerifierMockGitProvider) DeleteRepository(_param0 string, _param1 string) *MockGitProvider_DeleteRepository_OngoingVerification

func (*VerifierMockGitProvider) ForkRepository

func (verifier *VerifierMockGitProvider) ForkRepository(_param0 string, _param1 string, _param2 string) *MockGitProvider_ForkRepository_OngoingVerification

func (*VerifierMockGitProvider) GetBranch

func (verifier *VerifierMockGitProvider) GetBranch(_param0 string, _param1 string, _param2 string) *MockGitProvider_GetBranch_OngoingVerification

func (*VerifierMockGitProvider) GetContent

func (verifier *VerifierMockGitProvider) GetContent(_param0 string, _param1 string, _param2 string, _param3 string) *MockGitProvider_GetContent_OngoingVerification

func (*VerifierMockGitProvider) GetIssue

func (verifier *VerifierMockGitProvider) GetIssue(_param0 string, _param1 string, _param2 int) *MockGitProvider_GetIssue_OngoingVerification

func (*VerifierMockGitProvider) GetLatestRelease

func (verifier *VerifierMockGitProvider) GetLatestRelease(_param0 string, _param1 string) *MockGitProvider_GetLatestRelease_OngoingVerification

func (*VerifierMockGitProvider) GetProjects

func (*VerifierMockGitProvider) GetPullRequest

func (verifier *VerifierMockGitProvider) GetPullRequest(_param0 string, _param1 *gits.GitRepository, _param2 int) *MockGitProvider_GetPullRequest_OngoingVerification

func (*VerifierMockGitProvider) GetPullRequestCommits

func (verifier *VerifierMockGitProvider) GetPullRequestCommits(_param0 string, _param1 *gits.GitRepository, _param2 int) *MockGitProvider_GetPullRequestCommits_OngoingVerification

func (*VerifierMockGitProvider) GetRelease

func (verifier *VerifierMockGitProvider) GetRelease(_param0 string, _param1 string, _param2 string) *MockGitProvider_GetRelease_OngoingVerification

func (*VerifierMockGitProvider) GetRepository

func (*VerifierMockGitProvider) HasIssues

func (*VerifierMockGitProvider) IsBitbucketCloud

func (*VerifierMockGitProvider) IsBitbucketServer

func (*VerifierMockGitProvider) IsGerrit

func (*VerifierMockGitProvider) IsGitHub

func (*VerifierMockGitProvider) IsGitea

func (*VerifierMockGitProvider) IsWikiEnabled

func (*VerifierMockGitProvider) IssueURL

func (verifier *VerifierMockGitProvider) IssueURL(_param0 string, _param1 string, _param2 int, _param3 bool) *MockGitProvider_IssueURL_OngoingVerification

func (*VerifierMockGitProvider) JenkinsWebHookPath

func (verifier *VerifierMockGitProvider) JenkinsWebHookPath(_param0 string, _param1 string) *MockGitProvider_JenkinsWebHookPath_OngoingVerification

func (*VerifierMockGitProvider) Kind

func (*VerifierMockGitProvider) Label

func (*VerifierMockGitProvider) ListCommitStatus

func (verifier *VerifierMockGitProvider) ListCommitStatus(_param0 string, _param1 string, _param2 string) *MockGitProvider_ListCommitStatus_OngoingVerification

func (*VerifierMockGitProvider) ListCommits

func (*VerifierMockGitProvider) ListInvitations

func (*VerifierMockGitProvider) ListOpenPullRequests

func (verifier *VerifierMockGitProvider) ListOpenPullRequests(_param0 string, _param1 string) *MockGitProvider_ListOpenPullRequests_OngoingVerification

func (*VerifierMockGitProvider) ListOrganisations

func (*VerifierMockGitProvider) ListReleases

func (*VerifierMockGitProvider) ListRepositories

func (*VerifierMockGitProvider) ListWebHooks

func (*VerifierMockGitProvider) MergePullRequest

func (*VerifierMockGitProvider) PullRequestLastCommitStatus

func (*VerifierMockGitProvider) RenameRepository

func (verifier *VerifierMockGitProvider) RenameRepository(_param0 string, _param1 string, _param2 string) *MockGitProvider_RenameRepository_OngoingVerification

func (*VerifierMockGitProvider) SearchIssues

func (verifier *VerifierMockGitProvider) SearchIssues(_param0 string, _param1 string, _param2 string) *MockGitProvider_SearchIssues_OngoingVerification

func (*VerifierMockGitProvider) SearchIssuesClosedSince

func (verifier *VerifierMockGitProvider) SearchIssuesClosedSince(_param0 string, _param1 string, _param2 time.Time) *MockGitProvider_SearchIssuesClosedSince_OngoingVerification

func (*VerifierMockGitProvider) ServerURL

func (*VerifierMockGitProvider) ShouldForkForPullRequest

func (verifier *VerifierMockGitProvider) ShouldForkForPullRequest(_param0 string, _param1 string, _param2 string) *MockGitProvider_ShouldForkForPullRequest_OngoingVerification

func (*VerifierMockGitProvider) UpdateCommitStatus

func (verifier *VerifierMockGitProvider) UpdateCommitStatus(_param0 string, _param1 string, _param2 string, _param3 *gits.GitRepoStatus) *MockGitProvider_UpdateCommitStatus_OngoingVerification

func (*VerifierMockGitProvider) UpdatePullRequest

func (*VerifierMockGitProvider) UpdatePullRequestStatus

func (*VerifierMockGitProvider) UpdateRelease

func (verifier *VerifierMockGitProvider) UpdateRelease(_param0 string, _param1 string, _param2 string, _param3 *gits.GitRelease) *MockGitProvider_UpdateRelease_OngoingVerification

func (*VerifierMockGitProvider) UpdateReleaseStatus

func (verifier *VerifierMockGitProvider) UpdateReleaseStatus(_param0 string, _param1 string, _param2 string, _param3 *gits.GitRelease) *MockGitProvider_UpdateReleaseStatus_OngoingVerification

func (*VerifierMockGitProvider) UpdateWebHook

func (*VerifierMockGitProvider) UploadReleaseAsset

func (verifier *VerifierMockGitProvider) UploadReleaseAsset(_param0 string, _param1 string, _param2 int64, _param3 string, _param4 *os.File) *MockGitProvider_UploadReleaseAsset_OngoingVerification

func (*VerifierMockGitProvider) UserAuth

func (*VerifierMockGitProvider) UserInfo

func (*VerifierMockGitProvider) ValidateRepositoryName

func (verifier *VerifierMockGitProvider) ValidateRepositoryName(_param0 string, _param1 string) *MockGitProvider_ValidateRepositoryName_OngoingVerification

type VerifierMockGitter

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

func (*VerifierMockGitter) Add

func (verifier *VerifierMockGitter) Add(_param0 string, _param1 ...string) *MockGitter_Add_OngoingVerification

func (*VerifierMockGitter) AddCommit

func (verifier *VerifierMockGitter) AddCommit(_param0 string, _param1 string) *MockGitter_AddCommit_OngoingVerification

func (*VerifierMockGitter) AddCommitFiles

func (verifier *VerifierMockGitter) AddCommitFiles(_param0 string, _param1 string, _param2 []string) *MockGitter_AddCommitFiles_OngoingVerification

func (*VerifierMockGitter) AddRemote

func (verifier *VerifierMockGitter) AddRemote(_param0 string, _param1 string, _param2 string) *MockGitter_AddRemote_OngoingVerification

func (*VerifierMockGitter) Branch

func (*VerifierMockGitter) Checkout

func (verifier *VerifierMockGitter) Checkout(_param0 string, _param1 string) *MockGitter_Checkout_OngoingVerification

func (*VerifierMockGitter) CheckoutCommitFiles

func (verifier *VerifierMockGitter) CheckoutCommitFiles(_param0 string, _param1 string, _param2 []string) *MockGitter_CheckoutCommitFiles_OngoingVerification

func (*VerifierMockGitter) CheckoutOrphan

func (verifier *VerifierMockGitter) CheckoutOrphan(_param0 string, _param1 string) *MockGitter_CheckoutOrphan_OngoingVerification

func (*VerifierMockGitter) CheckoutRemoteBranch

func (verifier *VerifierMockGitter) CheckoutRemoteBranch(_param0 string, _param1 string) *MockGitter_CheckoutRemoteBranch_OngoingVerification

func (*VerifierMockGitter) CherryPick

func (verifier *VerifierMockGitter) CherryPick(_param0 string, _param1 string) *MockGitter_CherryPick_OngoingVerification

func (*VerifierMockGitter) CherryPickTheirs

func (verifier *VerifierMockGitter) CherryPickTheirs(_param0 string, _param1 string) *MockGitter_CherryPickTheirs_OngoingVerification

func (*VerifierMockGitter) CherryPickTheirsKeepRedundantCommits

func (verifier *VerifierMockGitter) CherryPickTheirsKeepRedundantCommits(_param0 string, _param1 string) *MockGitter_CherryPickTheirsKeepRedundantCommits_OngoingVerification

func (*VerifierMockGitter) CleanForce

func (verifier *VerifierMockGitter) CleanForce(_param0 string, _param1 string) *MockGitter_CleanForce_OngoingVerification

func (*VerifierMockGitter) Clone

func (verifier *VerifierMockGitter) Clone(_param0 string, _param1 string) *MockGitter_Clone_OngoingVerification

func (*VerifierMockGitter) CloneBare

func (verifier *VerifierMockGitter) CloneBare(_param0 string, _param1 string) *MockGitter_CloneBare_OngoingVerification

func (*VerifierMockGitter) CloneOrPull

func (verifier *VerifierMockGitter) CloneOrPull(_param0 string, _param1 string) *MockGitter_CloneOrPull_OngoingVerification

func (*VerifierMockGitter) CommitDir

func (verifier *VerifierMockGitter) CommitDir(_param0 string, _param1 string) *MockGitter_CommitDir_OngoingVerification

func (*VerifierMockGitter) CommitIfChanges

func (verifier *VerifierMockGitter) CommitIfChanges(_param0 string, _param1 string) *MockGitter_CommitIfChanges_OngoingVerification

func (*VerifierMockGitter) Config

func (verifier *VerifierMockGitter) Config(_param0 string, _param1 ...string) *MockGitter_Config_OngoingVerification

func (*VerifierMockGitter) ConvertToValidBranchName

func (verifier *VerifierMockGitter) ConvertToValidBranchName(_param0 string) *MockGitter_ConvertToValidBranchName_OngoingVerification

func (*VerifierMockGitter) CreateAuthenticatedURL

func (verifier *VerifierMockGitter) CreateAuthenticatedURL(_param0 string, _param1 *auth.UserAuth) *MockGitter_CreateAuthenticatedURL_OngoingVerification

func (*VerifierMockGitter) CreateBranch

func (verifier *VerifierMockGitter) CreateBranch(_param0 string, _param1 string) *MockGitter_CreateBranch_OngoingVerification

func (*VerifierMockGitter) CreateBranchFrom

func (verifier *VerifierMockGitter) CreateBranchFrom(_param0 string, _param1 string, _param2 string) *MockGitter_CreateBranchFrom_OngoingVerification

func (*VerifierMockGitter) CreateTag

func (verifier *VerifierMockGitter) CreateTag(_param0 string, _param1 string, _param2 string) *MockGitter_CreateTag_OngoingVerification

func (*VerifierMockGitter) DeleteLocalBranch

func (verifier *VerifierMockGitter) DeleteLocalBranch(_param0 string, _param1 string) *MockGitter_DeleteLocalBranch_OngoingVerification

func (*VerifierMockGitter) DeleteRemoteBranch

func (verifier *VerifierMockGitter) DeleteRemoteBranch(_param0 string, _param1 string, _param2 string) *MockGitter_DeleteRemoteBranch_OngoingVerification

func (*VerifierMockGitter) Describe

func (verifier *VerifierMockGitter) Describe(_param0 string, _param1 bool, _param2 string, _param3 string, _param4 bool) *MockGitter_Describe_OngoingVerification

func (*VerifierMockGitter) Diff

func (*VerifierMockGitter) DiscoverRemoteGitURL

func (verifier *VerifierMockGitter) DiscoverRemoteGitURL(_param0 string) *MockGitter_DiscoverRemoteGitURL_OngoingVerification

func (*VerifierMockGitter) DiscoverUpstreamGitURL

func (verifier *VerifierMockGitter) DiscoverUpstreamGitURL(_param0 string) *MockGitter_DiscoverUpstreamGitURL_OngoingVerification

func (*VerifierMockGitter) Email

func (*VerifierMockGitter) FetchBranch

func (verifier *VerifierMockGitter) FetchBranch(_param0 string, _param1 string, _param2 ...string) *MockGitter_FetchBranch_OngoingVerification

func (*VerifierMockGitter) FetchBranchShallow

func (verifier *VerifierMockGitter) FetchBranchShallow(_param0 string, _param1 string, _param2 ...string) *MockGitter_FetchBranchShallow_OngoingVerification

func (*VerifierMockGitter) FetchBranchUnshallow

func (verifier *VerifierMockGitter) FetchBranchUnshallow(_param0 string, _param1 string, _param2 ...string) *MockGitter_FetchBranchUnshallow_OngoingVerification

func (*VerifierMockGitter) FetchRemoteTags

func (verifier *VerifierMockGitter) FetchRemoteTags(_param0 string, _param1 string) *MockGitter_FetchRemoteTags_OngoingVerification

func (*VerifierMockGitter) FetchTags

func (*VerifierMockGitter) FetchUnshallow

func (verifier *VerifierMockGitter) FetchUnshallow(_param0 string) *MockGitter_FetchUnshallow_OngoingVerification

func (*VerifierMockGitter) FilterTags

func (verifier *VerifierMockGitter) FilterTags(_param0 string, _param1 string) *MockGitter_FilterTags_OngoingVerification

func (*VerifierMockGitter) FindGitConfigDir

func (verifier *VerifierMockGitter) FindGitConfigDir(_param0 string) *MockGitter_FindGitConfigDir_OngoingVerification

func (*VerifierMockGitter) ForcePushBranch

func (verifier *VerifierMockGitter) ForcePushBranch(_param0 string, _param1 string, _param2 string) *MockGitter_ForcePushBranch_OngoingVerification

func (*VerifierMockGitter) GetAuthorEmailForCommit

func (verifier *VerifierMockGitter) GetAuthorEmailForCommit(_param0 string, _param1 string) *MockGitter_GetAuthorEmailForCommit_OngoingVerification

func (*VerifierMockGitter) GetCommitPointedToByLatestTag

func (verifier *VerifierMockGitter) GetCommitPointedToByLatestTag(_param0 string) *MockGitter_GetCommitPointedToByLatestTag_OngoingVerification

func (*VerifierMockGitter) GetCommitPointedToByPreviousTag

func (verifier *VerifierMockGitter) GetCommitPointedToByPreviousTag(_param0 string) *MockGitter_GetCommitPointedToByPreviousTag_OngoingVerification

func (*VerifierMockGitter) GetCommitPointedToByTag

func (verifier *VerifierMockGitter) GetCommitPointedToByTag(_param0 string, _param1 string) *MockGitter_GetCommitPointedToByTag_OngoingVerification

func (*VerifierMockGitter) GetCommits

func (verifier *VerifierMockGitter) GetCommits(_param0 string, _param1 string, _param2 string) *MockGitter_GetCommits_OngoingVerification

func (*VerifierMockGitter) GetCommitsNotOnAnyRemote

func (verifier *VerifierMockGitter) GetCommitsNotOnAnyRemote(_param0 string, _param1 string) *MockGitter_GetCommitsNotOnAnyRemote_OngoingVerification

func (*VerifierMockGitter) GetFirstCommitSha

func (verifier *VerifierMockGitter) GetFirstCommitSha(_param0 string) *MockGitter_GetFirstCommitSha_OngoingVerification

func (*VerifierMockGitter) GetLatestCommitMessage

func (verifier *VerifierMockGitter) GetLatestCommitMessage(_param0 string) *MockGitter_GetLatestCommitMessage_OngoingVerification

func (*VerifierMockGitter) GetLatestCommitSha

func (verifier *VerifierMockGitter) GetLatestCommitSha(_param0 string) *MockGitter_GetLatestCommitSha_OngoingVerification

func (*VerifierMockGitter) GetRemoteUrl

func (verifier *VerifierMockGitter) GetRemoteUrl(_param0 *config.Config, _param1 string) *MockGitter_GetRemoteUrl_OngoingVerification

func (*VerifierMockGitter) GetRevisionBeforeDate

func (verifier *VerifierMockGitter) GetRevisionBeforeDate(_param0 string, _param1 time.Time) *MockGitter_GetRevisionBeforeDate_OngoingVerification

func (*VerifierMockGitter) GetRevisionBeforeDateText

func (verifier *VerifierMockGitter) GetRevisionBeforeDateText(_param0 string, _param1 string) *MockGitter_GetRevisionBeforeDateText_OngoingVerification

func (*VerifierMockGitter) HasChanges

func (*VerifierMockGitter) HasFileChanged

func (verifier *VerifierMockGitter) HasFileChanged(_param0 string, _param1 string) *MockGitter_HasFileChanged_OngoingVerification

func (*VerifierMockGitter) Info

func (*VerifierMockGitter) Init

func (*VerifierMockGitter) IsAncestor

func (verifier *VerifierMockGitter) IsAncestor(_param0 string, _param1 string, _param2 string) *MockGitter_IsAncestor_OngoingVerification

func (*VerifierMockGitter) IsFork

func (*VerifierMockGitter) IsShallow

func (*VerifierMockGitter) IsVersionControlled

func (verifier *VerifierMockGitter) IsVersionControlled(_param0 string) *MockGitter_IsVersionControlled_OngoingVerification

func (*VerifierMockGitter) ListChangedFilesFromBranch

func (verifier *VerifierMockGitter) ListChangedFilesFromBranch(_param0 string, _param1 string) *MockGitter_ListChangedFilesFromBranch_OngoingVerification

func (*VerifierMockGitter) LoadFileFromBranch

func (verifier *VerifierMockGitter) LoadFileFromBranch(_param0 string, _param1 string, _param2 string) *MockGitter_LoadFileFromBranch_OngoingVerification

func (*VerifierMockGitter) LocalBranches

func (*VerifierMockGitter) Merge

func (verifier *VerifierMockGitter) Merge(_param0 string, _param1 string) *MockGitter_Merge_OngoingVerification

func (*VerifierMockGitter) MergeTheirs

func (verifier *VerifierMockGitter) MergeTheirs(_param0 string, _param1 string) *MockGitter_MergeTheirs_OngoingVerification

func (*VerifierMockGitter) PrintCreateRepositoryGenerateAccessToken

func (verifier *VerifierMockGitter) PrintCreateRepositoryGenerateAccessToken(_param0 *auth.AuthServer, _param1 string, _param2 io.Writer) *MockGitter_PrintCreateRepositoryGenerateAccessToken_OngoingVerification

func (*VerifierMockGitter) Pull

func (*VerifierMockGitter) PullRemoteBranches

func (verifier *VerifierMockGitter) PullRemoteBranches(_param0 string) *MockGitter_PullRemoteBranches_OngoingVerification

func (*VerifierMockGitter) PullUpstream

func (*VerifierMockGitter) Push

func (verifier *VerifierMockGitter) Push(_param0 string, _param1 string, _param2 bool, _param3 ...string) *MockGitter_Push_OngoingVerification

func (*VerifierMockGitter) PushMaster

func (*VerifierMockGitter) PushMirror

func (verifier *VerifierMockGitter) PushMirror(_param0 string, _param1 string) *MockGitter_PushMirror_OngoingVerification

func (*VerifierMockGitter) PushTag

func (verifier *VerifierMockGitter) PushTag(_param0 string, _param1 string) *MockGitter_PushTag_OngoingVerification

func (*VerifierMockGitter) ReadRepoAttributes

func (verifier *VerifierMockGitter) ReadRepoAttributes(_param0 string) *MockGitter_ReadRepoAttributes_OngoingVerification

func (*VerifierMockGitter) RebaseTheirs

func (verifier *VerifierMockGitter) RebaseTheirs(_param0 string, _param1 string, _param2 string, _param3 bool) *MockGitter_RebaseTheirs_OngoingVerification

func (*VerifierMockGitter) RemoteBranchNames

func (verifier *VerifierMockGitter) RemoteBranchNames(_param0 string, _param1 string) *MockGitter_RemoteBranchNames_OngoingVerification

func (*VerifierMockGitter) RemoteBranches

func (verifier *VerifierMockGitter) RemoteBranches(_param0 string) *MockGitter_RemoteBranches_OngoingVerification

func (*VerifierMockGitter) RemoteMergedBranchNames

func (verifier *VerifierMockGitter) RemoteMergedBranchNames(_param0 string, _param1 string) *MockGitter_RemoteMergedBranchNames_OngoingVerification

func (*VerifierMockGitter) RemoteUpdate

func (*VerifierMockGitter) Remotes

func (*VerifierMockGitter) Remove

func (verifier *VerifierMockGitter) Remove(_param0 string, _param1 string) *MockGitter_Remove_OngoingVerification

func (*VerifierMockGitter) RemoveForce

func (verifier *VerifierMockGitter) RemoveForce(_param0 string, _param1 string) *MockGitter_RemoveForce_OngoingVerification

func (*VerifierMockGitter) RepoName

func (verifier *VerifierMockGitter) RepoName(_param0 string, _param1 string) *MockGitter_RepoName_OngoingVerification

func (*VerifierMockGitter) Reset

func (verifier *VerifierMockGitter) Reset(_param0 string, _param1 string, _param2 bool) *MockGitter_Reset_OngoingVerification

func (*VerifierMockGitter) ResetToUpstream

func (verifier *VerifierMockGitter) ResetToUpstream(_param0 string, _param1 string) *MockGitter_ResetToUpstream_OngoingVerification

func (*VerifierMockGitter) RevParse

func (verifier *VerifierMockGitter) RevParse(_param0 string, _param1 string) *MockGitter_RevParse_OngoingVerification

func (*VerifierMockGitter) Server

func (*VerifierMockGitter) SetEmail

func (verifier *VerifierMockGitter) SetEmail(_param0 string, _param1 string) *MockGitter_SetEmail_OngoingVerification

func (*VerifierMockGitter) SetRemoteURL

func (verifier *VerifierMockGitter) SetRemoteURL(_param0 string, _param1 string, _param2 string) *MockGitter_SetRemoteURL_OngoingVerification

func (*VerifierMockGitter) SetUpstreamTo

func (verifier *VerifierMockGitter) SetUpstreamTo(_param0 string, _param1 string) *MockGitter_SetUpstreamTo_OngoingVerification

func (*VerifierMockGitter) SetUsername

func (verifier *VerifierMockGitter) SetUsername(_param0 string, _param1 string) *MockGitter_SetUsername_OngoingVerification

func (*VerifierMockGitter) ShallowClone

func (verifier *VerifierMockGitter) ShallowClone(_param0 string, _param1 string, _param2 string, _param3 string) *MockGitter_ShallowClone_OngoingVerification

func (*VerifierMockGitter) ShallowCloneBranch

func (verifier *VerifierMockGitter) ShallowCloneBranch(_param0 string, _param1 string, _param2 string) *MockGitter_ShallowCloneBranch_OngoingVerification

func (*VerifierMockGitter) StashPop

func (*VerifierMockGitter) StashPush

func (*VerifierMockGitter) Status

func (*VerifierMockGitter) Tags

func (*VerifierMockGitter) UpdateRemote

func (verifier *VerifierMockGitter) UpdateRemote(_param0 string, _param1 string) *MockGitter_UpdateRemote_OngoingVerification

func (*VerifierMockGitter) Username

func (*VerifierMockGitter) Version

func (*VerifierMockGitter) WriteRepoAttributes

func (verifier *VerifierMockGitter) WriteRepoAttributes(_param0 string, _param1 string) *MockGitter_WriteRepoAttributes_OngoingVerification

type VerifierMockOrganisationChecker

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

func (*VerifierMockOrganisationChecker) IsUserInOrganisation

type VerifierMockOrganisationLister

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

func (*VerifierMockOrganisationLister) ListOrganisations

Directories

Path Synopsis
Code generated by pegomock.
Code generated by pegomock.

Jump to

Keyboard shortcuts

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