Package | Description |
---|---|
com.rackspace.jenkins_nodepool |
Modifier and Type | Method and Description |
---|---|
NodePoolNode |
NodePoolComputer.getNodePoolNode() |
NodePoolNode |
NodePoolJob.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) |
void |
NodePoolJob.setNodePoolNode(NodePoolNode nodePoolNode) |
Constructor and Description |
---|
NodePoolComputer(NodePoolSlave nps,
NodePoolNode npn,
NodePoolJob npj) |
NodePoolSlave(NodePoolNode nodePoolNode,
String credentialsId,
NodePoolJob npj,
String jdkHome,
String jdkInstallationScript)
Create a new slave
|
Copyright © 2016–2018. All rights reserved.