Enhance ItemGroup API to Provide Stream-Based Access to Items

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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

            Assignee:
            Nevin
            Reporter:
            Nevin
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: