MCPcopy
hub / github.com/cloudfoundry/cli / GetApplicationTasks

Method GetApplicationTasks

command/v7/actor.go:101–101  ·  view source on GitHub ↗
(appName string, sortOrder v7action.SortOrder)

Source from the content-addressed store, hash-verified

99 GetApplicationRevisionsDeployed(appGUID string) ([]resources.Revision, v7action.Warnings, error)
100 GetApplicationRoutes(appGUID string) ([]resources.Route, v7action.Warnings, error)
101 GetApplicationTasks(appName string, sortOrder v7action.SortOrder) ([]resources.Task, v7action.Warnings, error)
102 GetApplicationsByNamesAndSpace(appNames []string, spaceGUID string) ([]resources.Application, v7action.Warnings, error)
103 GetBuildpackLabels(buildpackName string, buildpackStack string, buildpackLifecycle string) (map[string]types.NullString, v7action.Warnings, error)
104 GetBuildpacks(labelSelector string, lifecycle string) ([]resources.Buildpack, 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