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

Method GetRevisionByApplicationAndVersion

command/v7/actor.go:141–141  ·  view source on GitHub ↗
(appGUID string, revisionVersion int)

Source from the content-addressed store, hash-verified

139 GetRecentLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) ([]sharedaction.LogMessage, v7action.Warnings, error)
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)

Callers 3

ExecuteMethod · 0.65
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