Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-74946

Enhance ItemGroup API to Provide Stream-Based Access to Items

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • core
    • 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

            nsunny Nevin
            nsunny Nevin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: