hudson.plugins.tfs.commands
Class AbstractCommand

java.lang.Object
  extended by hudson.plugins.tfs.commands.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
BriefHistoryCommand, DeleteWorkspaceCommand, DetailedHistoryCommand, GetFilesToWorkFolderCommand, ListWorkspacesCommand, MapWorkfolderCommand, NewWorkspaceCommand, UnmapWorkfolderCommand

public abstract class AbstractCommand
extends java.lang.Object
implements Command


Constructor Summary
AbstractCommand(ServerConfigurationProvider configurationProvider)
           
 
Method Summary
protected  void addLoginArgument(MaskedArgumentListBuilder arguments)
           
protected  void addServerArgument(hudson.util.ArgumentListBuilder arguments)
           
 ServerConfigurationProvider getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.plugins.tfs.commands.Command
getArguments
 

Constructor Detail

AbstractCommand

public AbstractCommand(ServerConfigurationProvider configurationProvider)
Method Detail

addServerArgument

protected void addServerArgument(hudson.util.ArgumentListBuilder arguments)

addLoginArgument

protected void addLoginArgument(MaskedArgumentListBuilder arguments)

getConfig

public ServerConfigurationProvider getConfig()


Copyright © 2008. All Rights Reserved.