Package jenkins.plugin.android.emulator
Class AndroidSDKUtil
java.lang.Object
jenkins.plugin.android.emulator.AndroidSDKUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic AndroidSDKInstallation
getAndroidSDK
(String name) Gets the AndroidSDK to use.static AndroidSDKInstallation[]
Get all AndroidSDK installation defined in Jenkins.
-
Method Details
-
getAndroidSDK
Gets the AndroidSDK to use.- Parameters:
name
- the name of AndroidSDK installation- Returns:
- a AndroidSDK installation for the given name if exists,
null
otherwise.
-
getInstallations
Get all AndroidSDK installation defined in Jenkins.- Returns:
- an array of AndroidSDK tool installation
-