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

Method GetDetailedAppSummary

command/v7/push_command.go:55–55  ·  view source on GitHub ↗
(appName string, spaceGUID string, withObfuscatedValues bool)

Source from the content-addressed store, hash-verified

53type V7ActorForPush interface {
54 GetApplicationByNameAndSpace(name string, spaceGUID string) (resources.Application, v7action.Warnings, error)
55 GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error)
56 SetSpaceManifest(spaceGUID string, rawManifest []byte) (v7action.Warnings, error)
57 GetStreamingLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) (<-chan sharedaction.LogMessage, <-chan error, context.CancelFunc, v7action.Warnings, error)
58 RestartApplication(appGUID string, noWait bool) (v7action.Warnings, error)

Callers 1

displayAppSummaryMethod · 0.65

Implementers 3

FakeActorcommand/v7/v7fakes/fake_actor.go
FakeV7ActorForPushcommand/v7/v7fakes/fake_v7actor_for_pu
Actoractor/v7action/actor.go

Calls

no outgoing calls

Tested by

no test coverage detected