hudson.plugins.tfs.commands
Interface Command

All Known Subinterfaces:
ParseableCommand<T>
All Known Implementing Classes:
AbstractCommand, BriefHistoryCommand, DeleteWorkspaceCommand, DetailedHistoryCommand, GetFilesToWorkFolderCommand, GetWorkspaceMappingsCommand, ListWorkspacesCommand, MapWorkfolderCommand, NewWorkspaceCommand, UnmapWorkfolderCommand

public interface Command

Command that issues a tf command line client command.

Author:
Erik Ramfelt

Method Summary
 MaskedArgumentListBuilder getArguments()
          Returns the arguments to be sent to the TF command line client
 

Method Detail

getArguments

MaskedArgumentListBuilder getArguments()
Returns the arguments to be sent to the TF command line client

Returns:
arguments for the TF tool


Copyright © 2009. All Rights Reserved.