Package | Description |
---|---|
com.rackspace.jenkins_nodepool |
Modifier and Type | Method and Description |
---|---|
NodePoolJob |
NodePoolComputer.getJob()
Get the Job associated with this computer
|
NodePoolJob |
NodeRequest.getJob()
Returns the NodePoolJob associated with this request
|
NodePoolJob |
NodePoolNode.getJob()
Get the NodePoolJob associated with this node
|
NodePoolJob |
NodePoolSlave.getJob()
Get the NodePoolJob this slave was created for
|
NodePoolJob |
NodePoolSlave.getNodePoolJob()
Get a reference to the nodepoolJob related to this agent
|
Modifier and Type | Method and Description |
---|---|
Iterator<NodePoolJob> |
NodePoolJobHistory.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
NodePoolJobHistory.add(NodePoolJob job)
Add job and prune the historical list if necessary.
|
void |
NodePool.provisionNode(NodePoolJob job)
Submit request for node(s) required to execute the given task based on the nodes associated with the specified
label.
|
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.
|
NodePoolComputer(NodePoolSlave nps,
NodePoolNode npn,
NodePoolJob npj) |
NodePoolNode(NodePool nodePool,
String id,
NodePoolJob npj)
Creates a new Zookeeper node for the node pool.
|
NodePoolSlave(NodePoolNode nodePoolNode,
String credentialsId,
NodePoolJob npj,
String jdkHome,
String jdkInstallationScript)
Create a new slave
|
NodeRequest(NodePool nodePool,
String baseId,
NodePoolJob npj)
Create new request
|
Copyright © 2016–2018. All rights reserved.