public class AnyOfInstaller
extends hudson.tools.ToolInstaller
| Modifier and Type | Class and Description |
|---|---|
static class |
AnyOfInstaller.DescriptorImpl
Descriptor for the
AnyOfInstaller. |
| Constructor and Description |
|---|
AnyOfInstaller() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(hudson.model.Node node) |
int |
getAttemptsOfWholeList()
The number of times we will attempt each installer before moving onto the
next in the list.
|
int |
getAttemptsPerInstaller()
The number of times we will attempt each installer before moving onto the
next in the list.
|
hudson.tools.InstallSourceProperty |
getInstallers() |
hudson.FilePath |
performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log) |
void |
setAttemptsOfWholeList(int attemptsOfWholeList) |
void |
setAttemptsPerInstaller(int attemptsPerInstaller) |
void |
setInstallers(hudson.tools.InstallSourceProperty installers) |
protected void |
setTool(hudson.tools.ToolInstallation t) |
@CheckForNull public hudson.tools.InstallSourceProperty getInstallers()
@DataBoundSetter public void setInstallers(@Nullable hudson.tools.InstallSourceProperty installers)
public int getAttemptsPerInstaller()
setAttemptsPerInstaller(int) if that
was 1 or more, else 1.@DataBoundSetter public void setAttemptsPerInstaller(int attemptsPerInstaller)
public int getAttemptsOfWholeList()
setAttemptsOfWholeList(int) if that was
1 or more, else 1.@DataBoundSetter public void setAttemptsOfWholeList(int attemptsOfWholeList)
protected void setTool(hudson.tools.ToolInstallation t)
setTool in class hudson.tools.ToolInstallerpublic boolean appliesTo(hudson.model.Node node)
appliesTo in class hudson.tools.ToolInstallerpublic hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
performInstallation in class hudson.tools.ToolInstallerIOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.