codepipelinedouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package codepipelinedouble contains test double implementation of codepipelineiface.CodePipelineAPI

Package codepipelinedouble provides a TestDouble implementation of codepipelineiface.CodePipelineAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodePipelineDouble

type CodePipelineDouble struct {
	codepipelineiface.CodePipelineAPI
	*awsdouble.AWSTestDouble
}

CodePipelineDouble is TestDouble for codepipelineiface.CodePipelineAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *CodePipelineDouble

Constructor for CodePipelineDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*CodePipelineDouble) AcknowledgeJob

func (*CodePipelineDouble) AcknowledgeJobRequest

func (*CodePipelineDouble) AcknowledgeJobWithContext

func (*CodePipelineDouble) CreateCustomActionType

func (*CodePipelineDouble) CreateCustomActionTypeWithContext

func (*CodePipelineDouble) CreatePipeline

func (*CodePipelineDouble) CreatePipelineRequest

func (*CodePipelineDouble) CreatePipelineWithContext

func (*CodePipelineDouble) DeleteCustomActionType

func (*CodePipelineDouble) DeleteCustomActionTypeWithContext

func (*CodePipelineDouble) DeletePipeline

func (*CodePipelineDouble) DeletePipelineRequest

func (*CodePipelineDouble) DeletePipelineWithContext

func (*CodePipelineDouble) DeleteWebhook

func (*CodePipelineDouble) DeleteWebhookRequest

func (*CodePipelineDouble) DeleteWebhookWithContext

func (*CodePipelineDouble) DisableStageTransition

func (*CodePipelineDouble) DisableStageTransitionWithContext

func (*CodePipelineDouble) EnableStageTransition

func (*CodePipelineDouble) EnableStageTransitionWithContext

func (*CodePipelineDouble) GetJobDetails

func (*CodePipelineDouble) GetJobDetailsRequest

func (*CodePipelineDouble) GetJobDetailsWithContext

func (*CodePipelineDouble) GetPipeline

func (*CodePipelineDouble) GetPipelineExecution

func (*CodePipelineDouble) GetPipelineExecutionRequest

func (*CodePipelineDouble) GetPipelineExecutionWithContext

func (*CodePipelineDouble) GetPipelineRequest

func (*CodePipelineDouble) GetPipelineState

func (*CodePipelineDouble) GetPipelineStateRequest

func (*CodePipelineDouble) GetPipelineStateWithContext

func (*CodePipelineDouble) GetPipelineWithContext

func (*CodePipelineDouble) ListActionExecutions

func (*CodePipelineDouble) ListActionExecutionsPages

func (*CodePipelineDouble) ListActionExecutionsPagesWithContext

func (d *CodePipelineDouble) ListActionExecutionsPagesWithContext(i0 context.Context, i1 *codepipeline.ListActionExecutionsInput, i2 func(*codepipeline.ListActionExecutionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodePipelineDouble) ListActionExecutionsRequest

func (*CodePipelineDouble) ListActionExecutionsWithContext

func (*CodePipelineDouble) ListActionTypes

func (*CodePipelineDouble) ListActionTypesPages

func (*CodePipelineDouble) ListActionTypesPagesWithContext

func (d *CodePipelineDouble) ListActionTypesPagesWithContext(i0 context.Context, i1 *codepipeline.ListActionTypesInput, i2 func(*codepipeline.ListActionTypesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodePipelineDouble) ListActionTypesRequest

func (*CodePipelineDouble) ListActionTypesWithContext

func (*CodePipelineDouble) ListPipelineExecutions

func (*CodePipelineDouble) ListPipelineExecutionsPages

func (*CodePipelineDouble) ListPipelineExecutionsPagesWithContext

func (d *CodePipelineDouble) ListPipelineExecutionsPagesWithContext(i0 context.Context, i1 *codepipeline.ListPipelineExecutionsInput, i2 func(*codepipeline.ListPipelineExecutionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodePipelineDouble) ListPipelineExecutionsWithContext

func (*CodePipelineDouble) ListPipelines

func (*CodePipelineDouble) ListPipelinesPages

func (*CodePipelineDouble) ListPipelinesPagesWithContext

func (d *CodePipelineDouble) ListPipelinesPagesWithContext(i0 context.Context, i1 *codepipeline.ListPipelinesInput, i2 func(*codepipeline.ListPipelinesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodePipelineDouble) ListPipelinesRequest

func (*CodePipelineDouble) ListPipelinesWithContext

func (*CodePipelineDouble) ListTagsForResource

func (*CodePipelineDouble) ListTagsForResourcePages

func (*CodePipelineDouble) ListTagsForResourcePagesWithContext

func (d *CodePipelineDouble) ListTagsForResourcePagesWithContext(i0 context.Context, i1 *codepipeline.ListTagsForResourceInput, i2 func(*codepipeline.ListTagsForResourceOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodePipelineDouble) ListTagsForResourceRequest

func (*CodePipelineDouble) ListTagsForResourceWithContext

func (*CodePipelineDouble) ListWebhooks

func (*CodePipelineDouble) ListWebhooksPages

func (*CodePipelineDouble) ListWebhooksPagesWithContext

func (d *CodePipelineDouble) ListWebhooksPagesWithContext(i0 context.Context, i1 *codepipeline.ListWebhooksInput, i2 func(*codepipeline.ListWebhooksOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*CodePipelineDouble) ListWebhooksRequest

func (*CodePipelineDouble) ListWebhooksWithContext

func (*CodePipelineDouble) PollForJobs

func (*CodePipelineDouble) PollForJobsRequest

func (*CodePipelineDouble) PollForJobsWithContext

func (*CodePipelineDouble) PollForThirdPartyJobs

func (*CodePipelineDouble) PollForThirdPartyJobsWithContext

func (*CodePipelineDouble) PutActionRevision

func (*CodePipelineDouble) PutActionRevisionRequest

func (*CodePipelineDouble) PutActionRevisionWithContext

func (*CodePipelineDouble) PutApprovalResult

func (*CodePipelineDouble) PutApprovalResultRequest

func (*CodePipelineDouble) PutApprovalResultWithContext

func (*CodePipelineDouble) PutJobFailureResult

func (*CodePipelineDouble) PutJobFailureResultRequest

func (*CodePipelineDouble) PutJobFailureResultWithContext

func (*CodePipelineDouble) PutJobSuccessResult

func (*CodePipelineDouble) PutJobSuccessResultRequest

func (*CodePipelineDouble) PutJobSuccessResultWithContext

func (*CodePipelineDouble) PutWebhook

func (*CodePipelineDouble) PutWebhookRequest

func (*CodePipelineDouble) PutWebhookWithContext

func (*CodePipelineDouble) RetryStageExecution

func (*CodePipelineDouble) RetryStageExecutionRequest

func (*CodePipelineDouble) RetryStageExecutionWithContext

func (*CodePipelineDouble) StartPipelineExecution

func (*CodePipelineDouble) StartPipelineExecutionWithContext

func (*CodePipelineDouble) StopPipelineExecution

func (*CodePipelineDouble) StopPipelineExecutionWithContext

func (*CodePipelineDouble) TagResource

func (*CodePipelineDouble) TagResourceRequest

func (*CodePipelineDouble) TagResourceWithContext

func (*CodePipelineDouble) UntagResource

func (*CodePipelineDouble) UntagResourceRequest

func (*CodePipelineDouble) UntagResourceWithContext

func (*CodePipelineDouble) UpdatePipeline

func (*CodePipelineDouble) UpdatePipelineRequest

func (*CodePipelineDouble) UpdatePipelineWithContext

Jump to

Keyboard shortcuts

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