public class iOSAppInstallerInstaller extends CommonInstaller
| Modifier and Type | Class and Description |
|---|---|
static class |
iOSAppInstallerInstaller.DescriptorImpl |
| Constructor and Description |
|---|
iOSAppInstallerInstaller(CloudTestServer server) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tools.DownloadFromUrlInstaller.Installable |
getInstallable() |
hudson.FilePath |
ios_app_installer(hudson.model.Node node,
hudson.model.TaskListener log) |
hudson.FilePath |
ios_sim_launcher(hudson.model.Node node,
hudson.model.TaskListener log) |
hudson.FilePath |
performInstallation(hudson.model.Node node,
hudson.model.TaskListener log)
We implement
ToolInstaller just so that we can reuse its installation code. |
performInstallationpublic iOSAppInstallerInstaller(CloudTestServer server) throws IOException
IOExceptionpublic hudson.tools.DownloadFromUrlInstaller.Installable getInstallable()
throws IOException
getInstallable in class hudson.tools.DownloadFromUrlInstallerIOExceptionpublic hudson.FilePath performInstallation(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
ToolInstaller just so that we can reuse its installation code.
And because of this, we collapse ToolInstallation and ToolInstaller.IOExceptionInterruptedExceptionpublic hudson.FilePath ios_app_installer(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic hudson.FilePath ios_sim_launcher(hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.