Class AndroidSDKInstaller
java.lang.Object
hudson.tools.ToolInstaller
hudson.tools.DownloadFromUrlInstaller
jenkins.plugin.android.emulator.tools.AndroidSDKInstaller
- All Implemented Interfaces:
ExtensionPoint,Describable<ToolInstaller>
Automatic tools installer from google.
- Since:
- 4.0
- Author:
- Nikolas Falco
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enumstatic final classNested classes/interfaces inherited from class hudson.tools.DownloadFromUrlInstaller
DownloadFromUrlInstaller.Installable, DownloadFromUrlInstaller.InstallableList, DownloadFromUrlInstaller.NodeSpecificInstallableNested classes/interfaces inherited from class hudson.tools.ToolInstaller
ToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.tools.DownloadFromUrlInstaller
idFields inherited from class hudson.tools.ToolInstaller
tool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FilePathfindPullUpDirectory(FilePath root) performInstallation(ToolInstallation tool, Node node, TaskListener log) Methods inherited from class hudson.tools.DownloadFromUrlInstaller
isUpToDateMethods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
AndroidSDKInstaller
-
-
Method Details
-
getChannel
-
getInstallable
- Overrides:
getInstallablein classDownloadFromUrlInstaller- Throws:
IOException
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws IOException, InterruptedException - Overrides:
performInstallationin classDownloadFromUrlInstaller- Throws:
IOExceptionInterruptedException
-
findPullUpDirectory
- Overrides:
findPullUpDirectoryin classDownloadFromUrlInstaller- Throws:
IOExceptionInterruptedException
-