public abstract class AbstractExtraToolInstaller
extends hudson.tools.ToolInstaller
| Constructor and Description |
|---|
AbstractExtraToolInstaller(String label,
String toolHome,
boolean failOnSubstitution) |
| Modifier and Type | Method and Description |
|---|---|
String |
getToolHome() |
boolean |
isFailOnSubstitution() |
protected String |
substituteNodeVariablesValidated(String stringName,
String macroString,
hudson.model.Node node)
Substitute variables and fail on errors.
|
public final boolean isFailOnSubstitution()
public final String getToolHome()
protected String substituteNodeVariablesValidated(String stringName, String macroString, hudson.model.Node node) throws ExtraToolInstallersException
stringName - Name of the fieldmacroString - String to be checkednode - Node, where tool is being installedExtraToolInstallersException - Substitution errorCopyright © 2016–2020. All rights reserved.