Documentation ¶
Index ¶
- type CommandRunner_RunAutoplanCommand_OngoingVerification
- func (c *CommandRunner_RunAutoplanCommand_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.Repo, _param2 []models.PullRequest, ...)
- func (c *CommandRunner_RunAutoplanCommand_OngoingVerification) GetCapturedArguments() (models.Repo, models.Repo, models.PullRequest, models.User)
- type CommandRunner_RunCommentCommand_OngoingVerification
- func (c *CommandRunner_RunCommentCommand_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []*models.Repo, _param2 []*models.PullRequest, ...)
- func (c *CommandRunner_RunCommentCommand_OngoingVerification) GetCapturedArguments() (models.Repo, *models.Repo, *models.PullRequest, models.User, int, ...)
- type CommentParsing_Parse_OngoingVerification
- type CommitStatusUpdater_UpdateCombinedCount_OngoingVerification
- func (c *CommitStatusUpdater_UpdateCombinedCount_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, ...)
- func (c *CommitStatusUpdater_UpdateCombinedCount_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, models.CommitStatus, models.CommandName, int, ...)
- type CommitStatusUpdater_UpdateCombined_OngoingVerification
- func (c *CommitStatusUpdater_UpdateCombined_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, ...)
- func (c *CommitStatusUpdater_UpdateCombined_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, models.CommitStatus, models.CommandName)
- type CommitStatusUpdater_UpdateProject_OngoingVerification
- func (c *CommitStatusUpdater_UpdateProject_OngoingVerification) GetAllCapturedArguments() (_param0 []models.ProjectCommandContext, _param1 []models.CommandName, ...)
- func (c *CommitStatusUpdater_UpdateProject_OngoingVerification) GetCapturedArguments() (models.ProjectCommandContext, models.CommandName, models.CommitStatus, string)
- type CustomStepRunner_Run_OngoingVerification
- type EventParsing_GetBitbucketCloudPullEventType_OngoingVerification
- type EventParsing_GetBitbucketServerPullEventType_OngoingVerification
- type EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification
- type EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification
- type EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification
- type EventParsing_ParseBitbucketServerPullEvent_OngoingVerification
- type EventParsing_ParseGithubIssueCommentEvent_OngoingVerification
- type EventParsing_ParseGithubPullEvent_OngoingVerification
- type EventParsing_ParseGithubPull_OngoingVerification
- type EventParsing_ParseGithubRepo_OngoingVerification
- type EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification
- type EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification
- type EventParsing_ParseGitlabMergeRequest_OngoingVerification
- type GithubPullGetter_GetPullRequest_OngoingVerification
- type GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification
- type LockURLGenerator_GenerateLockURL_OngoingVerification
- type MockCommandRunner
- func (mock *MockCommandRunner) FailHandler() pegomock.FailHandler
- func (mock *MockCommandRunner) RunAutoplanCommand(baseRepo models.Repo, headRepo models.Repo, pull models.PullRequest, ...)
- func (mock *MockCommandRunner) RunCommentCommand(baseRepo models.Repo, maybeHeadRepo *models.Repo, ...)
- func (mock *MockCommandRunner) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockCommandRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommandRunner
- func (mock *MockCommandRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCommandRunner
- func (mock *MockCommandRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierCommandRunner
- func (mock *MockCommandRunner) VerifyWasCalledOnce() *VerifierCommandRunner
- type MockCommentParsing
- func (mock *MockCommentParsing) FailHandler() pegomock.FailHandler
- func (mock *MockCommentParsing) Parse(comment string, vcsHost models.VCSHostType) events.CommentParseResult
- func (mock *MockCommentParsing) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockCommentParsing) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommentParsing
- func (mock *MockCommentParsing) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCommentParsing
- func (mock *MockCommentParsing) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierCommentParsing
- func (mock *MockCommentParsing) VerifyWasCalledOnce() *VerifierCommentParsing
- type MockCommitStatusUpdater
- func (mock *MockCommitStatusUpdater) FailHandler() pegomock.FailHandler
- func (mock *MockCommitStatusUpdater) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockCommitStatusUpdater) UpdateCombined(repo models.Repo, pull models.PullRequest, status models.CommitStatus, ...) error
- func (mock *MockCommitStatusUpdater) UpdateCombinedCount(repo models.Repo, pull models.PullRequest, status models.CommitStatus, ...) error
- func (mock *MockCommitStatusUpdater) UpdateProject(ctx models.ProjectCommandContext, cmdName models.CommandName, ...) error
- func (mock *MockCommitStatusUpdater) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommitStatusUpdater
- func (mock *MockCommitStatusUpdater) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCommitStatusUpdater
- func (mock *MockCommitStatusUpdater) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierCommitStatusUpdater
- func (mock *MockCommitStatusUpdater) VerifyWasCalledOnce() *VerifierCommitStatusUpdater
- type MockCustomStepRunner
- func (mock *MockCustomStepRunner) FailHandler() pegomock.FailHandler
- func (mock *MockCustomStepRunner) Run(ctx models.ProjectCommandContext, cmd string, path string) (string, error)
- func (mock *MockCustomStepRunner) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockCustomStepRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCustomStepRunner
- func (mock *MockCustomStepRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCustomStepRunner
- func (mock *MockCustomStepRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierCustomStepRunner
- func (mock *MockCustomStepRunner) VerifyWasCalledOnce() *VerifierCustomStepRunner
- type MockEventParsing
- func (mock *MockEventParsing) FailHandler() pegomock.FailHandler
- func (mock *MockEventParsing) GetBitbucketCloudPullEventType(eventTypeHeader string) models.PullRequestEventType
- func (mock *MockEventParsing) GetBitbucketServerPullEventType(eventTypeHeader string) models.PullRequestEventType
- func (mock *MockEventParsing) ParseBitbucketCloudPullCommentEvent(body []byte) (models.PullRequest, models.Repo, models.Repo, models.User, string, error)
- func (mock *MockEventParsing) ParseBitbucketCloudPullEvent(body []byte) (models.PullRequest, models.Repo, models.Repo, models.User, error)
- func (mock *MockEventParsing) ParseBitbucketServerPullCommentEvent(body []byte) (models.PullRequest, models.Repo, models.Repo, models.User, string, error)
- func (mock *MockEventParsing) ParseBitbucketServerPullEvent(body []byte) (models.PullRequest, models.Repo, models.Repo, models.User, error)
- func (mock *MockEventParsing) ParseGithubIssueCommentEvent(comment *github.IssueCommentEvent) (models.Repo, models.User, int, error)
- func (mock *MockEventParsing) ParseGithubPull(ghPull *github.PullRequest) (models.PullRequest, models.Repo, models.Repo, error)
- func (mock *MockEventParsing) ParseGithubPullEvent(pullEvent *github.PullRequestEvent) (models.PullRequest, models.PullRequestEventType, models.Repo, models.Repo, ...)
- func (mock *MockEventParsing) ParseGithubRepo(ghRepo *github.Repository) (models.Repo, error)
- func (mock *MockEventParsing) ParseGitlabMergeRequest(mr *go_gitlab.MergeRequest, baseRepo models.Repo) models.PullRequest
- func (mock *MockEventParsing) ParseGitlabMergeRequestCommentEvent(event go_gitlab.MergeCommentEvent) (models.Repo, models.Repo, models.User, error)
- func (mock *MockEventParsing) ParseGitlabMergeRequestEvent(event go_gitlab.MergeEvent) (models.PullRequest, models.PullRequestEventType, models.Repo, models.Repo, ...)
- func (mock *MockEventParsing) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockEventParsing) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierEventParsing
- func (mock *MockEventParsing) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierEventParsing
- func (mock *MockEventParsing) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierEventParsing
- func (mock *MockEventParsing) VerifyWasCalledOnce() *VerifierEventParsing
- type MockGithubPullGetter
- func (mock *MockGithubPullGetter) FailHandler() pegomock.FailHandler
- func (mock *MockGithubPullGetter) GetPullRequest(repo models.Repo, pullNum int) (*github.PullRequest, error)
- func (mock *MockGithubPullGetter) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockGithubPullGetter) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierGithubPullGetter
- func (mock *MockGithubPullGetter) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierGithubPullGetter
- func (mock *MockGithubPullGetter) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierGithubPullGetter
- func (mock *MockGithubPullGetter) VerifyWasCalledOnce() *VerifierGithubPullGetter
- type MockGitlabMergeRequestGetter
- func (mock *MockGitlabMergeRequestGetter) FailHandler() pegomock.FailHandler
- func (mock *MockGitlabMergeRequestGetter) GetMergeRequest(repoFullName string, pullNum int) (*go_gitlab.MergeRequest, error)
- func (mock *MockGitlabMergeRequestGetter) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockGitlabMergeRequestGetter) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierGitlabMergeRequestGetter
- func (mock *MockGitlabMergeRequestGetter) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierGitlabMergeRequestGetter
- func (mock *MockGitlabMergeRequestGetter) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierGitlabMergeRequestGetter
- func (mock *MockGitlabMergeRequestGetter) VerifyWasCalledOnce() *VerifierGitlabMergeRequestGetter
- type MockLockURLGenerator
- func (mock *MockLockURLGenerator) FailHandler() pegomock.FailHandler
- func (mock *MockLockURLGenerator) GenerateLockURL(lockID string) string
- func (mock *MockLockURLGenerator) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockLockURLGenerator) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierLockURLGenerator
- func (mock *MockLockURLGenerator) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierLockURLGenerator
- func (mock *MockLockURLGenerator) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierLockURLGenerator
- func (mock *MockLockURLGenerator) VerifyWasCalledOnce() *VerifierLockURLGenerator
- type MockPendingPlanFinder
- func (mock *MockPendingPlanFinder) DeletePlans(pullDir string) error
- func (mock *MockPendingPlanFinder) FailHandler() pegomock.FailHandler
- func (mock *MockPendingPlanFinder) Find(pullDir string) ([]events.PendingPlan, error)
- func (mock *MockPendingPlanFinder) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockPendingPlanFinder) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierPendingPlanFinder
- func (mock *MockPendingPlanFinder) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierPendingPlanFinder
- func (mock *MockPendingPlanFinder) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierPendingPlanFinder
- func (mock *MockPendingPlanFinder) VerifyWasCalledOnce() *VerifierPendingPlanFinder
- type MockProjectCommandBuilder
- func (mock *MockProjectCommandBuilder) BuildApplyCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) ([]models.ProjectCommandContext, error)
- func (mock *MockProjectCommandBuilder) BuildAutoplanCommands(ctx *events.CommandContext) ([]models.ProjectCommandContext, error)
- func (mock *MockProjectCommandBuilder) BuildPlanCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) ([]models.ProjectCommandContext, error)
- func (mock *MockProjectCommandBuilder) FailHandler() pegomock.FailHandler
- func (mock *MockProjectCommandBuilder) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockProjectCommandBuilder) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierProjectCommandBuilder
- func (mock *MockProjectCommandBuilder) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierProjectCommandBuilder
- func (mock *MockProjectCommandBuilder) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierProjectCommandBuilder
- func (mock *MockProjectCommandBuilder) VerifyWasCalledOnce() *VerifierProjectCommandBuilder
- type MockProjectCommandRunner
- func (mock *MockProjectCommandRunner) Apply(ctx models.ProjectCommandContext) models.ProjectResult
- func (mock *MockProjectCommandRunner) FailHandler() pegomock.FailHandler
- func (mock *MockProjectCommandRunner) Plan(ctx models.ProjectCommandContext) models.ProjectResult
- func (mock *MockProjectCommandRunner) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockProjectCommandRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierProjectCommandRunner
- func (mock *MockProjectCommandRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierProjectCommandRunner
- func (mock *MockProjectCommandRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierProjectCommandRunner
- func (mock *MockProjectCommandRunner) VerifyWasCalledOnce() *VerifierProjectCommandRunner
- type MockProjectLocker
- func (mock *MockProjectLocker) FailHandler() pegomock.FailHandler
- func (mock *MockProjectLocker) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockProjectLocker) TryLock(log *logging.SimpleLogger, pull models.PullRequest, user models.User, ...) (*events.TryLockResponse, error)
- func (mock *MockProjectLocker) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierProjectLocker
- func (mock *MockProjectLocker) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierProjectLocker
- func (mock *MockProjectLocker) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierProjectLocker
- func (mock *MockProjectLocker) VerifyWasCalledOnce() *VerifierProjectLocker
- type MockPullCleaner
- func (mock *MockPullCleaner) CleanUpPull(repo models.Repo, pull models.PullRequest) error
- func (mock *MockPullCleaner) FailHandler() pegomock.FailHandler
- func (mock *MockPullCleaner) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockPullCleaner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierPullCleaner
- func (mock *MockPullCleaner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierPullCleaner
- func (mock *MockPullCleaner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierPullCleaner
- func (mock *MockPullCleaner) VerifyWasCalledOnce() *VerifierPullCleaner
- type MockStepRunner
- func (mock *MockStepRunner) FailHandler() pegomock.FailHandler
- func (mock *MockStepRunner) Run(ctx models.ProjectCommandContext, extraArgs []string, path string) (string, error)
- func (mock *MockStepRunner) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockStepRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierStepRunner
- func (mock *MockStepRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierStepRunner
- func (mock *MockStepRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierStepRunner
- func (mock *MockStepRunner) VerifyWasCalledOnce() *VerifierStepRunner
- type MockWebhooksSender
- func (mock *MockWebhooksSender) FailHandler() pegomock.FailHandler
- func (mock *MockWebhooksSender) Send(log *logging.SimpleLogger, res webhooks.ApplyResult) error
- func (mock *MockWebhooksSender) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockWebhooksSender) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierWebhooksSender
- func (mock *MockWebhooksSender) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierWebhooksSender
- func (mock *MockWebhooksSender) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierWebhooksSender
- func (mock *MockWebhooksSender) VerifyWasCalledOnce() *VerifierWebhooksSender
- type MockWorkingDir
- func (mock *MockWorkingDir) Clone(log *logging.SimpleLogger, baseRepo models.Repo, headRepo models.Repo, ...) (string, error)
- func (mock *MockWorkingDir) Delete(r models.Repo, p models.PullRequest) error
- func (mock *MockWorkingDir) DeleteForWorkspace(r models.Repo, p models.PullRequest, workspace string) error
- func (mock *MockWorkingDir) FailHandler() pegomock.FailHandler
- func (mock *MockWorkingDir) GetPullDir(r models.Repo, p models.PullRequest) (string, error)
- func (mock *MockWorkingDir) GetWorkingDir(r models.Repo, p models.PullRequest, workspace string) (string, error)
- func (mock *MockWorkingDir) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockWorkingDir) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierWorkingDir
- func (mock *MockWorkingDir) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierWorkingDir
- func (mock *MockWorkingDir) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierWorkingDir
- func (mock *MockWorkingDir) VerifyWasCalledOnce() *VerifierWorkingDir
- type MockWorkingDirLocker
- func (mock *MockWorkingDirLocker) FailHandler() pegomock.FailHandler
- func (mock *MockWorkingDirLocker) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockWorkingDirLocker) TryLock(repoFullName string, pullNum int, workspace string) (func(), error)
- func (mock *MockWorkingDirLocker) TryLockPull(repoFullName string, pullNum int) (func(), error)
- func (mock *MockWorkingDirLocker) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierWorkingDirLocker
- func (mock *MockWorkingDirLocker) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierWorkingDirLocker
- func (mock *MockWorkingDirLocker) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierWorkingDirLocker
- func (mock *MockWorkingDirLocker) VerifyWasCalledOnce() *VerifierWorkingDirLocker
- type PendingPlanFinder_DeletePlans_OngoingVerification
- type PendingPlanFinder_Find_OngoingVerification
- type ProjectCommandBuilder_BuildApplyCommands_OngoingVerification
- func (c *ProjectCommandBuilder_BuildApplyCommands_OngoingVerification) GetAllCapturedArguments() (_param0 []*events.CommandContext, _param1 []*events.CommentCommand)
- func (c *ProjectCommandBuilder_BuildApplyCommands_OngoingVerification) GetCapturedArguments() (*events.CommandContext, *events.CommentCommand)
- type ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification
- type ProjectCommandBuilder_BuildPlanCommands_OngoingVerification
- func (c *ProjectCommandBuilder_BuildPlanCommands_OngoingVerification) GetAllCapturedArguments() (_param0 []*events.CommandContext, _param1 []*events.CommentCommand)
- func (c *ProjectCommandBuilder_BuildPlanCommands_OngoingVerification) GetCapturedArguments() (*events.CommandContext, *events.CommentCommand)
- type ProjectCommandRunner_Apply_OngoingVerification
- type ProjectCommandRunner_Plan_OngoingVerification
- type ProjectLocker_TryLock_OngoingVerification
- func (c *ProjectLocker_TryLock_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []models.PullRequest, ...)
- func (c *ProjectLocker_TryLock_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, models.PullRequest, models.User, string, models.Project)
- type PullCleaner_CleanUpPull_OngoingVerification
- type StepRunner_Run_OngoingVerification
- type VerifierCommandRunner
- func (verifier *VerifierCommandRunner) RunAutoplanCommand(baseRepo models.Repo, headRepo models.Repo, pull models.PullRequest, ...) *CommandRunner_RunAutoplanCommand_OngoingVerification
- func (verifier *VerifierCommandRunner) RunCommentCommand(baseRepo models.Repo, maybeHeadRepo *models.Repo, ...) *CommandRunner_RunCommentCommand_OngoingVerification
- type VerifierCommentParsing
- type VerifierCommitStatusUpdater
- func (verifier *VerifierCommitStatusUpdater) UpdateCombined(repo models.Repo, pull models.PullRequest, status models.CommitStatus, ...) *CommitStatusUpdater_UpdateCombined_OngoingVerification
- func (verifier *VerifierCommitStatusUpdater) UpdateCombinedCount(repo models.Repo, pull models.PullRequest, status models.CommitStatus, ...) *CommitStatusUpdater_UpdateCombinedCount_OngoingVerification
- func (verifier *VerifierCommitStatusUpdater) UpdateProject(ctx models.ProjectCommandContext, cmdName models.CommandName, ...) *CommitStatusUpdater_UpdateProject_OngoingVerification
- type VerifierCustomStepRunner
- type VerifierEventParsing
- func (verifier *VerifierEventParsing) GetBitbucketCloudPullEventType(eventTypeHeader string) *EventParsing_GetBitbucketCloudPullEventType_OngoingVerification
- func (verifier *VerifierEventParsing) GetBitbucketServerPullEventType(eventTypeHeader string) *EventParsing_GetBitbucketServerPullEventType_OngoingVerification
- func (verifier *VerifierEventParsing) ParseBitbucketCloudPullCommentEvent(body []byte) *EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseBitbucketCloudPullEvent(body []byte) *EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseBitbucketServerPullCommentEvent(body []byte) *EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseBitbucketServerPullEvent(body []byte) *EventParsing_ParseBitbucketServerPullEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGithubIssueCommentEvent(comment *github.IssueCommentEvent) *EventParsing_ParseGithubIssueCommentEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGithubPull(ghPull *github.PullRequest) *EventParsing_ParseGithubPull_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGithubPullEvent(pullEvent *github.PullRequestEvent) *EventParsing_ParseGithubPullEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGithubRepo(ghRepo *github.Repository) *EventParsing_ParseGithubRepo_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGitlabMergeRequest(mr *go_gitlab.MergeRequest, baseRepo models.Repo) *EventParsing_ParseGitlabMergeRequest_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGitlabMergeRequestCommentEvent(event go_gitlab.MergeCommentEvent) *EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification
- func (verifier *VerifierEventParsing) ParseGitlabMergeRequestEvent(event go_gitlab.MergeEvent) *EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification
- type VerifierGithubPullGetter
- type VerifierGitlabMergeRequestGetter
- type VerifierLockURLGenerator
- type VerifierPendingPlanFinder
- type VerifierProjectCommandBuilder
- func (verifier *VerifierProjectCommandBuilder) BuildApplyCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) *ProjectCommandBuilder_BuildApplyCommands_OngoingVerification
- func (verifier *VerifierProjectCommandBuilder) BuildAutoplanCommands(ctx *events.CommandContext) *ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification
- func (verifier *VerifierProjectCommandBuilder) BuildPlanCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) *ProjectCommandBuilder_BuildPlanCommands_OngoingVerification
- type VerifierProjectCommandRunner
- type VerifierProjectLocker
- type VerifierPullCleaner
- type VerifierStepRunner
- type VerifierWebhooksSender
- type VerifierWorkingDir
- func (verifier *VerifierWorkingDir) Clone(log *logging.SimpleLogger, baseRepo models.Repo, headRepo models.Repo, ...) *WorkingDir_Clone_OngoingVerification
- func (verifier *VerifierWorkingDir) Delete(r models.Repo, p models.PullRequest) *WorkingDir_Delete_OngoingVerification
- func (verifier *VerifierWorkingDir) DeleteForWorkspace(r models.Repo, p models.PullRequest, workspace string) *WorkingDir_DeleteForWorkspace_OngoingVerification
- func (verifier *VerifierWorkingDir) GetPullDir(r models.Repo, p models.PullRequest) *WorkingDir_GetPullDir_OngoingVerification
- func (verifier *VerifierWorkingDir) GetWorkingDir(r models.Repo, p models.PullRequest, workspace string) *WorkingDir_GetWorkingDir_OngoingVerification
- type VerifierWorkingDirLocker
- type WebhooksSender_Send_OngoingVerification
- type WorkingDirLocker_TryLockPull_OngoingVerification
- type WorkingDirLocker_TryLock_OngoingVerification
- type WorkingDir_Clone_OngoingVerification
- func (c *WorkingDir_Clone_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []models.Repo, _param2 []models.Repo, ...)
- func (c *WorkingDir_Clone_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, models.Repo, models.Repo, models.PullRequest, string)
- type WorkingDir_DeleteForWorkspace_OngoingVerification
- type WorkingDir_Delete_OngoingVerification
- type WorkingDir_GetPullDir_OngoingVerification
- type WorkingDir_GetWorkingDir_OngoingVerification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRunner_RunAutoplanCommand_OngoingVerification ¶ added in v0.4.0
type CommandRunner_RunAutoplanCommand_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandRunner_RunAutoplanCommand_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *CommandRunner_RunAutoplanCommand_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.Repo, _param2 []models.PullRequest, _param3 []models.User)
func (*CommandRunner_RunAutoplanCommand_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *CommandRunner_RunAutoplanCommand_OngoingVerification) GetCapturedArguments() (models.Repo, models.Repo, models.PullRequest, models.User)
type CommandRunner_RunCommentCommand_OngoingVerification ¶ added in v0.4.0
type CommandRunner_RunCommentCommand_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommandRunner_RunCommentCommand_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *CommandRunner_RunCommentCommand_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []*models.Repo, _param2 []*models.PullRequest, _param3 []models.User, _param4 []int, _param5 []*events.CommentCommand)
func (*CommandRunner_RunCommentCommand_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *CommandRunner_RunCommentCommand_OngoingVerification) GetCapturedArguments() (models.Repo, *models.Repo, *models.PullRequest, models.User, int, *events.CommentCommand)
type CommentParsing_Parse_OngoingVerification ¶ added in v0.3.0
type CommentParsing_Parse_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommentParsing_Parse_OngoingVerification) GetAllCapturedArguments ¶ added in v0.3.0
func (c *CommentParsing_Parse_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []models.VCSHostType)
func (*CommentParsing_Parse_OngoingVerification) GetCapturedArguments ¶ added in v0.3.0
func (c *CommentParsing_Parse_OngoingVerification) GetCapturedArguments() (string, models.VCSHostType)
type CommitStatusUpdater_UpdateCombinedCount_OngoingVerification ¶ added in v0.5.0
type CommitStatusUpdater_UpdateCombinedCount_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommitStatusUpdater_UpdateCombinedCount_OngoingVerification) GetAllCapturedArguments ¶ added in v0.5.0
func (c *CommitStatusUpdater_UpdateCombinedCount_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, _param2 []models.CommitStatus, _param3 []models.CommandName, _param4 []int, _param5 []int)
func (*CommitStatusUpdater_UpdateCombinedCount_OngoingVerification) GetCapturedArguments ¶ added in v0.5.0
func (c *CommitStatusUpdater_UpdateCombinedCount_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, models.CommitStatus, models.CommandName, int, int)
type CommitStatusUpdater_UpdateCombined_OngoingVerification ¶ added in v0.5.0
type CommitStatusUpdater_UpdateCombined_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommitStatusUpdater_UpdateCombined_OngoingVerification) GetAllCapturedArguments ¶ added in v0.5.0
func (c *CommitStatusUpdater_UpdateCombined_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, _param2 []models.CommitStatus, _param3 []models.CommandName)
func (*CommitStatusUpdater_UpdateCombined_OngoingVerification) GetCapturedArguments ¶ added in v0.5.0
func (c *CommitStatusUpdater_UpdateCombined_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, models.CommitStatus, models.CommandName)
type CommitStatusUpdater_UpdateProject_OngoingVerification ¶ added in v0.5.0
type CommitStatusUpdater_UpdateProject_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CommitStatusUpdater_UpdateProject_OngoingVerification) GetAllCapturedArguments ¶ added in v0.5.0
func (c *CommitStatusUpdater_UpdateProject_OngoingVerification) GetAllCapturedArguments() (_param0 []models.ProjectCommandContext, _param1 []models.CommandName, _param2 []models.CommitStatus, _param3 []string)
func (*CommitStatusUpdater_UpdateProject_OngoingVerification) GetCapturedArguments ¶ added in v0.5.0
func (c *CommitStatusUpdater_UpdateProject_OngoingVerification) GetCapturedArguments() (models.ProjectCommandContext, models.CommandName, models.CommitStatus, string)
type CustomStepRunner_Run_OngoingVerification ¶ added in v0.7.0
type CustomStepRunner_Run_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*CustomStepRunner_Run_OngoingVerification) GetAllCapturedArguments ¶ added in v0.7.0
func (c *CustomStepRunner_Run_OngoingVerification) GetAllCapturedArguments() (_param0 []models.ProjectCommandContext, _param1 []string, _param2 []string)
func (*CustomStepRunner_Run_OngoingVerification) GetCapturedArguments ¶ added in v0.7.0
func (c *CustomStepRunner_Run_OngoingVerification) GetCapturedArguments() (models.ProjectCommandContext, string, string)
type EventParsing_GetBitbucketCloudPullEventType_OngoingVerification ¶ added in v0.4.13
type EventParsing_GetBitbucketCloudPullEventType_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_GetBitbucketCloudPullEventType_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_GetBitbucketCloudPullEventType_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*EventParsing_GetBitbucketCloudPullEventType_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_GetBitbucketCloudPullEventType_OngoingVerification) GetCapturedArguments() string
type EventParsing_GetBitbucketServerPullEventType_OngoingVerification ¶ added in v0.4.13
type EventParsing_GetBitbucketServerPullEventType_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_GetBitbucketServerPullEventType_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_GetBitbucketServerPullEventType_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*EventParsing_GetBitbucketServerPullEventType_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_GetBitbucketServerPullEventType_OngoingVerification) GetCapturedArguments() string
type EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification ¶ added in v0.4.13
type EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification) GetAllCapturedArguments() (_param0 [][]byte)
func (*EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification) GetCapturedArguments() []byte
type EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification ¶ added in v0.4.3
type EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.3
func (c *EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification) GetAllCapturedArguments() (_param0 [][]byte)
func (*EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.3
func (c *EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification) GetCapturedArguments() []byte
type EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification ¶ added in v0.4.13
type EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification) GetAllCapturedArguments() (_param0 [][]byte)
func (*EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification) GetCapturedArguments() []byte
type EventParsing_ParseBitbucketServerPullEvent_OngoingVerification ¶ added in v0.4.4
type EventParsing_ParseBitbucketServerPullEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseBitbucketServerPullEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.4
func (c *EventParsing_ParseBitbucketServerPullEvent_OngoingVerification) GetAllCapturedArguments() (_param0 [][]byte)
func (*EventParsing_ParseBitbucketServerPullEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.4
func (c *EventParsing_ParseBitbucketServerPullEvent_OngoingVerification) GetCapturedArguments() []byte
type EventParsing_ParseGithubIssueCommentEvent_OngoingVerification ¶ added in v0.2.0
type EventParsing_ParseGithubIssueCommentEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGithubIssueCommentEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGithubIssueCommentEvent_OngoingVerification) GetAllCapturedArguments() (_param0 []*github.IssueCommentEvent)
func (*EventParsing_ParseGithubIssueCommentEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGithubIssueCommentEvent_OngoingVerification) GetCapturedArguments() *github.IssueCommentEvent
type EventParsing_ParseGithubPullEvent_OngoingVerification ¶ added in v0.4.0
type EventParsing_ParseGithubPullEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGithubPullEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *EventParsing_ParseGithubPullEvent_OngoingVerification) GetAllCapturedArguments() (_param0 []*github.PullRequestEvent)
func (*EventParsing_ParseGithubPullEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *EventParsing_ParseGithubPullEvent_OngoingVerification) GetCapturedArguments() *github.PullRequestEvent
type EventParsing_ParseGithubPull_OngoingVerification ¶ added in v0.2.0
type EventParsing_ParseGithubPull_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGithubPull_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGithubPull_OngoingVerification) GetAllCapturedArguments() (_param0 []*github.PullRequest)
func (*EventParsing_ParseGithubPull_OngoingVerification) GetCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGithubPull_OngoingVerification) GetCapturedArguments() *github.PullRequest
type EventParsing_ParseGithubRepo_OngoingVerification ¶ added in v0.2.0
type EventParsing_ParseGithubRepo_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGithubRepo_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGithubRepo_OngoingVerification) GetAllCapturedArguments() (_param0 []*github.Repository)
func (*EventParsing_ParseGithubRepo_OngoingVerification) GetCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGithubRepo_OngoingVerification) GetCapturedArguments() *github.Repository
type EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification ¶ added in v0.4.13
type EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification) GetAllCapturedArguments() (_param0 []go_gitlab.MergeCommentEvent)
func (*EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification) GetCapturedArguments() go_gitlab.MergeCommentEvent
type EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification ¶ added in v0.4.13
type EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification) GetAllCapturedArguments() (_param0 []go_gitlab.MergeEvent)
func (*EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification) GetCapturedArguments() go_gitlab.MergeEvent
type EventParsing_ParseGitlabMergeRequest_OngoingVerification ¶ added in v0.2.0
type EventParsing_ParseGitlabMergeRequest_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*EventParsing_ParseGitlabMergeRequest_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGitlabMergeRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []*go_gitlab.MergeRequest, _param1 []models.Repo)
func (*EventParsing_ParseGitlabMergeRequest_OngoingVerification) GetCapturedArguments ¶ added in v0.2.0
func (c *EventParsing_ParseGitlabMergeRequest_OngoingVerification) GetCapturedArguments() (*go_gitlab.MergeRequest, models.Repo)
type GithubPullGetter_GetPullRequest_OngoingVerification ¶ added in v0.2.0
type GithubPullGetter_GetPullRequest_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*GithubPullGetter_GetPullRequest_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.0
func (c *GithubPullGetter_GetPullRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []int)
func (*GithubPullGetter_GetPullRequest_OngoingVerification) GetCapturedArguments ¶ added in v0.2.0
func (c *GithubPullGetter_GetPullRequest_OngoingVerification) GetCapturedArguments() (models.Repo, int)
type GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification ¶ added in v0.2.0
type GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification) GetAllCapturedArguments ¶ added in v0.2.0
func (c *GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []int)
func (*GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification) GetCapturedArguments ¶ added in v0.2.0
func (c *GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification) GetCapturedArguments() (string, int)
type LockURLGenerator_GenerateLockURL_OngoingVerification ¶ added in v0.4.0
type LockURLGenerator_GenerateLockURL_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*LockURLGenerator_GenerateLockURL_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *LockURLGenerator_GenerateLockURL_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*LockURLGenerator_GenerateLockURL_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *LockURLGenerator_GenerateLockURL_OngoingVerification) GetCapturedArguments() string
type MockCommandRunner ¶
type MockCommandRunner struct {
// contains filtered or unexported fields
}
func NewMockCommandRunner ¶
func NewMockCommandRunner(options ...pegomock.Option) *MockCommandRunner
func (*MockCommandRunner) FailHandler ¶ added in v0.6.0
func (mock *MockCommandRunner) FailHandler() pegomock.FailHandler
func (*MockCommandRunner) RunAutoplanCommand ¶ added in v0.4.0
func (mock *MockCommandRunner) RunAutoplanCommand(baseRepo models.Repo, headRepo models.Repo, pull models.PullRequest, user models.User)
func (*MockCommandRunner) RunCommentCommand ¶ added in v0.4.0
func (mock *MockCommandRunner) RunCommentCommand(baseRepo models.Repo, maybeHeadRepo *models.Repo, maybePull *models.PullRequest, user models.User, pullNum int, cmd *events.CommentCommand)
func (*MockCommandRunner) SetFailHandler ¶ added in v0.6.0
func (mock *MockCommandRunner) SetFailHandler(fh pegomock.FailHandler)
func (*MockCommandRunner) VerifyWasCalled ¶
func (mock *MockCommandRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommandRunner
func (*MockCommandRunner) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockCommandRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCommandRunner
func (*MockCommandRunner) VerifyWasCalledInOrder ¶
func (mock *MockCommandRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCommandRunner
func (*MockCommandRunner) VerifyWasCalledOnce ¶
func (mock *MockCommandRunner) VerifyWasCalledOnce() *VerifierCommandRunner
type MockCommentParsing ¶ added in v0.3.0
type MockCommentParsing struct {
// contains filtered or unexported fields
}
func NewMockCommentParsing ¶ added in v0.3.0
func NewMockCommentParsing(options ...pegomock.Option) *MockCommentParsing
func (*MockCommentParsing) FailHandler ¶ added in v0.6.0
func (mock *MockCommentParsing) FailHandler() pegomock.FailHandler
func (*MockCommentParsing) Parse ¶ added in v0.3.0
func (mock *MockCommentParsing) Parse(comment string, vcsHost models.VCSHostType) events.CommentParseResult
func (*MockCommentParsing) SetFailHandler ¶ added in v0.6.0
func (mock *MockCommentParsing) SetFailHandler(fh pegomock.FailHandler)
func (*MockCommentParsing) VerifyWasCalled ¶ added in v0.3.0
func (mock *MockCommentParsing) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommentParsing
func (*MockCommentParsing) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockCommentParsing) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCommentParsing
func (*MockCommentParsing) VerifyWasCalledInOrder ¶ added in v0.3.0
func (mock *MockCommentParsing) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCommentParsing
func (*MockCommentParsing) VerifyWasCalledOnce ¶ added in v0.3.0
func (mock *MockCommentParsing) VerifyWasCalledOnce() *VerifierCommentParsing
type MockCommitStatusUpdater ¶ added in v0.2.0
type MockCommitStatusUpdater struct {
// contains filtered or unexported fields
}
func NewMockCommitStatusUpdater ¶ added in v0.2.0
func NewMockCommitStatusUpdater(options ...pegomock.Option) *MockCommitStatusUpdater
func (*MockCommitStatusUpdater) FailHandler ¶ added in v0.6.0
func (mock *MockCommitStatusUpdater) FailHandler() pegomock.FailHandler
func (*MockCommitStatusUpdater) SetFailHandler ¶ added in v0.6.0
func (mock *MockCommitStatusUpdater) SetFailHandler(fh pegomock.FailHandler)
func (*MockCommitStatusUpdater) UpdateCombined ¶ added in v0.5.0
func (mock *MockCommitStatusUpdater) UpdateCombined(repo models.Repo, pull models.PullRequest, status models.CommitStatus, command models.CommandName) error
func (*MockCommitStatusUpdater) UpdateCombinedCount ¶ added in v0.5.0
func (mock *MockCommitStatusUpdater) UpdateCombinedCount(repo models.Repo, pull models.PullRequest, status models.CommitStatus, command models.CommandName, numSuccess int, numTotal int) error
func (*MockCommitStatusUpdater) UpdateProject ¶ added in v0.5.0
func (mock *MockCommitStatusUpdater) UpdateProject(ctx models.ProjectCommandContext, cmdName models.CommandName, status models.CommitStatus, url string) error
func (*MockCommitStatusUpdater) VerifyWasCalled ¶ added in v0.2.0
func (mock *MockCommitStatusUpdater) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCommitStatusUpdater
func (*MockCommitStatusUpdater) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockCommitStatusUpdater) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCommitStatusUpdater
func (*MockCommitStatusUpdater) VerifyWasCalledInOrder ¶ added in v0.2.0
func (mock *MockCommitStatusUpdater) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCommitStatusUpdater
func (*MockCommitStatusUpdater) VerifyWasCalledOnce ¶ added in v0.2.0
func (mock *MockCommitStatusUpdater) VerifyWasCalledOnce() *VerifierCommitStatusUpdater
type MockCustomStepRunner ¶ added in v0.7.0
type MockCustomStepRunner struct {
// contains filtered or unexported fields
}
func NewMockCustomStepRunner ¶ added in v0.7.0
func NewMockCustomStepRunner(options ...pegomock.Option) *MockCustomStepRunner
func (*MockCustomStepRunner) FailHandler ¶ added in v0.7.0
func (mock *MockCustomStepRunner) FailHandler() pegomock.FailHandler
func (*MockCustomStepRunner) Run ¶ added in v0.7.0
func (mock *MockCustomStepRunner) Run(ctx models.ProjectCommandContext, cmd string, path string) (string, error)
func (*MockCustomStepRunner) SetFailHandler ¶ added in v0.7.0
func (mock *MockCustomStepRunner) SetFailHandler(fh pegomock.FailHandler)
func (*MockCustomStepRunner) VerifyWasCalled ¶ added in v0.7.0
func (mock *MockCustomStepRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierCustomStepRunner
func (*MockCustomStepRunner) VerifyWasCalledEventually ¶ added in v0.7.0
func (mock *MockCustomStepRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierCustomStepRunner
func (*MockCustomStepRunner) VerifyWasCalledInOrder ¶ added in v0.7.0
func (mock *MockCustomStepRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierCustomStepRunner
func (*MockCustomStepRunner) VerifyWasCalledOnce ¶ added in v0.7.0
func (mock *MockCustomStepRunner) VerifyWasCalledOnce() *VerifierCustomStepRunner
type MockEventParsing ¶
type MockEventParsing struct {
// contains filtered or unexported fields
}
func NewMockEventParsing ¶
func NewMockEventParsing(options ...pegomock.Option) *MockEventParsing
func (*MockEventParsing) FailHandler ¶ added in v0.6.0
func (mock *MockEventParsing) FailHandler() pegomock.FailHandler
func (*MockEventParsing) GetBitbucketCloudPullEventType ¶ added in v0.4.8
func (mock *MockEventParsing) GetBitbucketCloudPullEventType(eventTypeHeader string) models.PullRequestEventType
func (*MockEventParsing) GetBitbucketServerPullEventType ¶ added in v0.4.8
func (mock *MockEventParsing) GetBitbucketServerPullEventType(eventTypeHeader string) models.PullRequestEventType
func (*MockEventParsing) ParseBitbucketCloudPullCommentEvent ¶ added in v0.4.8
func (*MockEventParsing) ParseBitbucketCloudPullEvent ¶ added in v0.4.3
func (*MockEventParsing) ParseBitbucketServerPullCommentEvent ¶ added in v0.4.8
func (*MockEventParsing) ParseBitbucketServerPullEvent ¶ added in v0.4.4
func (*MockEventParsing) ParseGithubIssueCommentEvent ¶ added in v0.2.0
func (mock *MockEventParsing) ParseGithubIssueCommentEvent(comment *github.IssueCommentEvent) (models.Repo, models.User, int, error)
func (*MockEventParsing) ParseGithubPull ¶ added in v0.2.0
func (mock *MockEventParsing) ParseGithubPull(ghPull *github.PullRequest) (models.PullRequest, models.Repo, models.Repo, error)
func (*MockEventParsing) ParseGithubPullEvent ¶ added in v0.4.0
func (mock *MockEventParsing) ParseGithubPullEvent(pullEvent *github.PullRequestEvent) (models.PullRequest, models.PullRequestEventType, models.Repo, models.Repo, models.User, error)
func (*MockEventParsing) ParseGithubRepo ¶ added in v0.2.0
func (mock *MockEventParsing) ParseGithubRepo(ghRepo *github.Repository) (models.Repo, error)
func (*MockEventParsing) ParseGitlabMergeRequest ¶ added in v0.2.0
func (mock *MockEventParsing) ParseGitlabMergeRequest(mr *go_gitlab.MergeRequest, baseRepo models.Repo) models.PullRequest
func (*MockEventParsing) ParseGitlabMergeRequestCommentEvent ¶ added in v0.4.8
func (mock *MockEventParsing) ParseGitlabMergeRequestCommentEvent(event go_gitlab.MergeCommentEvent) (models.Repo, models.Repo, models.User, error)
func (*MockEventParsing) ParseGitlabMergeRequestEvent ¶ added in v0.4.8
func (mock *MockEventParsing) ParseGitlabMergeRequestEvent(event go_gitlab.MergeEvent) (models.PullRequest, models.PullRequestEventType, models.Repo, models.Repo, models.User, error)
func (*MockEventParsing) SetFailHandler ¶ added in v0.6.0
func (mock *MockEventParsing) SetFailHandler(fh pegomock.FailHandler)
func (*MockEventParsing) VerifyWasCalled ¶
func (mock *MockEventParsing) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierEventParsing
func (*MockEventParsing) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockEventParsing) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierEventParsing
func (*MockEventParsing) VerifyWasCalledInOrder ¶
func (mock *MockEventParsing) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierEventParsing
func (*MockEventParsing) VerifyWasCalledOnce ¶
func (mock *MockEventParsing) VerifyWasCalledOnce() *VerifierEventParsing
type MockGithubPullGetter ¶ added in v0.2.0
type MockGithubPullGetter struct {
// contains filtered or unexported fields
}
func NewMockGithubPullGetter ¶ added in v0.2.0
func NewMockGithubPullGetter(options ...pegomock.Option) *MockGithubPullGetter
func (*MockGithubPullGetter) FailHandler ¶ added in v0.6.0
func (mock *MockGithubPullGetter) FailHandler() pegomock.FailHandler
func (*MockGithubPullGetter) GetPullRequest ¶ added in v0.2.0
func (mock *MockGithubPullGetter) GetPullRequest(repo models.Repo, pullNum int) (*github.PullRequest, error)
func (*MockGithubPullGetter) SetFailHandler ¶ added in v0.6.0
func (mock *MockGithubPullGetter) SetFailHandler(fh pegomock.FailHandler)
func (*MockGithubPullGetter) VerifyWasCalled ¶ added in v0.2.0
func (mock *MockGithubPullGetter) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierGithubPullGetter
func (*MockGithubPullGetter) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockGithubPullGetter) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierGithubPullGetter
func (*MockGithubPullGetter) VerifyWasCalledInOrder ¶ added in v0.2.0
func (mock *MockGithubPullGetter) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierGithubPullGetter
func (*MockGithubPullGetter) VerifyWasCalledOnce ¶ added in v0.2.0
func (mock *MockGithubPullGetter) VerifyWasCalledOnce() *VerifierGithubPullGetter
type MockGitlabMergeRequestGetter ¶ added in v0.2.0
type MockGitlabMergeRequestGetter struct {
// contains filtered or unexported fields
}
func NewMockGitlabMergeRequestGetter ¶ added in v0.2.0
func NewMockGitlabMergeRequestGetter(options ...pegomock.Option) *MockGitlabMergeRequestGetter
func (*MockGitlabMergeRequestGetter) FailHandler ¶ added in v0.6.0
func (mock *MockGitlabMergeRequestGetter) FailHandler() pegomock.FailHandler
func (*MockGitlabMergeRequestGetter) GetMergeRequest ¶ added in v0.2.0
func (mock *MockGitlabMergeRequestGetter) GetMergeRequest(repoFullName string, pullNum int) (*go_gitlab.MergeRequest, error)
func (*MockGitlabMergeRequestGetter) SetFailHandler ¶ added in v0.6.0
func (mock *MockGitlabMergeRequestGetter) SetFailHandler(fh pegomock.FailHandler)
func (*MockGitlabMergeRequestGetter) VerifyWasCalled ¶ added in v0.2.0
func (mock *MockGitlabMergeRequestGetter) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierGitlabMergeRequestGetter
func (*MockGitlabMergeRequestGetter) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockGitlabMergeRequestGetter) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierGitlabMergeRequestGetter
func (*MockGitlabMergeRequestGetter) VerifyWasCalledInOrder ¶ added in v0.2.0
func (mock *MockGitlabMergeRequestGetter) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierGitlabMergeRequestGetter
func (*MockGitlabMergeRequestGetter) VerifyWasCalledOnce ¶ added in v0.2.0
func (mock *MockGitlabMergeRequestGetter) VerifyWasCalledOnce() *VerifierGitlabMergeRequestGetter
type MockLockURLGenerator ¶
type MockLockURLGenerator struct {
// contains filtered or unexported fields
}
func NewMockLockURLGenerator ¶
func NewMockLockURLGenerator(options ...pegomock.Option) *MockLockURLGenerator
func (*MockLockURLGenerator) FailHandler ¶ added in v0.6.0
func (mock *MockLockURLGenerator) FailHandler() pegomock.FailHandler
func (*MockLockURLGenerator) GenerateLockURL ¶ added in v0.4.0
func (mock *MockLockURLGenerator) GenerateLockURL(lockID string) string
func (*MockLockURLGenerator) SetFailHandler ¶ added in v0.6.0
func (mock *MockLockURLGenerator) SetFailHandler(fh pegomock.FailHandler)
func (*MockLockURLGenerator) VerifyWasCalled ¶
func (mock *MockLockURLGenerator) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierLockURLGenerator
func (*MockLockURLGenerator) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockLockURLGenerator) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierLockURLGenerator
func (*MockLockURLGenerator) VerifyWasCalledInOrder ¶
func (mock *MockLockURLGenerator) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierLockURLGenerator
func (*MockLockURLGenerator) VerifyWasCalledOnce ¶
func (mock *MockLockURLGenerator) VerifyWasCalledOnce() *VerifierLockURLGenerator
type MockPendingPlanFinder ¶ added in v0.4.14
type MockPendingPlanFinder struct {
// contains filtered or unexported fields
}
func NewMockPendingPlanFinder ¶ added in v0.4.14
func NewMockPendingPlanFinder(options ...pegomock.Option) *MockPendingPlanFinder
func (*MockPendingPlanFinder) DeletePlans ¶ added in v0.4.14
func (mock *MockPendingPlanFinder) DeletePlans(pullDir string) error
func (*MockPendingPlanFinder) FailHandler ¶ added in v0.6.0
func (mock *MockPendingPlanFinder) FailHandler() pegomock.FailHandler
func (*MockPendingPlanFinder) Find ¶ added in v0.4.14
func (mock *MockPendingPlanFinder) Find(pullDir string) ([]events.PendingPlan, error)
func (*MockPendingPlanFinder) SetFailHandler ¶ added in v0.6.0
func (mock *MockPendingPlanFinder) SetFailHandler(fh pegomock.FailHandler)
func (*MockPendingPlanFinder) VerifyWasCalled ¶ added in v0.4.14
func (mock *MockPendingPlanFinder) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierPendingPlanFinder
func (*MockPendingPlanFinder) VerifyWasCalledEventually ¶ added in v0.4.14
func (mock *MockPendingPlanFinder) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierPendingPlanFinder
func (*MockPendingPlanFinder) VerifyWasCalledInOrder ¶ added in v0.4.14
func (mock *MockPendingPlanFinder) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierPendingPlanFinder
func (*MockPendingPlanFinder) VerifyWasCalledOnce ¶ added in v0.4.14
func (mock *MockPendingPlanFinder) VerifyWasCalledOnce() *VerifierPendingPlanFinder
type MockProjectCommandBuilder ¶ added in v0.4.0
type MockProjectCommandBuilder struct {
// contains filtered or unexported fields
}
func NewMockProjectCommandBuilder ¶ added in v0.4.0
func NewMockProjectCommandBuilder(options ...pegomock.Option) *MockProjectCommandBuilder
func (*MockProjectCommandBuilder) BuildApplyCommands ¶ added in v0.4.5
func (mock *MockProjectCommandBuilder) BuildApplyCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) ([]models.ProjectCommandContext, error)
func (*MockProjectCommandBuilder) BuildAutoplanCommands ¶ added in v0.4.0
func (mock *MockProjectCommandBuilder) BuildAutoplanCommands(ctx *events.CommandContext) ([]models.ProjectCommandContext, error)
func (*MockProjectCommandBuilder) BuildPlanCommands ¶ added in v0.4.5
func (mock *MockProjectCommandBuilder) BuildPlanCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) ([]models.ProjectCommandContext, error)
func (*MockProjectCommandBuilder) FailHandler ¶ added in v0.6.0
func (mock *MockProjectCommandBuilder) FailHandler() pegomock.FailHandler
func (*MockProjectCommandBuilder) SetFailHandler ¶ added in v0.6.0
func (mock *MockProjectCommandBuilder) SetFailHandler(fh pegomock.FailHandler)
func (*MockProjectCommandBuilder) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockProjectCommandBuilder) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierProjectCommandBuilder
func (*MockProjectCommandBuilder) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockProjectCommandBuilder) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierProjectCommandBuilder
func (*MockProjectCommandBuilder) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockProjectCommandBuilder) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierProjectCommandBuilder
func (*MockProjectCommandBuilder) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockProjectCommandBuilder) VerifyWasCalledOnce() *VerifierProjectCommandBuilder
type MockProjectCommandRunner ¶ added in v0.4.0
type MockProjectCommandRunner struct {
// contains filtered or unexported fields
}
func NewMockProjectCommandRunner ¶ added in v0.4.0
func NewMockProjectCommandRunner(options ...pegomock.Option) *MockProjectCommandRunner
func (*MockProjectCommandRunner) Apply ¶ added in v0.4.0
func (mock *MockProjectCommandRunner) Apply(ctx models.ProjectCommandContext) models.ProjectResult
func (*MockProjectCommandRunner) FailHandler ¶ added in v0.6.0
func (mock *MockProjectCommandRunner) FailHandler() pegomock.FailHandler
func (*MockProjectCommandRunner) Plan ¶ added in v0.4.0
func (mock *MockProjectCommandRunner) Plan(ctx models.ProjectCommandContext) models.ProjectResult
func (*MockProjectCommandRunner) SetFailHandler ¶ added in v0.6.0
func (mock *MockProjectCommandRunner) SetFailHandler(fh pegomock.FailHandler)
func (*MockProjectCommandRunner) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockProjectCommandRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierProjectCommandRunner
func (*MockProjectCommandRunner) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockProjectCommandRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierProjectCommandRunner
func (*MockProjectCommandRunner) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockProjectCommandRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierProjectCommandRunner
func (*MockProjectCommandRunner) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockProjectCommandRunner) VerifyWasCalledOnce() *VerifierProjectCommandRunner
type MockProjectLocker ¶ added in v0.4.0
type MockProjectLocker struct {
// contains filtered or unexported fields
}
func NewMockProjectLocker ¶ added in v0.4.0
func NewMockProjectLocker(options ...pegomock.Option) *MockProjectLocker
func (*MockProjectLocker) FailHandler ¶ added in v0.6.0
func (mock *MockProjectLocker) FailHandler() pegomock.FailHandler
func (*MockProjectLocker) SetFailHandler ¶ added in v0.6.0
func (mock *MockProjectLocker) SetFailHandler(fh pegomock.FailHandler)
func (*MockProjectLocker) TryLock ¶ added in v0.4.0
func (mock *MockProjectLocker) TryLock(log *logging.SimpleLogger, pull models.PullRequest, user models.User, workspace string, project models.Project) (*events.TryLockResponse, error)
func (*MockProjectLocker) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockProjectLocker) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierProjectLocker
func (*MockProjectLocker) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockProjectLocker) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierProjectLocker
func (*MockProjectLocker) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockProjectLocker) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierProjectLocker
func (*MockProjectLocker) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockProjectLocker) VerifyWasCalledOnce() *VerifierProjectLocker
type MockPullCleaner ¶
type MockPullCleaner struct {
// contains filtered or unexported fields
}
func NewMockPullCleaner ¶
func NewMockPullCleaner(options ...pegomock.Option) *MockPullCleaner
func (*MockPullCleaner) CleanUpPull ¶
func (mock *MockPullCleaner) CleanUpPull(repo models.Repo, pull models.PullRequest) error
func (*MockPullCleaner) FailHandler ¶ added in v0.6.0
func (mock *MockPullCleaner) FailHandler() pegomock.FailHandler
func (*MockPullCleaner) SetFailHandler ¶ added in v0.6.0
func (mock *MockPullCleaner) SetFailHandler(fh pegomock.FailHandler)
func (*MockPullCleaner) VerifyWasCalled ¶
func (mock *MockPullCleaner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierPullCleaner
func (*MockPullCleaner) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockPullCleaner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierPullCleaner
func (*MockPullCleaner) VerifyWasCalledInOrder ¶
func (mock *MockPullCleaner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierPullCleaner
func (*MockPullCleaner) VerifyWasCalledOnce ¶
func (mock *MockPullCleaner) VerifyWasCalledOnce() *VerifierPullCleaner
type MockStepRunner ¶ added in v0.4.0
type MockStepRunner struct {
// contains filtered or unexported fields
}
func NewMockStepRunner ¶ added in v0.4.0
func NewMockStepRunner(options ...pegomock.Option) *MockStepRunner
func (*MockStepRunner) FailHandler ¶ added in v0.6.0
func (mock *MockStepRunner) FailHandler() pegomock.FailHandler
func (*MockStepRunner) Run ¶ added in v0.4.0
func (mock *MockStepRunner) Run(ctx models.ProjectCommandContext, extraArgs []string, path string) (string, error)
func (*MockStepRunner) SetFailHandler ¶ added in v0.6.0
func (mock *MockStepRunner) SetFailHandler(fh pegomock.FailHandler)
func (*MockStepRunner) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockStepRunner) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierStepRunner
func (*MockStepRunner) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockStepRunner) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierStepRunner
func (*MockStepRunner) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockStepRunner) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierStepRunner
func (*MockStepRunner) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockStepRunner) VerifyWasCalledOnce() *VerifierStepRunner
type MockWebhooksSender ¶ added in v0.4.0
type MockWebhooksSender struct {
// contains filtered or unexported fields
}
func NewMockWebhooksSender ¶ added in v0.4.0
func NewMockWebhooksSender(options ...pegomock.Option) *MockWebhooksSender
func (*MockWebhooksSender) FailHandler ¶ added in v0.6.0
func (mock *MockWebhooksSender) FailHandler() pegomock.FailHandler
func (*MockWebhooksSender) Send ¶ added in v0.4.0
func (mock *MockWebhooksSender) Send(log *logging.SimpleLogger, res webhooks.ApplyResult) error
func (*MockWebhooksSender) SetFailHandler ¶ added in v0.6.0
func (mock *MockWebhooksSender) SetFailHandler(fh pegomock.FailHandler)
func (*MockWebhooksSender) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockWebhooksSender) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierWebhooksSender
func (*MockWebhooksSender) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockWebhooksSender) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierWebhooksSender
func (*MockWebhooksSender) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockWebhooksSender) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierWebhooksSender
func (*MockWebhooksSender) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockWebhooksSender) VerifyWasCalledOnce() *VerifierWebhooksSender
type MockWorkingDir ¶ added in v0.4.0
type MockWorkingDir struct {
// contains filtered or unexported fields
}
func NewMockWorkingDir ¶ added in v0.4.0
func NewMockWorkingDir(options ...pegomock.Option) *MockWorkingDir
func (*MockWorkingDir) Clone ¶ added in v0.4.0
func (mock *MockWorkingDir) Clone(log *logging.SimpleLogger, baseRepo models.Repo, headRepo models.Repo, p models.PullRequest, workspace string) (string, error)
func (*MockWorkingDir) Delete ¶ added in v0.4.0
func (mock *MockWorkingDir) Delete(r models.Repo, p models.PullRequest) error
func (*MockWorkingDir) DeleteForWorkspace ¶ added in v0.4.0
func (mock *MockWorkingDir) DeleteForWorkspace(r models.Repo, p models.PullRequest, workspace string) error
func (*MockWorkingDir) FailHandler ¶ added in v0.6.0
func (mock *MockWorkingDir) FailHandler() pegomock.FailHandler
func (*MockWorkingDir) GetPullDir ¶ added in v0.4.5
func (mock *MockWorkingDir) GetPullDir(r models.Repo, p models.PullRequest) (string, error)
func (*MockWorkingDir) GetWorkingDir ¶ added in v0.4.0
func (mock *MockWorkingDir) GetWorkingDir(r models.Repo, p models.PullRequest, workspace string) (string, error)
func (*MockWorkingDir) SetFailHandler ¶ added in v0.6.0
func (mock *MockWorkingDir) SetFailHandler(fh pegomock.FailHandler)
func (*MockWorkingDir) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockWorkingDir) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierWorkingDir
func (*MockWorkingDir) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockWorkingDir) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierWorkingDir
func (*MockWorkingDir) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockWorkingDir) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierWorkingDir
func (*MockWorkingDir) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockWorkingDir) VerifyWasCalledOnce() *VerifierWorkingDir
type MockWorkingDirLocker ¶ added in v0.4.0
type MockWorkingDirLocker struct {
// contains filtered or unexported fields
}
func NewMockWorkingDirLocker ¶ added in v0.4.0
func NewMockWorkingDirLocker(options ...pegomock.Option) *MockWorkingDirLocker
func (*MockWorkingDirLocker) FailHandler ¶ added in v0.6.0
func (mock *MockWorkingDirLocker) FailHandler() pegomock.FailHandler
func (*MockWorkingDirLocker) SetFailHandler ¶ added in v0.6.0
func (mock *MockWorkingDirLocker) SetFailHandler(fh pegomock.FailHandler)
func (*MockWorkingDirLocker) TryLock ¶ added in v0.4.0
func (mock *MockWorkingDirLocker) TryLock(repoFullName string, pullNum int, workspace string) (func(), error)
func (*MockWorkingDirLocker) TryLockPull ¶ added in v0.4.13
func (mock *MockWorkingDirLocker) TryLockPull(repoFullName string, pullNum int) (func(), error)
func (*MockWorkingDirLocker) VerifyWasCalled ¶ added in v0.4.0
func (mock *MockWorkingDirLocker) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierWorkingDirLocker
func (*MockWorkingDirLocker) VerifyWasCalledEventually ¶ added in v0.4.13
func (mock *MockWorkingDirLocker) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierWorkingDirLocker
func (*MockWorkingDirLocker) VerifyWasCalledInOrder ¶ added in v0.4.0
func (mock *MockWorkingDirLocker) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierWorkingDirLocker
func (*MockWorkingDirLocker) VerifyWasCalledOnce ¶ added in v0.4.0
func (mock *MockWorkingDirLocker) VerifyWasCalledOnce() *VerifierWorkingDirLocker
type PendingPlanFinder_DeletePlans_OngoingVerification ¶ added in v0.4.14
type PendingPlanFinder_DeletePlans_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*PendingPlanFinder_DeletePlans_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.14
func (c *PendingPlanFinder_DeletePlans_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*PendingPlanFinder_DeletePlans_OngoingVerification) GetCapturedArguments ¶ added in v0.4.14
func (c *PendingPlanFinder_DeletePlans_OngoingVerification) GetCapturedArguments() string
type PendingPlanFinder_Find_OngoingVerification ¶ added in v0.4.14
type PendingPlanFinder_Find_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*PendingPlanFinder_Find_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.14
func (c *PendingPlanFinder_Find_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*PendingPlanFinder_Find_OngoingVerification) GetCapturedArguments ¶ added in v0.4.14
func (c *PendingPlanFinder_Find_OngoingVerification) GetCapturedArguments() string
type ProjectCommandBuilder_BuildApplyCommands_OngoingVerification ¶ added in v0.4.5
type ProjectCommandBuilder_BuildApplyCommands_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*ProjectCommandBuilder_BuildApplyCommands_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.5
func (c *ProjectCommandBuilder_BuildApplyCommands_OngoingVerification) GetAllCapturedArguments() (_param0 []*events.CommandContext, _param1 []*events.CommentCommand)
func (*ProjectCommandBuilder_BuildApplyCommands_OngoingVerification) GetCapturedArguments ¶ added in v0.4.5
func (c *ProjectCommandBuilder_BuildApplyCommands_OngoingVerification) GetCapturedArguments() (*events.CommandContext, *events.CommentCommand)
type ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification ¶ added in v0.4.0
type ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification) GetAllCapturedArguments() (_param0 []*events.CommandContext)
func (*ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification) GetCapturedArguments() *events.CommandContext
type ProjectCommandBuilder_BuildPlanCommands_OngoingVerification ¶ added in v0.4.5
type ProjectCommandBuilder_BuildPlanCommands_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*ProjectCommandBuilder_BuildPlanCommands_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.5
func (c *ProjectCommandBuilder_BuildPlanCommands_OngoingVerification) GetAllCapturedArguments() (_param0 []*events.CommandContext, _param1 []*events.CommentCommand)
func (*ProjectCommandBuilder_BuildPlanCommands_OngoingVerification) GetCapturedArguments ¶ added in v0.4.5
func (c *ProjectCommandBuilder_BuildPlanCommands_OngoingVerification) GetCapturedArguments() (*events.CommandContext, *events.CommentCommand)
type ProjectCommandRunner_Apply_OngoingVerification ¶ added in v0.4.0
type ProjectCommandRunner_Apply_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*ProjectCommandRunner_Apply_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *ProjectCommandRunner_Apply_OngoingVerification) GetAllCapturedArguments() (_param0 []models.ProjectCommandContext)
func (*ProjectCommandRunner_Apply_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *ProjectCommandRunner_Apply_OngoingVerification) GetCapturedArguments() models.ProjectCommandContext
type ProjectCommandRunner_Plan_OngoingVerification ¶ added in v0.4.0
type ProjectCommandRunner_Plan_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*ProjectCommandRunner_Plan_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *ProjectCommandRunner_Plan_OngoingVerification) GetAllCapturedArguments() (_param0 []models.ProjectCommandContext)
func (*ProjectCommandRunner_Plan_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *ProjectCommandRunner_Plan_OngoingVerification) GetCapturedArguments() models.ProjectCommandContext
type ProjectLocker_TryLock_OngoingVerification ¶ added in v0.4.0
type ProjectLocker_TryLock_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*ProjectLocker_TryLock_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *ProjectLocker_TryLock_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []models.PullRequest, _param2 []models.User, _param3 []string, _param4 []models.Project)
func (*ProjectLocker_TryLock_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *ProjectLocker_TryLock_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, models.PullRequest, models.User, string, models.Project)
type PullCleaner_CleanUpPull_OngoingVerification ¶
type PullCleaner_CleanUpPull_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*PullCleaner_CleanUpPull_OngoingVerification) GetAllCapturedArguments ¶
func (c *PullCleaner_CleanUpPull_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest)
func (*PullCleaner_CleanUpPull_OngoingVerification) GetCapturedArguments ¶
func (c *PullCleaner_CleanUpPull_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest)
type StepRunner_Run_OngoingVerification ¶ added in v0.4.0
type StepRunner_Run_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*StepRunner_Run_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *StepRunner_Run_OngoingVerification) GetAllCapturedArguments() (_param0 []models.ProjectCommandContext, _param1 [][]string, _param2 []string)
func (*StepRunner_Run_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *StepRunner_Run_OngoingVerification) GetCapturedArguments() (models.ProjectCommandContext, []string, string)
type VerifierCommandRunner ¶
type VerifierCommandRunner struct {
// contains filtered or unexported fields
}
func (*VerifierCommandRunner) RunAutoplanCommand ¶ added in v0.4.0
func (verifier *VerifierCommandRunner) RunAutoplanCommand(baseRepo models.Repo, headRepo models.Repo, pull models.PullRequest, user models.User) *CommandRunner_RunAutoplanCommand_OngoingVerification
func (*VerifierCommandRunner) RunCommentCommand ¶ added in v0.4.0
func (verifier *VerifierCommandRunner) RunCommentCommand(baseRepo models.Repo, maybeHeadRepo *models.Repo, maybePull *models.PullRequest, user models.User, pullNum int, cmd *events.CommentCommand) *CommandRunner_RunCommentCommand_OngoingVerification
type VerifierCommentParsing ¶ added in v0.3.0
type VerifierCommentParsing struct {
// contains filtered or unexported fields
}
func (*VerifierCommentParsing) Parse ¶ added in v0.3.0
func (verifier *VerifierCommentParsing) Parse(comment string, vcsHost models.VCSHostType) *CommentParsing_Parse_OngoingVerification
type VerifierCommitStatusUpdater ¶ added in v0.2.0
type VerifierCommitStatusUpdater struct {
// contains filtered or unexported fields
}
func (*VerifierCommitStatusUpdater) UpdateCombined ¶ added in v0.5.0
func (verifier *VerifierCommitStatusUpdater) UpdateCombined(repo models.Repo, pull models.PullRequest, status models.CommitStatus, command models.CommandName) *CommitStatusUpdater_UpdateCombined_OngoingVerification
func (*VerifierCommitStatusUpdater) UpdateCombinedCount ¶ added in v0.5.0
func (verifier *VerifierCommitStatusUpdater) UpdateCombinedCount(repo models.Repo, pull models.PullRequest, status models.CommitStatus, command models.CommandName, numSuccess int, numTotal int) *CommitStatusUpdater_UpdateCombinedCount_OngoingVerification
func (*VerifierCommitStatusUpdater) UpdateProject ¶ added in v0.5.0
func (verifier *VerifierCommitStatusUpdater) UpdateProject(ctx models.ProjectCommandContext, cmdName models.CommandName, status models.CommitStatus, url string) *CommitStatusUpdater_UpdateProject_OngoingVerification
type VerifierCustomStepRunner ¶ added in v0.7.0
type VerifierCustomStepRunner struct {
// contains filtered or unexported fields
}
func (*VerifierCustomStepRunner) Run ¶ added in v0.7.0
func (verifier *VerifierCustomStepRunner) Run(ctx models.ProjectCommandContext, cmd string, path string) *CustomStepRunner_Run_OngoingVerification
type VerifierEventParsing ¶
type VerifierEventParsing struct {
// contains filtered or unexported fields
}
func (*VerifierEventParsing) GetBitbucketCloudPullEventType ¶ added in v0.4.13
func (verifier *VerifierEventParsing) GetBitbucketCloudPullEventType(eventTypeHeader string) *EventParsing_GetBitbucketCloudPullEventType_OngoingVerification
func (*VerifierEventParsing) GetBitbucketServerPullEventType ¶ added in v0.4.13
func (verifier *VerifierEventParsing) GetBitbucketServerPullEventType(eventTypeHeader string) *EventParsing_GetBitbucketServerPullEventType_OngoingVerification
func (*VerifierEventParsing) ParseBitbucketCloudPullCommentEvent ¶ added in v0.4.8
func (verifier *VerifierEventParsing) ParseBitbucketCloudPullCommentEvent(body []byte) *EventParsing_ParseBitbucketCloudPullCommentEvent_OngoingVerification
func (*VerifierEventParsing) ParseBitbucketCloudPullEvent ¶ added in v0.4.3
func (verifier *VerifierEventParsing) ParseBitbucketCloudPullEvent(body []byte) *EventParsing_ParseBitbucketCloudPullEvent_OngoingVerification
func (*VerifierEventParsing) ParseBitbucketServerPullCommentEvent ¶ added in v0.4.8
func (verifier *VerifierEventParsing) ParseBitbucketServerPullCommentEvent(body []byte) *EventParsing_ParseBitbucketServerPullCommentEvent_OngoingVerification
func (*VerifierEventParsing) ParseBitbucketServerPullEvent ¶ added in v0.4.4
func (verifier *VerifierEventParsing) ParseBitbucketServerPullEvent(body []byte) *EventParsing_ParseBitbucketServerPullEvent_OngoingVerification
func (*VerifierEventParsing) ParseGithubIssueCommentEvent ¶ added in v0.2.0
func (verifier *VerifierEventParsing) ParseGithubIssueCommentEvent(comment *github.IssueCommentEvent) *EventParsing_ParseGithubIssueCommentEvent_OngoingVerification
func (*VerifierEventParsing) ParseGithubPull ¶ added in v0.2.0
func (verifier *VerifierEventParsing) ParseGithubPull(ghPull *github.PullRequest) *EventParsing_ParseGithubPull_OngoingVerification
func (*VerifierEventParsing) ParseGithubPullEvent ¶ added in v0.4.0
func (verifier *VerifierEventParsing) ParseGithubPullEvent(pullEvent *github.PullRequestEvent) *EventParsing_ParseGithubPullEvent_OngoingVerification
func (*VerifierEventParsing) ParseGithubRepo ¶ added in v0.2.0
func (verifier *VerifierEventParsing) ParseGithubRepo(ghRepo *github.Repository) *EventParsing_ParseGithubRepo_OngoingVerification
func (*VerifierEventParsing) ParseGitlabMergeRequest ¶ added in v0.2.0
func (verifier *VerifierEventParsing) ParseGitlabMergeRequest(mr *go_gitlab.MergeRequest, baseRepo models.Repo) *EventParsing_ParseGitlabMergeRequest_OngoingVerification
func (*VerifierEventParsing) ParseGitlabMergeRequestCommentEvent ¶ added in v0.4.13
func (verifier *VerifierEventParsing) ParseGitlabMergeRequestCommentEvent(event go_gitlab.MergeCommentEvent) *EventParsing_ParseGitlabMergeRequestCommentEvent_OngoingVerification
func (*VerifierEventParsing) ParseGitlabMergeRequestEvent ¶ added in v0.4.13
func (verifier *VerifierEventParsing) ParseGitlabMergeRequestEvent(event go_gitlab.MergeEvent) *EventParsing_ParseGitlabMergeRequestEvent_OngoingVerification
type VerifierGithubPullGetter ¶ added in v0.2.0
type VerifierGithubPullGetter struct {
// contains filtered or unexported fields
}
func (*VerifierGithubPullGetter) GetPullRequest ¶ added in v0.2.0
func (verifier *VerifierGithubPullGetter) GetPullRequest(repo models.Repo, pullNum int) *GithubPullGetter_GetPullRequest_OngoingVerification
type VerifierGitlabMergeRequestGetter ¶ added in v0.2.0
type VerifierGitlabMergeRequestGetter struct {
// contains filtered or unexported fields
}
func (*VerifierGitlabMergeRequestGetter) GetMergeRequest ¶ added in v0.2.0
func (verifier *VerifierGitlabMergeRequestGetter) GetMergeRequest(repoFullName string, pullNum int) *GitlabMergeRequestGetter_GetMergeRequest_OngoingVerification
type VerifierLockURLGenerator ¶
type VerifierLockURLGenerator struct {
// contains filtered or unexported fields
}
func (*VerifierLockURLGenerator) GenerateLockURL ¶ added in v0.4.0
func (verifier *VerifierLockURLGenerator) GenerateLockURL(lockID string) *LockURLGenerator_GenerateLockURL_OngoingVerification
type VerifierPendingPlanFinder ¶ added in v0.4.14
type VerifierPendingPlanFinder struct {
// contains filtered or unexported fields
}
func (*VerifierPendingPlanFinder) DeletePlans ¶ added in v0.4.14
func (verifier *VerifierPendingPlanFinder) DeletePlans(pullDir string) *PendingPlanFinder_DeletePlans_OngoingVerification
func (*VerifierPendingPlanFinder) Find ¶ added in v0.4.14
func (verifier *VerifierPendingPlanFinder) Find(pullDir string) *PendingPlanFinder_Find_OngoingVerification
type VerifierProjectCommandBuilder ¶ added in v0.4.0
type VerifierProjectCommandBuilder struct {
// contains filtered or unexported fields
}
func (*VerifierProjectCommandBuilder) BuildApplyCommands ¶ added in v0.4.5
func (verifier *VerifierProjectCommandBuilder) BuildApplyCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) *ProjectCommandBuilder_BuildApplyCommands_OngoingVerification
func (*VerifierProjectCommandBuilder) BuildAutoplanCommands ¶ added in v0.4.0
func (verifier *VerifierProjectCommandBuilder) BuildAutoplanCommands(ctx *events.CommandContext) *ProjectCommandBuilder_BuildAutoplanCommands_OngoingVerification
func (*VerifierProjectCommandBuilder) BuildPlanCommands ¶ added in v0.4.5
func (verifier *VerifierProjectCommandBuilder) BuildPlanCommands(ctx *events.CommandContext, commentCommand *events.CommentCommand) *ProjectCommandBuilder_BuildPlanCommands_OngoingVerification
type VerifierProjectCommandRunner ¶ added in v0.4.0
type VerifierProjectCommandRunner struct {
// contains filtered or unexported fields
}
func (*VerifierProjectCommandRunner) Apply ¶ added in v0.4.0
func (verifier *VerifierProjectCommandRunner) Apply(ctx models.ProjectCommandContext) *ProjectCommandRunner_Apply_OngoingVerification
func (*VerifierProjectCommandRunner) Plan ¶ added in v0.4.0
func (verifier *VerifierProjectCommandRunner) Plan(ctx models.ProjectCommandContext) *ProjectCommandRunner_Plan_OngoingVerification
type VerifierProjectLocker ¶ added in v0.4.0
type VerifierProjectLocker struct {
// contains filtered or unexported fields
}
func (*VerifierProjectLocker) TryLock ¶ added in v0.4.0
func (verifier *VerifierProjectLocker) TryLock(log *logging.SimpleLogger, pull models.PullRequest, user models.User, workspace string, project models.Project) *ProjectLocker_TryLock_OngoingVerification
type VerifierPullCleaner ¶
type VerifierPullCleaner struct {
// contains filtered or unexported fields
}
func (*VerifierPullCleaner) CleanUpPull ¶
func (verifier *VerifierPullCleaner) CleanUpPull(repo models.Repo, pull models.PullRequest) *PullCleaner_CleanUpPull_OngoingVerification
type VerifierStepRunner ¶ added in v0.4.0
type VerifierStepRunner struct {
// contains filtered or unexported fields
}
func (*VerifierStepRunner) Run ¶ added in v0.4.0
func (verifier *VerifierStepRunner) Run(ctx models.ProjectCommandContext, extraArgs []string, path string) *StepRunner_Run_OngoingVerification
type VerifierWebhooksSender ¶ added in v0.4.0
type VerifierWebhooksSender struct {
// contains filtered or unexported fields
}
func (*VerifierWebhooksSender) Send ¶ added in v0.4.0
func (verifier *VerifierWebhooksSender) Send(log *logging.SimpleLogger, res webhooks.ApplyResult) *WebhooksSender_Send_OngoingVerification
type VerifierWorkingDir ¶ added in v0.4.0
type VerifierWorkingDir struct {
// contains filtered or unexported fields
}
func (*VerifierWorkingDir) Clone ¶ added in v0.4.0
func (verifier *VerifierWorkingDir) Clone(log *logging.SimpleLogger, baseRepo models.Repo, headRepo models.Repo, p models.PullRequest, workspace string) *WorkingDir_Clone_OngoingVerification
func (*VerifierWorkingDir) Delete ¶ added in v0.4.0
func (verifier *VerifierWorkingDir) Delete(r models.Repo, p models.PullRequest) *WorkingDir_Delete_OngoingVerification
func (*VerifierWorkingDir) DeleteForWorkspace ¶ added in v0.4.0
func (verifier *VerifierWorkingDir) DeleteForWorkspace(r models.Repo, p models.PullRequest, workspace string) *WorkingDir_DeleteForWorkspace_OngoingVerification
func (*VerifierWorkingDir) GetPullDir ¶ added in v0.4.5
func (verifier *VerifierWorkingDir) GetPullDir(r models.Repo, p models.PullRequest) *WorkingDir_GetPullDir_OngoingVerification
func (*VerifierWorkingDir) GetWorkingDir ¶ added in v0.4.0
func (verifier *VerifierWorkingDir) GetWorkingDir(r models.Repo, p models.PullRequest, workspace string) *WorkingDir_GetWorkingDir_OngoingVerification
type VerifierWorkingDirLocker ¶ added in v0.4.0
type VerifierWorkingDirLocker struct {
// contains filtered or unexported fields
}
func (*VerifierWorkingDirLocker) TryLock ¶ added in v0.4.0
func (verifier *VerifierWorkingDirLocker) TryLock(repoFullName string, pullNum int, workspace string) *WorkingDirLocker_TryLock_OngoingVerification
func (*VerifierWorkingDirLocker) TryLockPull ¶ added in v0.4.13
func (verifier *VerifierWorkingDirLocker) TryLockPull(repoFullName string, pullNum int) *WorkingDirLocker_TryLockPull_OngoingVerification
type WebhooksSender_Send_OngoingVerification ¶ added in v0.4.0
type WebhooksSender_Send_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WebhooksSender_Send_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *WebhooksSender_Send_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []webhooks.ApplyResult)
func (*WebhooksSender_Send_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *WebhooksSender_Send_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, webhooks.ApplyResult)
type WorkingDirLocker_TryLockPull_OngoingVerification ¶ added in v0.4.13
type WorkingDirLocker_TryLockPull_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDirLocker_TryLockPull_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.13
func (c *WorkingDirLocker_TryLockPull_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []int)
func (*WorkingDirLocker_TryLockPull_OngoingVerification) GetCapturedArguments ¶ added in v0.4.13
func (c *WorkingDirLocker_TryLockPull_OngoingVerification) GetCapturedArguments() (string, int)
type WorkingDirLocker_TryLock_OngoingVerification ¶ added in v0.4.0
type WorkingDirLocker_TryLock_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDirLocker_TryLock_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *WorkingDirLocker_TryLock_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []int, _param2 []string)
func (*WorkingDirLocker_TryLock_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *WorkingDirLocker_TryLock_OngoingVerification) GetCapturedArguments() (string, int, string)
type WorkingDir_Clone_OngoingVerification ¶ added in v0.4.0
type WorkingDir_Clone_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDir_Clone_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_Clone_OngoingVerification) GetAllCapturedArguments() (_param0 []*logging.SimpleLogger, _param1 []models.Repo, _param2 []models.Repo, _param3 []models.PullRequest, _param4 []string)
func (*WorkingDir_Clone_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_Clone_OngoingVerification) GetCapturedArguments() (*logging.SimpleLogger, models.Repo, models.Repo, models.PullRequest, string)
type WorkingDir_DeleteForWorkspace_OngoingVerification ¶ added in v0.4.0
type WorkingDir_DeleteForWorkspace_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDir_DeleteForWorkspace_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_DeleteForWorkspace_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, _param2 []string)
func (*WorkingDir_DeleteForWorkspace_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_DeleteForWorkspace_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, string)
type WorkingDir_Delete_OngoingVerification ¶ added in v0.4.0
type WorkingDir_Delete_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDir_Delete_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_Delete_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest)
func (*WorkingDir_Delete_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_Delete_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest)
type WorkingDir_GetPullDir_OngoingVerification ¶ added in v0.4.5
type WorkingDir_GetPullDir_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDir_GetPullDir_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.5
func (c *WorkingDir_GetPullDir_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest)
func (*WorkingDir_GetPullDir_OngoingVerification) GetCapturedArguments ¶ added in v0.4.5
func (c *WorkingDir_GetPullDir_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest)
type WorkingDir_GetWorkingDir_OngoingVerification ¶ added in v0.4.0
type WorkingDir_GetWorkingDir_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*WorkingDir_GetWorkingDir_OngoingVerification) GetAllCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_GetWorkingDir_OngoingVerification) GetAllCapturedArguments() (_param0 []models.Repo, _param1 []models.PullRequest, _param2 []string)
func (*WorkingDir_GetWorkingDir_OngoingVerification) GetCapturedArguments ¶ added in v0.4.0
func (c *WorkingDir_GetWorkingDir_OngoingVerification) GetCapturedArguments() (models.Repo, models.PullRequest, string)
Source Files ¶
- mock_command_runner.go
- mock_comment_parsing.go
- mock_commit_status_updater.go
- mock_custom_step_runner.go
- mock_event_parsing.go
- mock_github_pull_getter.go
- mock_gitlab_merge_request_getter.go
- mock_lock_url_generator.go
- mock_pending_plan_finder.go
- mock_project_command_builder.go
- mock_project_command_runner.go
- mock_project_lock.go
- mock_pull_cleaner.go
- mock_step_runner.go
- mock_webhooks_sender.go
- mock_working_dir.go
- mock_working_dir_locker.go
Click to show internal directories.
Click to hide internal directories.