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) |
@CheckForNull public String getAdditionalVars()
public boolean hasAdditionalVars()
@CheckForNull public String getLabel()
@CheckForNull public String getExportedPaths()
public boolean appliesTo(@Nonnull
hudson.model.Node node)
node - Node to be checked@Nonnull public LabelSpecifics substitute(hudson.EnvVars vars)
@Nonnull public LabelSpecifics substitute(hudson.model.Node node)
@Nonnull public static LabelSpecifics[] substitute(LabelSpecifics[] specifics, hudson.EnvVars vars)
@Nonnull public static LabelSpecifics[] substitute(LabelSpecifics[] specifics, hudson.model.Node node)
Copyright © 2004-2014. All Rights Reserved.