|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tfs.TfTool
public class TfTool
Class that encapsulates the Team Foundation command client.
| Constructor Summary | |
|---|---|
TfTool(java.lang.String executable,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace)
|
|
| Method Summary | |
|---|---|
java.io.Reader |
execute(java.lang.String[] arguments)
Execute the arguments, and return the console output as a Reader |
java.io.Reader |
execute(java.lang.String[] arguments,
boolean[] masks)
Execute the arguments, and return the console output as a Reader |
java.lang.String |
getHostname()
Returns the host name of the computer that is running the TF tool |
hudson.model.TaskListener |
getListener()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TfTool(java.lang.String executable,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace)
| Method Detail |
|---|
public hudson.model.TaskListener getListener()
public java.lang.String getHostname()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public java.io.Reader execute(java.lang.String[] arguments)
throws java.io.IOException,
java.lang.InterruptedException
arguments - arguments to send to the command-line client.
java.io.IOException
java.lang.InterruptedException
public java.io.Reader execute(java.lang.String[] arguments,
boolean[] masks)
throws java.io.IOException,
java.lang.InterruptedException
arguments - arguments to send to the command-line client.masks - which of the commands that should be masked from the console.
java.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||