MCPcopy
hub / github.com/cloudfoundry/cli / StageAndStart

Method StageAndStart

command/v7/shared/app_stager.go:24–24  ·  view source on GitHub ↗
(app resources.Application, space configv3.Space, organization configv3.Organization, packageGUID string, opts AppStartOpts)

Source from the content-addressed store, hash-verified

22
23type AppStager interface {
24 StageAndStart(app resources.Application, space configv3.Space, organization configv3.Organization, packageGUID string, opts AppStartOpts) error
25
26 StageApp(app resources.Application, packageGUID string, space configv3.Space) (resources.Droplet, error)
27

Callers 5

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
app_stager_test.goFile · 0.65

Implementers 2

Stagercommand/v7/shared/app_stager.go
FakeAppStagercommand/v7/shared/sharedfakes/fake_app

Calls

no outgoing calls

Tested by

no test coverage detected