Class NodeList
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.model.impl.NodeList
-
public class NodeList extends Object
List of nodes. The first one is main node, remaining are worker nodes.- Author:
- vjuranek
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addWorker(Node worker)
List<Node>
asList()
MainNode
getMain()
int
getNodeCount()
List<Node>
getNodes()
int
getWorkerCount()
List<Node>
getWorkers()
String
toString()
-