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

Method StartApplication

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

Source from the content-addressed store, hash-verified

230 StageApplicationPackage(pkgGUID string) (resources.Build, v7action.Warnings, error)
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)

Callers 2

restartApplicationMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected