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

Method ApplicationStop

cf/commands/application/stop.go:21–21  ·  view source on GitHub ↗
(app models.Application, orgName string, spaceName string)

Source from the content-addressed store, hash-verified

19type Stopper interface {
20 commandregistry.Command
21 ApplicationStop(app models.Application, orgName string, spaceName string) (updatedApp models.Application, err error)
22}
23
24type Stop struct {

Callers 3

restartMethod · 0.65
ApplicationRestartMethod · 0.65
stop_test.goFile · 0.65

Implementers 2

Stopcf/commands/application/stop.go
FakeStoppercf/commands/application/applicationfak

Calls

no outgoing calls

Tested by

no test coverage detected