module TFSGraph::Populators::Utilities

Public Instance Methods

clean() click to toggle source
# File lib/tfs_graph/populators/utilities.rb, line 6
def clean
  flush_all
end
finalize() click to toggle source
# File lib/tfs_graph/populators/utilities.rb, line 10
def finalize
  mark_as_updated
end
find_branch(path) click to toggle source
# File lib/tfs_graph/populators/utilities.rb, line 18
def find_branch(path)
  TFSGraph::RepositoryRegistry.branch_repository.find_by_path path
end
find_project(name) click to toggle source
# File lib/tfs_graph/populators/utilities.rb, line 14
def find_project(name)
  TFSGraph::RepositoryRegistry.project_repository.find_by_name name
end