com.deluan.jenkins.plugins.rtc.commands
Class AbstractCommand

java.lang.Object
  extended by com.deluan.jenkins.plugins.rtc.commands.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AcceptCommand, CompareCommand, ListCommand, LoadCommand, StopDaemonCommand, VersionCommand

public abstract class AbstractCommand
extends Object
implements Command

Author:
deluan

Constructor Summary
AbstractCommand(JazzConfiguration configurationProvider)
           
 
Method Summary
protected  hudson.util.ArgumentListBuilder addLocalWorkspaceArgument(hudson.util.ArgumentListBuilder args)
           
protected  hudson.util.ArgumentListBuilder addLoginArgument(hudson.util.ArgumentListBuilder arguments)
           
protected  hudson.util.ArgumentListBuilder addRepositoryArgument(hudson.util.ArgumentListBuilder args)
           
protected  JazzConfiguration getConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.deluan.jenkins.plugins.rtc.commands.Command
getArguments
 

Constructor Detail

AbstractCommand

public AbstractCommand(JazzConfiguration configurationProvider)
Method Detail

addLoginArgument

protected hudson.util.ArgumentListBuilder addLoginArgument(hudson.util.ArgumentListBuilder arguments)

addRepositoryArgument

protected hudson.util.ArgumentListBuilder addRepositoryArgument(hudson.util.ArgumentListBuilder args)

addLocalWorkspaceArgument

protected hudson.util.ArgumentListBuilder addLocalWorkspaceArgument(hudson.util.ArgumentListBuilder args)

getConfig

protected JazzConfiguration getConfig()


Copyright © 2004-2011. All Rights Reserved.