public class LabelSpecifics extends hudson.model.AbstractDescribableImpl<LabelSpecifics> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
LabelSpecifics.DescriptorImpl |
| Constructor and Description |
|---|
LabelSpecifics(String label,
String additionalVars,
String exportedPaths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(hudson.model.Node node)
Check if specifics is applicable to node
|
String |
getAdditionalVars() |
String |
getExportedPaths() |
String |
getLabel() |
boolean |
hasAdditionalVars() |
LabelSpecifics |
substitute(hudson.EnvVars vars) |
static LabelSpecifics[] |
substitute(LabelSpecifics[] specifics,
hudson.EnvVars vars) |
static LabelSpecifics[] |
substitute(LabelSpecifics[] specifics,
hudson.model.Node node) |
LabelSpecifics |
substitute(hudson.model.Node node) |
public String getAdditionalVars()
public boolean hasAdditionalVars()
public String getLabel()
public String getExportedPaths()
public boolean appliesTo(hudson.model.Node node)
node - Node to be checkedpublic LabelSpecifics substitute(hudson.EnvVars vars)
public LabelSpecifics substitute(hudson.model.Node node)
public static LabelSpecifics[] substitute(LabelSpecifics[] specifics, hudson.EnvVars vars)
public static LabelSpecifics[] substitute(LabelSpecifics[] specifics, hudson.model.Node node)
Copyright © 2004-2013. All Rights Reserved.