distribution

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateBundleCommand

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

func NewReleaseBundleCreateCommand

func NewReleaseBundleCreateCommand() *CreateBundleCommand

func (*CreateBundleCommand) CommandName

func (cb *CreateBundleCommand) CommandName() string

func (*CreateBundleCommand) GetSummary added in v1.7.0

func (cb *CreateBundleCommand) GetSummary() *clientutils.Sha256Summary

func (*CreateBundleCommand) IsDetailedSummary added in v1.7.0

func (cb *CreateBundleCommand) IsDetailedSummary() bool

func (*CreateBundleCommand) IsSignImmediately added in v1.7.0

func (cb *CreateBundleCommand) IsSignImmediately() bool

func (*CreateBundleCommand) Run

func (cb *CreateBundleCommand) Run() error

func (*CreateBundleCommand) ServerDetails added in v1.4.0

func (cb *CreateBundleCommand) ServerDetails() (*config.ServerDetails, error)

func (*CreateBundleCommand) SetDetailedSummary added in v1.7.0

func (cb *CreateBundleCommand) SetDetailedSummary(detailedSummary bool) *CreateBundleCommand

func (*CreateBundleCommand) SetDryRun

func (cb *CreateBundleCommand) SetDryRun(dryRun bool) *CreateBundleCommand

func (*CreateBundleCommand) SetReleaseBundleCreateParams

func (*CreateBundleCommand) SetServerDetails added in v1.4.0

func (cb *CreateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *CreateBundleCommand

func (*CreateBundleCommand) SetSpec

func (*CreateBundleCommand) SetSummary added in v1.7.0

type DeleteReleaseBundleCommand

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

func NewReleaseBundleDeleteParams

func NewReleaseBundleDeleteParams() *DeleteReleaseBundleCommand

func (*DeleteReleaseBundleCommand) CommandName

func (db *DeleteReleaseBundleCommand) CommandName() string

func (*DeleteReleaseBundleCommand) Run

func (*DeleteReleaseBundleCommand) ServerDetails added in v1.4.0

func (db *DeleteReleaseBundleCommand) ServerDetails() (*config.ServerDetails, error)

func (*DeleteReleaseBundleCommand) SetDistributeBundleParams

func (*DeleteReleaseBundleCommand) SetDistributionRules

func (db *DeleteReleaseBundleCommand) SetDistributionRules(distributionRules *spec.DistributionRules) *DeleteReleaseBundleCommand

func (*DeleteReleaseBundleCommand) SetDryRun

func (*DeleteReleaseBundleCommand) SetQuiet

func (*DeleteReleaseBundleCommand) SetServerDetails added in v1.4.0

func (db *DeleteReleaseBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *DeleteReleaseBundleCommand

type DistributeReleaseBundleCommand

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

func NewReleaseBundleDistributeCommand

func NewReleaseBundleDistributeCommand() *DistributeReleaseBundleCommand

func (*DistributeReleaseBundleCommand) CommandName

func (db *DistributeReleaseBundleCommand) CommandName() string

func (*DistributeReleaseBundleCommand) Run

func (*DistributeReleaseBundleCommand) ServerDetails added in v1.4.0

func (db *DistributeReleaseBundleCommand) ServerDetails() (*config.ServerDetails, error)

func (*DistributeReleaseBundleCommand) SetDistributeBundleParams

func (*DistributeReleaseBundleCommand) SetDistributionRules

func (db *DistributeReleaseBundleCommand) SetDistributionRules(distributionRules *spec.DistributionRules) *DistributeReleaseBundleCommand

func (*DistributeReleaseBundleCommand) SetDryRun

func (*DistributeReleaseBundleCommand) SetMaxWaitMinutes

func (db *DistributeReleaseBundleCommand) SetMaxWaitMinutes(maxWaitMinutes int) *DistributeReleaseBundleCommand

func (*DistributeReleaseBundleCommand) SetServerDetails added in v1.4.0

func (*DistributeReleaseBundleCommand) SetSync

type SignBundleCommand

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

func NewReleaseBundleSignCommand

func NewReleaseBundleSignCommand() *SignBundleCommand

func (*SignBundleCommand) CommandName

func (sb *SignBundleCommand) CommandName() string

func (*SignBundleCommand) GetSummary added in v1.7.0

func (sb *SignBundleCommand) GetSummary() *clientutils.Sha256Summary

func (*SignBundleCommand) IsDetailedSummary added in v1.7.0

func (sb *SignBundleCommand) IsDetailedSummary() bool

func (*SignBundleCommand) Run

func (sb *SignBundleCommand) Run() error

func (*SignBundleCommand) ServerDetails added in v1.4.0

func (sb *SignBundleCommand) ServerDetails() (*config.ServerDetails, error)

func (*SignBundleCommand) SetDetailedSummary added in v1.7.0

func (sb *SignBundleCommand) SetDetailedSummary(detailedSummary bool) *SignBundleCommand

func (*SignBundleCommand) SetReleaseBundleSignParams

func (sb *SignBundleCommand) SetReleaseBundleSignParams(params services.SignBundleParams) *SignBundleCommand

func (*SignBundleCommand) SetServerDetails added in v1.4.0

func (sb *SignBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *SignBundleCommand

func (*SignBundleCommand) SetSummary added in v1.7.0

type UpdateBundleCommand

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

func NewReleaseBundleUpdateCommand

func NewReleaseBundleUpdateCommand() *UpdateBundleCommand

func (*UpdateBundleCommand) CommandName

func (cb *UpdateBundleCommand) CommandName() string

func (*UpdateBundleCommand) GetSummary added in v1.7.0

func (cb *UpdateBundleCommand) GetSummary() *clientutils.Sha256Summary

func (*UpdateBundleCommand) IsDetailedSummary added in v1.7.0

func (cb *UpdateBundleCommand) IsDetailedSummary() bool

func (*UpdateBundleCommand) IsSignImmediately added in v1.7.0

func (cb *UpdateBundleCommand) IsSignImmediately() bool

func (*UpdateBundleCommand) Run

func (cb *UpdateBundleCommand) Run() error

func (*UpdateBundleCommand) ServerDetails added in v1.4.0

func (cb *UpdateBundleCommand) ServerDetails() (*config.ServerDetails, error)

func (*UpdateBundleCommand) SetDetailedSummary added in v1.7.0

func (cb *UpdateBundleCommand) SetDetailedSummary(detailedSummary bool) *UpdateBundleCommand

func (*UpdateBundleCommand) SetDryRun

func (cb *UpdateBundleCommand) SetDryRun(dryRun bool) *UpdateBundleCommand

func (*UpdateBundleCommand) SetReleaseBundleUpdateParams

func (*UpdateBundleCommand) SetServerDetails added in v1.4.0

func (cb *UpdateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *UpdateBundleCommand

func (*UpdateBundleCommand) SetSpec

func (*UpdateBundleCommand) SetSummary added in v1.7.0

Jump to

Keyboard shortcuts

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