Module: FluentCommandBuilder::Tf::TEE2010

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

Defined Under Namespace

Classes: Add, Branch, Branches, Changeset, Checkin, CheckinShelveset, Checkout, CloakFolder, Compare, CompareWithCurrentWorkspaceVersion, CompareWithShelvesetVersion, CreateWorkspace, DecloakFolder, Delete, DeleteLabel, DeleteShelveset, DeleteWorkspace, Destroy, Dir, EditProfile, Eula, Get, Getcs, History, Label, Labels, Lock, MapFolder, Merge, Merges, ModifyWorkspace, NewProfile, Print, ProductKey, Profiles, Properties, Reconcile, ReconcileBuild, ReconcileChangeset, ReconcileForgetBuild, RemoveWorkspace, Rename, ReplaceShelveset, Resolve, Shelve, Shelvesets, ShowLocalFolderMapping, ShowServerFolderMappings, ShowWorkspaceMappings, Status, Tf, Undelete, Undo, Unlabel, UnmapFolder, Unshelve, Workspaces

Constant Summary collapse

COMMAND_NAME =
'tf'

Instance Method Summary collapse

Instance Method Details

#tf {|builder| ... } ⇒ Object

Yields:

  • (builder)


1964
1965
1966
1967
1968
1969
# File 'lib/fluent_command_builder/command_builders/tf_tee_2010.rb', line 1964

def tf
  builder = CommandBuilder.new COMMAND_NAME
  command = Tf.new builder
  yield builder if block_given?
  command
end