Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<NodePool> |
NodePool.getDescriptor() |
List<NodePool> |
NodePools.getNodePools() |
Iterator<NodePool> |
NodePools.iterator() |
List<NodePool> |
NodePools.nodePoolsForLabel(hudson.model.Label label) |
Stream<NodePool> |
NodePools.stream() |
Modifier and Type | Method and Description |
---|---|
void |
NodePools.setNodePools(List<NodePool> nodePools) |
Constructor and Description |
---|
KazooLock(String path,
long timeout,
TimeUnit unit,
NodePool nodePool)
Create a new lock object.
|
KazooLock(String path,
NodePool nodePool)
Create a new lock object.
|
NodePoolNode(NodePool nodePool,
String id) |
NodeRequest(NodePool nodePool,
hudson.model.Queue.Task task)
Create new request
|
ZooKeeperObject(NodePool nodePool)
Initialize local copy of ZNode data
|
Copyright © 2016–2018. All rights reserved.