H I J N
All Classes All Packages
All Classes All Packages
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 theNode
instances that have been "lent".
I
- isComplete() - Static method in class jenkins.slaves.iterators.api.NodeIterator
- isComplete(Class<N>) - Static method in class jenkins.slaves.iterators.api.NodeIterator
-
Returns
true
if and only ifiterator()
will iterate all live instances of the specified subtype ofNode
. - iterator() - Static method in class jenkins.slaves.iterators.api.NodeIterator
-
Returns a new iterator of all the
Node
s in the system. - iterator(Class<N>) - Static method in class jenkins.slaves.iterators.api.NodeIterator
-
Returns a new iterator of all the
Node
s in the system.
J
- jenkins.slaves.iterators.api - package jenkins.slaves.iterators.api
N
- NodeIterator<N extends Node> - Class in jenkins.slaves.iterators.api
- 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.
All Classes All Packages