Package | Description |
---|---|
com.cloudbees.jenkins.plugins.customtools | |
com.synopsys.arc.jenkinsci.plugins.customtools |
Modifier and Type | Method and Description |
---|---|
LabelSpecifics[] |
CustomTool.getLabelSpecifics() |
Modifier and Type | Method and Description |
---|---|
List<LabelSpecifics> |
CustomTool.getAppliedSpecifics(Node node)
Get list of label specifics, which apply to the specified node.
|
Constructor and Description |
---|
CustomTool(String name,
String home,
List<? extends ToolProperty<?>> properties,
String exportedPaths,
LabelSpecifics[] labelSpecifics,
ToolVersionConfig toolVersion,
String additionalVariables) |
Modifier and Type | Method and Description |
---|---|
LabelSpecifics |
LabelSpecifics.substitute(EnvVars vars) |
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
EnvVars vars) |
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
Node node) |
LabelSpecifics |
LabelSpecifics.substitute(Node node) |
Modifier and Type | Method and Description |
---|---|
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
EnvVars vars) |
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
Node node) |
Copyright © 2016–2021. All rights reserved.