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

Make build parameters accessible in QueueItem.getParams()

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • 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.

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

              Created:
              Updated: