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

Method SetApplicationRepository

cf/api/repository_locator.go:197–200  ·  view source on GitHub ↗
(repo applications.Repository)

Source from the content-addressed store, hash-verified

195}
196
197func (locator RepositoryLocator) SetApplicationRepository(repo applications.Repository) RepositoryLocator {
198 locator.appRepo = repo
199 return locator
200}
201
202func (locator RepositoryLocator) GetApplicationRepository() applications.Repository {
203 return locator.appRepo

Callers 15

service_test.goFile · 0.80
rename_test.goFile · 0.80
push_test.goFile · 0.80
scale_test.goFile · 0.80
stop_test.goFile · 0.80
delete_test.goFile · 0.80
restage_test.goFile · 0.80
unset_env_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected