com.deluan.jenkins.plugins.rtc.commands
Interface Command

All Known Subinterfaces:
ParseableCommand<T>
All Known Implementing Classes:
AbstractCommand, AcceptCommand, CompareCommand, ListCommand, LoadCommand, StopDaemonCommand, VersionCommand

public interface Command

Command that issues a scm command line client command.

Author:
Erik Ramfelt

Method Summary
 hudson.util.ArgumentListBuilder getArguments()
          Returns the arguments to be sent to the TF command line client
 

Method Detail

getArguments

hudson.util.ArgumentListBuilder getArguments()
Returns the arguments to be sent to the TF command line client

Returns:
arguments for the TF tool


Copyright © 2004-2011. All Rights Reserved.