H I J N 
All Classes All Packages

H

hasCompleteLiveSet(Class<N>) - Method in class jenkins.slaves.iterators.api.NodeIterator
Implementers of NodeIterator should override this method if they "lend" Node instances to other JVMs and they require an on-line connection to those JVMs in order to iterate the Node instances that have been "lent".

I

isComplete() - Static method in class jenkins.slaves.iterators.api.NodeIterator
Returns true if and only if iterator() will iterate all live instances of Node.
isComplete(Class<N>) - Static method in class jenkins.slaves.iterators.api.NodeIterator
Returns true if and only if iterator() will iterate all live instances of the specified subtype of Node.
iterator() - Static method in class jenkins.slaves.iterators.api.NodeIterator
Returns a new iterator of all the Nodes in the system.
iterator(Class<N>) - Static method in class jenkins.slaves.iterators.api.NodeIterator
Returns a new iterator of all the Nodes in the system.

J

jenkins.slaves.iterators.api - package jenkins.slaves.iterators.api
 

N

NodeIterator<N extends Node> - Class in jenkins.slaves.iterators.api
A class that iterates through all the Nodes in the system, even nodes which are not attached to the main Jenkins object.
NodeIterator() - Constructor for class jenkins.slaves.iterators.api.NodeIterator
 
nodes() - Static method in class jenkins.slaves.iterators.api.NodeIterator
Adapter to allow easy use from Java 5+ for loops.
nodes(Class<N>) - Static method in class jenkins.slaves.iterators.api.NodeIterator
Adapter to allow easy use from Java 5+ for loops.
H I J N 
All Classes All Packages