Class | Description |
---|---|
JanitorialListener |
This class listens to Jenkins "Computer" events as a means to start a background thread that will cleanup
used or orphaned NodePool slaves.
|
KazooLock |
Partial Java implementation of the Python module kazoo.recipe.lock
|
NodePool |
Representation of a ZooKeeper+NodePool cluster configuration.
|
NodePool.NodePoolDescriptor |
Descriptor class to support configuration of a NodePool instance in the
Jenkins UI
|
NodePoolComputer | |
NodePoolNode |
Representation of a node from NodePool (not necessarily a Jenkins slave)
|
NodePoolQueueListener |
Listener to capture the start of new builds and provision NodePool nodes
|
NodePools |
Top level Jenkins configuration class to manage all NodePool configuration
|
NodePoolSlave |
Representation of a Jenkins slave sourced from NodePool.
|
NodeRequest |
Represents a nodepool node request.
|
RequestsWidget |
Jenkins UI widget to show information about requests being handled via NodePool
|
ZooKeeperObject |
Base class for zookeeper proxy objects.
|
Enum | Description |
---|---|
RequestState |
State values of node requests
|
Exception | Description |
---|---|
KazooLockException |
Exception thrown when an issue occurs with acquiring locks.
|
NodePoolException |
For NodePool related errors
|
Copyright © 2016–2018. All rights reserved.