Documentation ¶
Index ¶
- type CreateBundleCommand
- func (cb *CreateBundleCommand) CommandName() string
- func (cb *CreateBundleCommand) GetSummary() *clientutils.Sha256Summary
- func (cb *CreateBundleCommand) IsDetailedSummary() bool
- func (cb *CreateBundleCommand) IsSignImmediately() bool
- func (cb *CreateBundleCommand) Run() error
- func (cb *CreateBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (cb *CreateBundleCommand) SetDetailedSummary(detailedSummary bool) *CreateBundleCommand
- 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
- func (cb *CreateBundleCommand) SetSummary(summary *clientutils.Sha256Summary) *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 DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) CommandName() string
- func (db *DistributeReleaseBundleV1Command) Run() error
- func (db *DistributeReleaseBundleV1Command) ServerDetails() (*config.ServerDetails, error)
- func (db *DistributeReleaseBundleV1Command) SetAutoCreateRepo(autoCreateRepo bool) *DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) SetDistributeBundleParams(params distribution.DistributionParams) *DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) SetDistributionRules(distributionRules *spec.DistributionRules) *DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) SetDryRun(dryRun bool) *DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) SetMaxWaitMinutes(maxWaitMinutes int) *DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) SetServerDetails(serverDetails *config.ServerDetails) *DistributeReleaseBundleV1Command
- func (db *DistributeReleaseBundleV1Command) SetSync(sync bool) *DistributeReleaseBundleV1Command
- type SignBundleCommand
- func (sb *SignBundleCommand) CommandName() string
- func (sb *SignBundleCommand) GetSummary() *clientutils.Sha256Summary
- func (sb *SignBundleCommand) IsDetailedSummary() bool
- func (sb *SignBundleCommand) Run() error
- func (sb *SignBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (sb *SignBundleCommand) SetDetailedSummary(detailedSummary bool) *SignBundleCommand
- func (sb *SignBundleCommand) SetReleaseBundleSignParams(params services.SignBundleParams) *SignBundleCommand
- func (sb *SignBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *SignBundleCommand
- func (sb *SignBundleCommand) SetSummary(summary *clientutils.Sha256Summary) *SignBundleCommand
- type UpdateBundleCommand
- func (cb *UpdateBundleCommand) CommandName() string
- func (cb *UpdateBundleCommand) GetSummary() *clientutils.Sha256Summary
- func (cb *UpdateBundleCommand) IsDetailedSummary() bool
- func (cb *UpdateBundleCommand) IsSignImmediately() bool
- func (cb *UpdateBundleCommand) Run() error
- func (cb *UpdateBundleCommand) ServerDetails() (*config.ServerDetails, error)
- func (cb *UpdateBundleCommand) SetDetailedSummary(detailedSummary bool) *UpdateBundleCommand
- 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
- func (cb *UpdateBundleCommand) SetSummary(summary *clientutils.Sha256Summary) *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) 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 (cb *CreateBundleCommand) SetReleaseBundleCreateParams(params distributionServicesUtils.ReleaseBundleParams) *CreateBundleCommand
func (*CreateBundleCommand) SetServerDetails ¶
func (cb *CreateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *CreateBundleCommand
func (*CreateBundleCommand) SetSpec ¶
func (cb *CreateBundleCommand) SetSpec(spec *spec.SpecFiles) *CreateBundleCommand
func (*CreateBundleCommand) SetSummary ¶
func (cb *CreateBundleCommand) SetSummary(summary *clientutils.Sha256Summary) *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 ¶
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 ¶
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 (db *DistributeReleaseBundleV1Command) Run() error
func (*DistributeReleaseBundleV1Command) ServerDetails ¶ added in v2.41.5
func (db *DistributeReleaseBundleV1Command) ServerDetails() (*config.ServerDetails, error)
func (*DistributeReleaseBundleV1Command) SetAutoCreateRepo ¶ added in v2.41.5
func (db *DistributeReleaseBundleV1Command) SetAutoCreateRepo(autoCreateRepo bool) *DistributeReleaseBundleV1Command
func (*DistributeReleaseBundleV1Command) SetDistributeBundleParams ¶ added in v2.41.5
func (db *DistributeReleaseBundleV1Command) SetDistributeBundleParams(params distribution.DistributionParams) *DistributeReleaseBundleV1Command
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 (db *DistributeReleaseBundleV1Command) SetDryRun(dryRun bool) *DistributeReleaseBundleV1Command
func (*DistributeReleaseBundleV1Command) SetMaxWaitMinutes ¶ added in v2.41.5
func (db *DistributeReleaseBundleV1Command) SetMaxWaitMinutes(maxWaitMinutes int) *DistributeReleaseBundleV1Command
func (*DistributeReleaseBundleV1Command) SetServerDetails ¶ added in v2.41.5
func (db *DistributeReleaseBundleV1Command) SetServerDetails(serverDetails *config.ServerDetails) *DistributeReleaseBundleV1Command
func (*DistributeReleaseBundleV1Command) SetSync ¶ added in v2.41.5
func (db *DistributeReleaseBundleV1Command) SetSync(sync bool) *DistributeReleaseBundleV1Command
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 ¶
func (sb *SignBundleCommand) SetSummary(summary *clientutils.Sha256Summary) *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) 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 (cb *UpdateBundleCommand) SetReleaseBundleUpdateParams(params distributionServicesUtils.ReleaseBundleParams) *UpdateBundleCommand
func (*UpdateBundleCommand) SetServerDetails ¶
func (cb *UpdateBundleCommand) SetServerDetails(serverDetails *config.ServerDetails) *UpdateBundleCommand
func (*UpdateBundleCommand) SetSpec ¶
func (cb *UpdateBundleCommand) SetSpec(spec *spec.SpecFiles) *UpdateBundleCommand
func (*UpdateBundleCommand) SetSummary ¶
func (cb *UpdateBundleCommand) SetSummary(summary *clientutils.Sha256Summary) *UpdateBundleCommand
Click to show internal directories.
Click to hide internal directories.