{@link Executor}s on one {@link Computer} are transparently interchangeable(that is the definition of {@link Computer}.)
This object is related to {@link Node} but they have some significant difference.{@link Computer} primarily works as a holder of {@link Executor}s, so if a {@link Node} is configured (probably temporarily) with 0 executors,you won't have a {@link Computer} object for it.Also, even if you remove a {@link Node}, it takes time for the corresponding {@link Computer} to be removed, if some builds are already in progress on thatnode. Or when the node configuration is changed, unaffected {@link Computer} objectremains intact, while all the {@link Node} objects will go away.
This object also serves UI (since {@link Node} is an interface and can't haverelated side pages.) @author Kohsuke Kawaguchi
|
|
|
|