public static class CompoundCloud.ConfigurationEntry.SlaveEntry extends Object
CompoundSlave
Modifier and Type | Field and Description |
---|---|
protected hudson.model.labels.LabelAtom |
labelAtom |
protected int |
number |
protected String |
role |
Constructor and Description |
---|
CompoundCloud.ConfigurationEntry.SlaveEntry(String role,
String labelAtom,
String number) |
protected final String role
protected final hudson.model.labels.LabelAtom labelAtom
protected final int number
@DataBoundConstructor public CompoundCloud.ConfigurationEntry.SlaveEntry(String role, String labelAtom, String number)
role
- within CompoundSlave
labelAtom
- will be used to deploy sub-slave in CompoundCloud#backendCloud
number
- of the copiespublic String getRole()
public hudson.model.labels.LabelAtom getLabelAtom()
public int getNumber()
Copyright © 2004-2015. All Rights Reserved.