public class ToolLabelsProperty extends ToolProperty<ToolInstallation>
| Modifier and Type | Class and Description |
|---|---|
static class |
ToolLabelsProperty.Descriptor
Describes
ToolLabelsProperty. |
ExtensionPoint.LegacyInstancesAreScopedToHudsontool| Constructor and Description |
|---|
ToolLabelsProperty(String labels) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabels()
Returns a
String object of labels. |
static ToolLabelsProperty |
of(ToolInstallation installation)
Returns the
ToolLabelsProperty object of a tool installation. |
Class |
type()
Returns a
Class object for ToolInstallation. |
all, getDescriptor, setTool@DataBoundConstructor public ToolLabelsProperty(String labels)
public static ToolLabelsProperty of(ToolInstallation installation)
ToolLabelsProperty object of a tool installation.installation - tool installationToolLabelsProperty object, or null if not
found.public String getLabels()
String object of labels.String object of labels.public Class type()
Class object for ToolInstallation.type in class ToolProperty<ToolInstallation>Class object for ToolInstallationCopyright © 2004-2014. All Rights Reserved.