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

Method GetTask

actor/v7action/cloud_controller_client.go:143–143  ·  view source on GitHub ↗
(guid string)

Source from the content-addressed store, hash-verified

141 GetStagingSecurityGroups(spaceGUID string, queries ...ccv3.Query) ([]resources.SecurityGroup, ccv3.Warnings, error)
142 UpdateStack(stackGUID string, state string, reason string) (resources.Stack, ccv3.Warnings, error)
143 GetTask(guid string) (resources.Task, ccv3.Warnings, error)
144 GetUser(userGUID string) (resources.User, ccv3.Warnings, error)
145 GetUsers(query ...ccv3.Query) ([]resources.User, ccv3.Warnings, error)
146 MakeRequestSendReceiveRaw(Method string, URL string, headers http.Header, requestBody []byte) ([]byte, *http.Response, error)

Callers 2

task_test.goFile · 0.65
PollTaskMethod · 0.65

Implementers 1

FakeCloudControllerClientactor/v7action/v7actionfakes/fake_clou

Calls

no outgoing calls

Tested by

no test coverage detected