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. |
performInstallation
public MakeAppTouchTestableInstaller(CloudTestServer server) throws IOException
IOException
public hudson.tools.DownloadFromUrlInstaller.Installable getInstallable() throws IOException
getInstallable
in class hudson.tools.DownloadFromUrlInstaller
IOException
public 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
.IOException
InterruptedException
Copyright © 2004-2016. All Rights Reserved.