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

Method StopApplication

command/v7/shared/app_stager.go:56–56  ·  view source on GitHub ↗
(appGUID string)

Source from the content-addressed store, hash-verified

54 StagePackage(packageGUID, appName, spaceGUID string) (<-chan resources.Droplet, <-chan v7action.Warnings, <-chan error)
55 StartApplication(appGUID string) (v7action.Warnings, error)
56 StopApplication(appGUID string) (v7action.Warnings, error)
57}
58
59func NewAppStager(actor stagingAndStartActor, ui command.UI, config command.Config, logCache sharedaction.LogCacheClient) AppStager {

Callers 1

StartAppMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected