public class CmToolInstaller
extends hudson.tools.DownloadFromUrlInstaller
Modifier and Type | Class and Description |
---|---|
static class |
CmToolInstaller.DescriptorImpl |
protected class |
CmToolInstaller.PlasticScmInstallable |
hudson.tools.DownloadFromUrlInstaller.Installable, hudson.tools.DownloadFromUrlInstaller.InstallableList, hudson.tools.DownloadFromUrlInstaller.NodeSpecificInstallable
Constructor and Description |
---|
CmToolInstaller(boolean ignoreSystemTool) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(hudson.model.Node node) |
hudson.tools.ToolInstallerDescriptor<?> |
getDescriptor() |
hudson.tools.DownloadFromUrlInstaller.Installable |
getInstallable() |
boolean |
isIgnoreSystemTool() |
hudson.FilePath |
performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log) |
@DataBoundConstructor public CmToolInstaller(boolean ignoreSystemTool)
public hudson.tools.DownloadFromUrlInstaller.Installable getInstallable() throws IOException
getInstallable
in class hudson.tools.DownloadFromUrlInstaller
IOException
public boolean appliesTo(hudson.model.Node node)
appliesTo
in class hudson.tools.ToolInstaller
public hudson.tools.ToolInstallerDescriptor<?> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tools.ToolInstaller>
getDescriptor
in class hudson.tools.ToolInstaller
public hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool, hudson.model.Node node, hudson.model.TaskListener log) throws IOException, InterruptedException
performInstallation
in class hudson.tools.DownloadFromUrlInstaller
IOException
InterruptedException
@Exported public boolean isIgnoreSystemTool()
Copyright © 2016–2023. All rights reserved.