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

Method DeleteBuildpackByNameAndStackAndLifecycle

command/v7/actor.go:61–61  ·  view source on GitHub ↗
(buildpackName string, buildpackStack string, buildpackLifecycle string)

Source from the content-addressed store, hash-verified

59 CreateUserProvidedServiceInstance(instance resources.ServiceInstance) (v7action.Warnings, error)
60 DeleteApplicationByNameAndSpace(name, spaceGUID string, deleteRoutes bool) (v7action.Warnings, error)
61 DeleteBuildpackByNameAndStackAndLifecycle(buildpackName string, buildpackStack string, buildpackLifecycle string) (v7action.Warnings, error)
62 DeleteDomain(domain resources.Domain) (v7action.Warnings, error)
63 DeleteInstanceByApplicationNameSpaceProcessTypeAndIndex(appName string, spaceGUID string, processType string, instanceIndex int) (v7action.Warnings, error)
64 DeleteOrgRole(roleType constant.RoleType, orgGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
buildpack_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected