Documentation ¶
Index ¶
- Constants
- func New() auacornapi.Acorn
- type BitbucketMock
- func (b *BitbucketMock) AcornName() string
- func (b *BitbucketMock) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (b *BitbucketMock) FilterExistingUsernames(ctx context.Context, usernames []string) ([]string, error)
- func (b *BitbucketMock) GetBitbucketUser(ctx context.Context, username string) (repository.BitbucketUser, error)
- func (b *BitbucketMock) GetBitbucketUsers(ctx context.Context, usernames []string) ([]repository.BitbucketUser, error)
- func (b *BitbucketMock) IsBitbucket() bool
- func (b *BitbucketMock) Setup(ctx context.Context) error
- func (b *BitbucketMock) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (b *BitbucketMock) TeardownAcorn(registry auacornapi.AcornRegistry) error
Constants ¶
View Source
const FILTER_FAILED_USERNAME = "filterfailedusername"
Variables ¶
This section is empty.
Functions ¶
func New ¶ added in v0.19.1
func New() auacornapi.Acorn
Types ¶
type BitbucketMock ¶
type BitbucketMock struct { }
func (*BitbucketMock) AcornName ¶ added in v0.19.1
func (b *BitbucketMock) AcornName() string
func (*BitbucketMock) AssembleAcorn ¶ added in v0.19.1
func (b *BitbucketMock) AssembleAcorn(registry auacornapi.AcornRegistry) error
func (*BitbucketMock) FilterExistingUsernames ¶
func (*BitbucketMock) GetBitbucketUser ¶
func (b *BitbucketMock) GetBitbucketUser(ctx context.Context, username string) (repository.BitbucketUser, error)
func (*BitbucketMock) GetBitbucketUsers ¶
func (b *BitbucketMock) GetBitbucketUsers(ctx context.Context, usernames []string) ([]repository.BitbucketUser, error)
func (*BitbucketMock) IsBitbucket ¶
func (b *BitbucketMock) IsBitbucket() bool
func (*BitbucketMock) SetupAcorn ¶ added in v0.19.1
func (b *BitbucketMock) SetupAcorn(registry auacornapi.AcornRegistry) error
func (*BitbucketMock) TeardownAcorn ¶ added in v0.19.1
func (b *BitbucketMock) TeardownAcorn(registry auacornapi.AcornRegistry) error
Click to show internal directories.
Click to hide internal directories.