Modifier and Type | Method and Description |
---|---|
NodePoolNode |
NodePoolComputer.getNodePoolNode() |
NodePoolNode |
NodePoolSlave.getNodePoolNode() |
Modifier and Type | Method and Description |
---|---|
List<NodePoolNode> |
NodePool.acceptNodes(NodeRequest request)
Accept the node that was created to satisfy the given request.
|
List<NodePoolNode> |
NodeRequest.getAllocatedNodes()
Get list of NodePool nodes that have been allocated to fulfill this request
|
Modifier and Type | Method and Description |
---|---|
void |
NodePoolComputer.setNodePoolNode(NodePoolNode npn) |
Constructor and Description |
---|
NodePoolComputer(NodePoolSlave nps,
NodePoolNode npn) |
NodePoolSlave(NodePoolNode nodePoolNode,
String credentialsId)
Create a new slave
|
Copyright © 2016–2018. All rights reserved.