Module: FluentCommandBuilder::Tf::V2010
- Defined in:
- lib/fluent_command_builder/command_builders/tf_2010.rb
Defined Under Namespace
Classes: Add, AddProxyRecord, Branch, Branches, Changeset, Checkin, CheckinShelveset, Checkout, CloakFolder, Compare, CompareWithCurrentWorkspaceVersion, CompareWithShelvesetVersion, Configure, ConfigureProxy, CreateWorkspace, DecloakFolder, Delete, DeleteLabel, DeleteProxyRecord, DeleteShelveset, DeleteWorkspace, Destroy, Dir, FolderDiff, Get, History, Label, Labels, ListProxyRecords, LocalVersions, Lock, MapFolder, Merge, Merges, ModifyWorkspace, Permission, Properties, RemoveWorkspace, Rename, ReplaceShelveset, Resolve, RollbackChangeset, RollbackToVersion, Shelve, Shelvesets, ShowLocalFolderMapping, ShowServerFolderMappings, ShowWorkspaceMappings, Status, Tf, Undelete, Undo, Unlabel, UnmapFolder, Unshelve, View, Workspaces
Constant Summary collapse
- COMMAND_NAME =
'tf'
Instance Method Summary collapse
Instance Method Details
#tf {|builder| ... } ⇒ Object
2141 2142 2143 2144 2145 2146 |
# File 'lib/fluent_command_builder/command_builders/tf_2010.rb', line 2141 def tf builder = CommandBuilder.new COMMAND_NAME command = Tf.new builder yield builder if block_given? command end |