MCPcopy Create free account
hub / github.com/cloudfoundry/cli / SetDependency

Method SetDependency

cf/commands/application/stop.go:63–68  ·  view source on GitHub ↗
(deps commandregistry.Dependency, pluginCall bool)

Source from the content-addressed store, hash-verified

61}
62
63func (cmd *Stop) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command {
64 cmd.ui = deps.UI
65 cmd.config = deps.Config
66 cmd.appRepo = deps.RepoLocator.GetApplicationRepository()
67 return cmd
68}
69
70func (cmd *Stop) ApplicationStop(app models.Application, orgName, spaceName string) (models.Application, error) {
71 var updatedApp models.Application

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected