MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Actualize

Method Actualize

command/v7/push_command.go:48–48  ·  view source on GitHub ↗

Actualize applies any necessary changes.

(plan v7pushaction.PushPlan, progressBar v7pushaction.ProgressBar)

Source from the content-addressed store, hash-verified

46 CreatePushPlans(spaceGUID string, orgGUID string, manifest manifestparser.Manifest, overrides v7pushaction.FlagOverrides) ([]v7pushaction.PushPlan, v7action.Warnings, error)
47 // Actualize applies any necessary changes.
48 Actualize(plan v7pushaction.PushPlan, progressBar v7pushaction.ProgressBar) <-chan *v7pushaction.PushEvent
49}
50
51//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . V7ActorForPush

Callers 2

ExecuteMethod · 0.65
actualize_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected