public class Template extends Object implements hudson.model.Describable<Template>
DiskNode properties to be used
for multiple Nodes that have a common label.| Modifier and Type | Class and Description |
|---|---|
static class |
Template.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static Template.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
Template(String diskPoolRefId,
String label,
List<DiskNode> diskNodes) |
| Modifier and Type | Method and Description |
|---|---|
Template.DescriptorImpl |
getDescriptor() |
List<DiskNode> |
getDiskNodes() |
String |
getDiskPoolRefId() |
String |
getLabel() |
@Extension public static final Template.DescriptorImpl DESCRIPTOR
public Template.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<Template>@CheckForNull public String getDiskPoolRefId()
@CheckForNull public String getLabel()
Copyright © 2016. All rights reserved.