Uses of Class
hudson.plugins.android_emulator.sdk.AndroidSdk

Packages that use AndroidSdk
hudson.plugins.android_emulator.builder   
hudson.plugins.android_emulator.util   
 

Uses of AndroidSdk in hudson.plugins.android_emulator.builder
 

Methods in hudson.plugins.android_emulator.builder that return AndroidSdk
protected static AndroidSdk AbstractBuilder.getAndroidSdk(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
          Gets an Android SDK instance, ready for use.
 

Methods in hudson.plugins.android_emulator.builder with parameters of type AndroidSdk
protected static void AbstractBuilder.uninstallApk(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, java.io.PrintStream logger, AndroidSdk androidSdk, java.lang.String deviceIdentifier, hudson.FilePath apkPath)
          Uninstalls the Android package corresponding to the given APK file from an Android device.
protected static void AbstractBuilder.uninstallApk(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, java.io.PrintStream logger, AndroidSdk androidSdk, java.lang.String deviceIdentifier, java.lang.String packageId)
          Uninstalls the given Android package ID from the given Android device.
 

Uses of AndroidSdk in hudson.plugins.android_emulator.util
 

Methods in hudson.plugins.android_emulator.util that return AndroidSdk
static AndroidSdk Utils.getAndroidSdk(hudson.Launcher launcher, java.lang.String androidHome)
          Determines the properties of the SDK installed on the build machine.
 

Methods in hudson.plugins.android_emulator.util with parameters of type AndroidSdk
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.
 



Copyright © 2011. All Rights Reserved.