Method: FluentCommandBuilder::TeamFoundation::V100::FolderDiff#collection

Defined in:
lib/fluent_command_builder/command_builders/team_foundation_100.rb

#collection(team_project_collection_url) {|@b| ... } ⇒ Object

Yields:

  • (@b)


804
805
806
807
808
# File 'lib/fluent_command_builder/command_builders/team_foundation_100.rb', line 804

def collection(team_project_collection_url)
  @b.append " /collection:#{@b.format team_project_collection_url}"
  yield @b if block_given?
  self
end