The act of searching in this package is really a traversal of a directed graph. And in that notion, this interface represents an edge, not a node. So it's possible for single entity (let's say {@link Build}) to have multiple {@link SearchItem}s representing it (for example, a 'last successful build' search item and '#123' search item.) @author Kohsuke Kawaguchi
|
|