hudson.plugins.tfs.commands
Class DeleteWorkspaceCommand

java.lang.Object
  extended by hudson.plugins.tfs.commands.AbstractCommand
      extended by hudson.plugins.tfs.commands.DeleteWorkspaceCommand
All Implemented Interfaces:
Command

public class DeleteWorkspaceCommand
extends AbstractCommand


Constructor Summary
DeleteWorkspaceCommand(ServerConfigurationProvider provider, java.lang.String workspaceName)
           
 
Method Summary
 MaskedArgumentListBuilder getArguments()
          Returns the arguments to be sent to the TF command line client
 
Methods inherited from class hudson.plugins.tfs.commands.AbstractCommand
addLoginArgument, addServerArgument, getConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteWorkspaceCommand

public DeleteWorkspaceCommand(ServerConfigurationProvider provider,
                              java.lang.String workspaceName)
Method Detail

getArguments

public MaskedArgumentListBuilder getArguments()
Description copied from interface: Command
Returns the arguments to be sent to the TF command line client

Returns:
arguments for the TF tool


Copyright © 2009. All Rights Reserved.