|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.deluan.jenkins.plugins.rtc.commands.AbstractCommand
com.deluan.jenkins.plugins.rtc.commands.VersionCommand
public class VersionCommand
| Constructor Summary | |
|---|---|
VersionCommand(JazzConfigurationProvider configurationProvider)
|
|
| Method Summary | |
|---|---|
hudson.util.ArgumentListBuilder |
getArguments()
Returns the arguments to be sent to the TF command line client |
java.lang.String |
parse(java.io.BufferedReader reader)
Returns data from parsing the command line client output in reader |
| Methods inherited from class com.deluan.jenkins.plugins.rtc.commands.AbstractCommand |
|---|
addLocalWorkspaceArgument, addLoginArgument, addRepositoryArgument, getConfig |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionCommand(JazzConfigurationProvider configurationProvider)
| Method Detail |
|---|
public hudson.util.ArgumentListBuilder getArguments()
Command
getArguments in interface Command
public java.lang.String parse(java.io.BufferedReader reader)
throws java.text.ParseException,
java.io.IOException
ParseableCommand
parse in interface ParseableCommand<java.lang.String>reader - reader containing the output from the command line client
java.text.ParseException - thrown if there was a problem parsing the data
java.io.IOException - thrown if there was a problem reading the data from the reader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||