public static class CompoundCloud.ConfigurationEntry extends Object
CompoundSlave
with given set of sub-nodesModifier and Type | Class and Description |
---|---|
static class |
CompoundCloud.ConfigurationEntry.SlaveEntry
Describes a single sub-node kind within a
CompoundSlave |
Modifier and Type | Field and Description |
---|---|
protected List<CompoundCloud.ConfigurationEntry.SlaveEntry> |
entries |
protected hudson.model.labels.LabelAtom |
labelAtom |
Constructor and Description |
---|
CompoundCloud.ConfigurationEntry(String labelAtom,
List<CompoundCloud.ConfigurationEntry.SlaveEntry> entries) |
Modifier and Type | Method and Description |
---|---|
List<CompoundCloud.ConfigurationEntry.SlaveEntry> |
getEntries() |
hudson.model.labels.LabelAtom |
getLabelAtom() |
protected final hudson.model.labels.LabelAtom labelAtom
protected final List<CompoundCloud.ConfigurationEntry.SlaveEntry> entries
@DataBoundConstructor public CompoundCloud.ConfigurationEntry(String labelAtom, List<CompoundCloud.ConfigurationEntry.SlaveEntry> entries)
public hudson.model.labels.LabelAtom getLabelAtom()
public List<CompoundCloud.ConfigurationEntry.SlaveEntry> getEntries()
Copyright © 2004-2015. All Rights Reserved.