public class MakeAppTouchTestableInstaller extends CommonInstaller
| Modifier and Type | Class and Description |
|---|---|
static class |
MakeAppTouchTestableInstaller.DescriptorImpl |
| Constructor and Description |
|---|
MakeAppTouchTestableInstaller(CloudTestServer server) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tools.DownloadFromUrlInstaller.Installable |
getInstallable() |
hudson.FilePath |
performInstallation(hudson.model.Node node,
hudson.model.TaskListener log)
We implement
ToolInstaller just so that we can reuse its installation code. |
performInstallationpublic MakeAppTouchTestableInstaller(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.IOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.