public class DummyToolInstaller
extends hudson.tools.ToolInstaller
| Modifier and Type | Class and Description |
|---|---|
static class |
DummyToolInstaller.DummyToolInstallerDescriptor |
| Constructor and Description |
|---|
DummyToolInstaller() |
| Modifier and Type | Method and Description |
|---|---|
hudson.tools.ToolInstallerDescriptor<?> |
getDescriptor() |
hudson.FilePath |
getToolDir(hudson.tools.ToolInstallation tool,
hudson.model.Node node) |
hudson.FilePath |
performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log) |
public hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
throws java.io.IOException,
java.lang.InterruptedException
performInstallation in class hudson.tools.ToolInstallerjava.io.IOExceptionjava.lang.InterruptedExceptionpublic hudson.tools.ToolInstallerDescriptor<?> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tools.ToolInstaller>getDescriptor in class hudson.tools.ToolInstallerpublic hudson.FilePath getToolDir(hudson.tools.ToolInstallation tool,
hudson.model.Node node)