MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / Initialize

Method Initialize

commands/deploy_command.go:106–110  ·  view source on GitHub ↗
(name string, cliConnection plugin.CliConnection)

Source from the content-addressed store, hash-verified

104}
105
106func (c *DeployCommand) Initialize(name string, cliConnection plugin.CliConnection) {
107 c.BaseCommand.Initialize(name, cliConnection)
108 delegate := cfrestclient.NewCloudFoundryRestClient(cliConnection)
109 c.CfClient = resilient.NewResilientCloudFoundryClient(delegate, maxRetriesCount, retryIntervalInSeconds)
110}
111
112// GetPluginCommand returns the plugin command details
113func (c *DeployCommand) GetPluginCommand() plugin.Command {

Callers

nothing calls this directly

Calls 3

InitializeMethod · 0.65

Tested by

no test coverage detected