Documentation ¶
Index ¶
- type CreateBundleCommand
- func (cb *CreateBundleCommand) CommandName() string
- func (cb *CreateBundleCommand) Run() error
- func (cb *CreateBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (cb *CreateBundleCommand) SetDryRun(dryRun bool) *CreateBundleCommand
- func (cb *CreateBundleCommand) SetReleaseBundleCreateParams(params distributionServicesUtils.ReleaseBundleParams) *CreateBundleCommand
- func (cb *CreateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *CreateBundleCommand
- func (cb *CreateBundleCommand) SetSpec(spec *spec.SpecFiles) *CreateBundleCommand
- type DeleteReleaseBundleCommand
- func (db *DeleteReleaseBundleCommand) CommandName() string
- func (db *DeleteReleaseBundleCommand) Run() error
- func (db *DeleteReleaseBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (db *DeleteReleaseBundleCommand) SetDistributeBundleParams(params services.DeleteDistributionParams) *DeleteReleaseBundleCommand
- func (db *DeleteReleaseBundleCommand) SetDistributionRules(distributionRules *spec.DistributionRules) *DeleteReleaseBundleCommand
- func (db *DeleteReleaseBundleCommand) SetDryRun(dryRun bool) *DeleteReleaseBundleCommand
- func (db *DeleteReleaseBundleCommand) SetQuiet(quiet bool) *DeleteReleaseBundleCommand
- func (db *DeleteReleaseBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *DeleteReleaseBundleCommand
- type DistributeReleaseBundleCommand
- func (db *DistributeReleaseBundleCommand) CommandName() string
- func (db *DistributeReleaseBundleCommand) Run() error
- func (db *DistributeReleaseBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (db *DistributeReleaseBundleCommand) SetDistributeBundleParams(params services.DistributionParams) *DistributeReleaseBundleCommand
- func (db *DistributeReleaseBundleCommand) SetDistributionRules(distributionRules *spec.DistributionRules) *DistributeReleaseBundleCommand
- func (db *DistributeReleaseBundleCommand) SetDryRun(dryRun bool) *DistributeReleaseBundleCommand
- func (db *DistributeReleaseBundleCommand) SetMaxWaitMinutes(maxWaitMinutes int) *DistributeReleaseBundleCommand
- func (db *DistributeReleaseBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *DistributeReleaseBundleCommand
- func (db *DistributeReleaseBundleCommand) SetSync(sync bool) *DistributeReleaseBundleCommand
- type SignBundleCommand
- func (sb *SignBundleCommand) CommandName() string
- func (sb *SignBundleCommand) Run() error
- func (sb *SignBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (sb *SignBundleCommand) SetReleaseBundleSignParams(params services.SignBundleParams) *SignBundleCommand
- func (sb *SignBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *SignBundleCommand
- type UpdateBundleCommand
- func (cb *UpdateBundleCommand) CommandName() string
- func (cb *UpdateBundleCommand) Run() error
- func (cb *UpdateBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (cb *UpdateBundleCommand) SetDryRun(dryRun bool) *UpdateBundleCommand
- func (cb *UpdateBundleCommand) SetReleaseBundleUpdateParams(params distributionServicesUtils.ReleaseBundleParams) *UpdateBundleCommand
- func (cb *UpdateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *UpdateBundleCommand
- func (cb *UpdateBundleCommand) SetSpec(spec *spec.SpecFiles) *UpdateBundleCommand
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) Run ¶
func (cb *CreateBundleCommand) Run() error
func (*CreateBundleCommand) ServerDetails ¶ added in v1.4.0
func (cb *CreateBundleCommand) ServerDetails() (*config.ServerDetails, error)
func (*CreateBundleCommand) SetDryRun ¶
func (cb *CreateBundleCommand) SetDryRun(dryRun bool) *CreateBundleCommand
func (*CreateBundleCommand) SetReleaseBundleCreateParams ¶
func (cb *CreateBundleCommand) SetReleaseBundleCreateParams(params distributionServicesUtils.ReleaseBundleParams) *CreateBundleCommand
func (*CreateBundleCommand) SetServerDetails ¶ added in v1.4.0
func (cb *CreateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *CreateBundleCommand
func (*CreateBundleCommand) SetSpec ¶
func (cb *CreateBundleCommand) SetSpec(spec *spec.SpecFiles) *CreateBundleCommand
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 (db *DeleteReleaseBundleCommand) Run() error
func (*DeleteReleaseBundleCommand) ServerDetails ¶ added in v1.4.0
func (db *DeleteReleaseBundleCommand) ServerDetails() (*config.ServerDetails, error)
func (*DeleteReleaseBundleCommand) SetDistributeBundleParams ¶
func (db *DeleteReleaseBundleCommand) SetDistributeBundleParams(params services.DeleteDistributionParams) *DeleteReleaseBundleCommand
func (*DeleteReleaseBundleCommand) SetDistributionRules ¶
func (db *DeleteReleaseBundleCommand) SetDistributionRules(distributionRules *spec.DistributionRules) *DeleteReleaseBundleCommand
func (*DeleteReleaseBundleCommand) SetDryRun ¶
func (db *DeleteReleaseBundleCommand) SetDryRun(dryRun bool) *DeleteReleaseBundleCommand
func (*DeleteReleaseBundleCommand) SetQuiet ¶
func (db *DeleteReleaseBundleCommand) SetQuiet(quiet bool) *DeleteReleaseBundleCommand
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 (db *DistributeReleaseBundleCommand) Run() error
func (*DistributeReleaseBundleCommand) ServerDetails ¶ added in v1.4.0
func (db *DistributeReleaseBundleCommand) ServerDetails() (*config.ServerDetails, error)
func (*DistributeReleaseBundleCommand) SetDistributeBundleParams ¶
func (db *DistributeReleaseBundleCommand) SetDistributeBundleParams(params services.DistributionParams) *DistributeReleaseBundleCommand
func (*DistributeReleaseBundleCommand) SetDistributionRules ¶
func (db *DistributeReleaseBundleCommand) SetDistributionRules(distributionRules *spec.DistributionRules) *DistributeReleaseBundleCommand
func (*DistributeReleaseBundleCommand) SetDryRun ¶
func (db *DistributeReleaseBundleCommand) SetDryRun(dryRun bool) *DistributeReleaseBundleCommand
func (*DistributeReleaseBundleCommand) SetMaxWaitMinutes ¶
func (db *DistributeReleaseBundleCommand) SetMaxWaitMinutes(maxWaitMinutes int) *DistributeReleaseBundleCommand
func (*DistributeReleaseBundleCommand) SetServerDetails ¶ added in v1.4.0
func (db *DistributeReleaseBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *DistributeReleaseBundleCommand
func (*DistributeReleaseBundleCommand) SetSync ¶
func (db *DistributeReleaseBundleCommand) SetSync(sync bool) *DistributeReleaseBundleCommand
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) Run ¶
func (sb *SignBundleCommand) Run() error
func (*SignBundleCommand) ServerDetails ¶ added in v1.4.0
func (sb *SignBundleCommand) ServerDetails() (*config.ServerDetails, error)
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
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) Run ¶
func (cb *UpdateBundleCommand) Run() error
func (*UpdateBundleCommand) ServerDetails ¶ added in v1.4.0
func (cb *UpdateBundleCommand) ServerDetails() (*config.ServerDetails, error)
func (*UpdateBundleCommand) SetDryRun ¶
func (cb *UpdateBundleCommand) SetDryRun(dryRun bool) *UpdateBundleCommand
func (*UpdateBundleCommand) SetReleaseBundleUpdateParams ¶
func (cb *UpdateBundleCommand) SetReleaseBundleUpdateParams(params distributionServicesUtils.ReleaseBundleParams) *UpdateBundleCommand
func (*UpdateBundleCommand) SetServerDetails ¶ added in v1.4.0
func (cb *UpdateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *UpdateBundleCommand
func (*UpdateBundleCommand) SetSpec ¶
func (cb *UpdateBundleCommand) SetSpec(spec *spec.SpecFiles) *UpdateBundleCommand
Click to show internal directories.
Click to hide internal directories.