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

Method StopApplication

command/v7/actor.go:233–233  ·  view source on GitHub ↗
(appGUID string)

Source from the content-addressed store, hash-verified

231 StagePackage(packageGUID, appName, spaceGUID string) (<-chan resources.Droplet, <-chan v7action.Warnings, <-chan error)
232 StartApplication(appGUID string) (v7action.Warnings, error)
233 StopApplication(appGUID string) (v7action.Warnings, error)
234 TerminateTask(taskGUID string) (resources.Task, v7action.Warnings, error)
235 UnbindSecurityGroup(securityGroupName string, orgGUID string, spaceGUID string, lifecycle constant.SecurityGroupLifecycle) (v7action.Warnings, error)
236 UnmapRoute(routeGUID string, destinationGUID string) (v7action.Warnings, error)

Callers 2

restartApplicationMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected