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 voidaddWorker(Node worker)List<Node>asList()MainNodegetMain()intgetNodeCount()List<Node>getNodes()intgetWorkerCount()List<Node>getWorkers()StringtoString()
-