Extension Points defined in Node Iterator API Plugin

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

NodeIterator

jenkinsdoc:node-iterator-api:jenkins.slaves.iterators.api.NodeIterator]

A class that iterates through all the jenkinsdoc:Node] s in the system, even nodes which are not attached to the main jenkinsdoc:Jenkins] object. If you are holding onto nodes that are not attached to the main jenkinsdoc:Jenkins] object then you need to have an jenkinsdoc:Extension] which extends this class and can iterate through your jenkinsdoc:Node] s.

Implementations: