commands

package
v2.53.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

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

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

func (*CreateBundleCommand) IsDetailedSummary

func (cb *CreateBundleCommand) IsDetailedSummary() bool

func (*CreateBundleCommand) IsSignImmediately

func (cb *CreateBundleCommand) IsSignImmediately() bool

func (*CreateBundleCommand) Run

func (cb *CreateBundleCommand) Run() error

func (*CreateBundleCommand) ServerDetails

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

func (*CreateBundleCommand) SetDetailedSummary

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

func (*CreateBundleCommand) SetDryRun

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

func (*CreateBundleCommand) SetReleaseBundleCreateParams

func (*CreateBundleCommand) SetServerDetails

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

func (*CreateBundleCommand) SetSpec

func (*CreateBundleCommand) SetSummary

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

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

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

type DistributeReleaseBundleV1Command added in v2.41.5

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

func NewReleaseBundleDistributeV1Command added in v2.41.5

func NewReleaseBundleDistributeV1Command() *DistributeReleaseBundleV1Command

func (*DistributeReleaseBundleV1Command) CommandName added in v2.41.5

func (db *DistributeReleaseBundleV1Command) CommandName() string

func (*DistributeReleaseBundleV1Command) Run added in v2.41.5

func (*DistributeReleaseBundleV1Command) ServerDetails added in v2.41.5

func (*DistributeReleaseBundleV1Command) SetAutoCreateRepo added in v2.41.5

func (db *DistributeReleaseBundleV1Command) SetAutoCreateRepo(autoCreateRepo bool) *DistributeReleaseBundleV1Command

func (*DistributeReleaseBundleV1Command) SetDistributeBundleParams added in v2.41.5

func (*DistributeReleaseBundleV1Command) SetDistributionRules added in v2.41.5

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

func (*DistributeReleaseBundleV1Command) SetDryRun added in v2.41.5

func (*DistributeReleaseBundleV1Command) SetMaxWaitMinutes added in v2.41.5

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

func (*DistributeReleaseBundleV1Command) SetServerDetails added in v2.41.5

func (*DistributeReleaseBundleV1Command) SetSync added in v2.41.5

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

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

func (*SignBundleCommand) IsDetailedSummary

func (sb *SignBundleCommand) IsDetailedSummary() bool

func (*SignBundleCommand) Run

func (sb *SignBundleCommand) Run() error

func (*SignBundleCommand) ServerDetails

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

func (*SignBundleCommand) SetDetailedSummary

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

func (*SignBundleCommand) SetReleaseBundleSignParams

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

func (*SignBundleCommand) SetServerDetails

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

func (*SignBundleCommand) SetSummary

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

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

func (*UpdateBundleCommand) IsDetailedSummary

func (cb *UpdateBundleCommand) IsDetailedSummary() bool

func (*UpdateBundleCommand) IsSignImmediately

func (cb *UpdateBundleCommand) IsSignImmediately() bool

func (*UpdateBundleCommand) Run

func (cb *UpdateBundleCommand) Run() error

func (*UpdateBundleCommand) ServerDetails

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

func (*UpdateBundleCommand) SetDetailedSummary

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

func (*UpdateBundleCommand) SetDryRun

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

func (*UpdateBundleCommand) SetReleaseBundleUpdateParams

func (*UpdateBundleCommand) SetServerDetails

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

func (*UpdateBundleCommand) SetSpec

func (*UpdateBundleCommand) SetSummary

Jump to

Keyboard shortcuts

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