|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tool | |
|---|---|
| hudson.plugins.android_emulator.sdk | |
| hudson.plugins.android_emulator.util | |
| Uses of Tool in hudson.plugins.android_emulator.sdk |
|---|
| Methods in hudson.plugins.android_emulator.sdk that return Tool | |
|---|---|
static Tool |
Tool.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Tool[] |
Tool.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Tool in hudson.plugins.android_emulator.util |
|---|
| Methods in hudson.plugins.android_emulator.util with parameters of type Tool | |
|---|---|
static hudson.util.ArgumentListBuilder |
Utils.getToolCommand(AndroidSdk androidSdk,
boolean isUnix,
Tool tool,
java.lang.String args)
Generates a ready-to-use ArgumentListBuilder for one of the Android SDK tools. |
static void |
Utils.runAndroidTool(hudson.Launcher launcher,
java.io.OutputStream stdout,
java.io.OutputStream stderr,
AndroidSdk androidSdk,
Tool tool,
java.lang.String args,
hudson.FilePath workingDirectory)
Runs an Android tool on the remote build node and waits for completion before returning. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||