Make build parameters accessible in QueueItem.getParams()

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: java-client-api
    • None

      currently QueueItem.params is a string: 

      https://github.com/jenkinsci/java-client-api/blob/42a15c9e35ec8c8af61bf3039f76f90396a59d60/jenkins-client/src/main/java/com/offbytwo/jenkins/model/QueueItem.java#L23

      Because of this it is not possible to "easily" filter items from the queue by using the api.

      I think making it a Map<String,String> would be enough.

            Assignee:
            Zoltán Haindrich
            Reporter:
            Zoltán Haindrich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: