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

Method PollStart

command/v7/actor.go:198–198  ·  view source on GitHub ↗
(app resources.Application, noWait bool, handleProcessStats func(string))

Source from the content-addressed store, hash-verified

196 PollBuild(buildGUID string, appName string) (resources.Droplet, v7action.Warnings, error)
197 PollPackage(pkg resources.Package) (resources.Package, v7action.Warnings, error)
198 PollStart(app resources.Application, noWait bool, handleProcessStats func(string)) (v7action.Warnings, error)
199 PollStartForDeployment(app resources.Application, deploymentGUID string, noWait bool, handleProcessStats func(string)) (v7action.Warnings, error)
200 PollTask(task resources.Task) (resources.Task, v7action.Warnings, error)
201 PollUploadBuildpackJob(jobURL ccv3.JobURL) (v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected