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

Method RunTask

command/v7/actor.go:215–215  ·  view source on GitHub ↗
(appGUID string, task resources.Task)

Source from the content-addressed store, hash-verified

213 RestartApplication(appGUID string, noWait bool) (v7action.Warnings, error)
214 RevokeAccessAndRefreshTokens() error
215 RunTask(appGUID string, task resources.Task) (resources.Task, v7action.Warnings, error)
216 ScaleProcessByApplication(appGUID string, process resources.Process) (v7action.Warnings, error)
217 ScheduleTokenRefresh(func(time.Duration) <-chan time.Time, chan struct{}, chan struct{}) (<-chan error, error)
218 SetApplicationDroplet(appGUID string, dropletGUID string) (v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
task_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected