Uses of Enum Class
jenkins.plugin.android.emulator.tools.AndroidSDKInstaller.Channel
Packages that use AndroidSDKInstaller.Channel
-
Uses of AndroidSDKInstaller.Channel in jenkins.plugin.android.emulator.sdk.cli
Methods in jenkins.plugin.android.emulator.sdk.cli with parameters of type AndroidSDKInstaller.ChannelModifier and TypeMethodDescriptionSDKManagerCLIBuilder.channel(AndroidSDKInstaller.Channel channel) -
Uses of AndroidSDKInstaller.Channel in jenkins.plugin.android.emulator.tools
Methods in jenkins.plugin.android.emulator.tools that return AndroidSDKInstaller.ChannelModifier and TypeMethodDescriptionAndroidSDKInstaller.getChannel()static AndroidSDKInstaller.ChannelReturns the enum constant of this class with the specified name.static AndroidSDKInstaller.Channel[]AndroidSDKInstaller.Channel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jenkins.plugin.android.emulator.tools with parameters of type AndroidSDKInstaller.ChannelModifierConstructorDescriptionAndroidSDKInstaller(String id, AndroidSDKInstaller.Channel channel)