| 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(hudson.model.Node node)
Get list of label specifics, which apply to the specified node.
|
| Constructor and Description |
|---|
CustomTool(String name,
String home,
List properties,
String exportedPaths,
LabelSpecifics[] labelSpecifics) |
| Modifier and Type | Method and Description |
|---|---|
LabelSpecifics |
LabelSpecifics.substitute(hudson.EnvVars vars) |
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
hudson.EnvVars vars) |
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
hudson.model.Node node) |
LabelSpecifics |
LabelSpecifics.substitute(hudson.model.Node node) |
| Modifier and Type | Method and Description |
|---|---|
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
hudson.EnvVars vars) |
static LabelSpecifics[] |
LabelSpecifics.substitute(LabelSpecifics[] specifics,
hudson.model.Node node) |
Copyright © 2004-2013. All Rights Reserved.