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

Method GetRevisionsByApplicationNameAndSpace

command/v7/actor.go:142–142  ·  view source on GitHub ↗
(appName string, spaceGUID string)

Source from the content-addressed store, hash-verified

140 GetRootResponse() (v7action.Root, v7action.Warnings, error)
141 GetRevisionByApplicationAndVersion(appGUID string, revisionVersion int) (resources.Revision, v7action.Warnings, error)
142 GetRevisionsByApplicationNameAndSpace(appName string, spaceGUID string) ([]resources.Revision, v7action.Warnings, error)
143 GetRouteByAttributes(domain resources.Domain, hostname string, path string, port int) (resources.Route, v7action.Warnings, error)
144 GetRouteDestinationByAppGUID(route resources.Route, appGUID string) (resources.RouteDestination, error)
145 GetRouteLabels(routeName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
revisions_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected