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

Method UpdateAppFeature

command/v7/actor.go:242–242  ·  view source on GitHub ↗
(app resources.Application, enabled bool, featureName string)

Source from the content-addressed store, hash-verified

240 UnshareRoute(routeGUID string, spaceGUID string) (v7action.Warnings, error)
241 UnshareServiceInstanceFromSpaceAndOrg(serviceInstanceName, targetedSpaceGUID, targetedOrgGUID string, unshareFromDetails v7action.ServiceInstanceSharingParams) (v7action.Warnings, error)
242 UpdateAppFeature(app resources.Application, enabled bool, featureName string) (v7action.Warnings, error)
243 UpdateApplication(app resources.Application) (resources.Application, v7action.Warnings, error)
244 UpdateApplicationLabelsByApplicationName(string, string, map[string]types.NullString) (v7action.Warnings, error)
245 UpdateBuildpackByNameAndStackAndLifecycle(buildpackName string, buildpackStack string, buildpackLifecycle string, buildpack resources.Buildpack) (resources.Buildpack, v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected