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 java.lang.Object
implements Command

Author:
deluan

Constructor Summary
AbstractCommand(JazzConfigurationProvider 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)
           
 JazzConfigurationProvider 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(JazzConfigurationProvider 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

public JazzConfigurationProvider getConfig()


Copyright © 2004-2011. All Rights Reserved.