Class: TFSGraph::ProjectStore

Inherits:
AbstractStore show all
Defined in:
lib/tfs_graph/project/project_store.rb

Constant Summary

Constants included from StoreHelpers

StoreHelpers::UPDATED_KEY

Constants included from TFSClient

TFSClient::InvalidConfig, TFSClient::REQUIRED_KEYS

Instance Method Summary collapse

Methods inherited from AbstractStore

#cache_all, #fetch_all, #fetch_and_cache

Methods included from StoreHelpers

#flush_all, #last_updated_on, #mark_as_updated

Methods included from TFSHelpers

#base_username, #branch_base, #branch_path_to_name, #branch_project, #odata_path_to_server_path, #scrub_changeset, #server_path_to_odata_path

Methods included from TFSClient

#endpoint, #setup, #tfs, #tfs=

Instance Method Details

#cache(project) ⇒ Object



8
9
10
# File 'lib/tfs_graph/project/project_store.rb', line 8

def cache(project)
  RepositoryRegistry.project_repository.create project
end