Package | Description |
---|---|
com.rackspace.jenkins_nodepool | |
com.rackspace.jenkins_nodepool.links |
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)
Returns a list of NodePool objects that match the specified 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,
NodePoolJob npj)
Create a new lock object.
|
KazooLock(String path,
NodePool nodePool,
NodePoolJob npj)
Create a new lock object.
|
NodePoolNode(NodePool nodePool,
String id,
NodePoolJob npj)
Creates a new Zookeeper node for the node pool.
|
NodeRequest(NodePool nodePool,
String baseId,
NodePoolJob npj)
Create new request
|
Modifier and Type | Method and Description |
---|---|
List<NodePool> |
NodePoolManagementLink.getNodePools() |
Copyright © 2016–2018. All rights reserved.