-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
Currently, the ItemGroup interface in Jenkins provides several methods for retrieving items, such as getItems() and getAllItems(Class<T> type), which return Collection or Iterable types. However, there are no direct methods in the API to retrieve items in a Stream form. This limitation requires developers to manually convert Collection or Iterable if stream is required
The ItemGroup interface should include methods that directly provide Stream-based access to items