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

Method RestartApplication

actor/v7pushaction/v7_actor.go:34–34  ·  view source on GitHub ↗
(appGUID string, noWait bool)

Source from the content-addressed store, hash-verified

32 PollStartForDeployment(app resources.Application, deploymentGUID string, noWait bool, handleProcessStats func(string)) (v7action.Warnings, error)
33 ResourceMatch(resources []sharedaction.V3Resource) ([]sharedaction.V3Resource, v7action.Warnings, error)
34 RestartApplication(appGUID string, noWait bool) (v7action.Warnings, error)
35 ScaleProcessByApplication(appGUID string, process resources.Process) (v7action.Warnings, error)
36 SetApplicationDroplet(appGUID string, dropletGUID string) (v7action.Warnings, error)
37 SetApplicationManifest(appGUID string, rawManifest []byte) (v7action.Warnings, error)

Callers 3

RestartApplicationMethod · 0.65

Implementers 3

FakeActorcommand/v7/v7fakes/fake_actor.go
Actoractor/v7action/actor.go
FakeV7Actoractor/v7pushaction/v7pushactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected