On Mon, Aug 3, 2015 at 2:49 AM, Lakshmi Narasimhan Vaikuntam <[email protected]> wrote: > For a freestyle job, using these two apis gives the same set of parameters > > 1) /api/xml?tree=property[parameterDefinitions[name,type]]
That is right. You are looking up `ParametersDefinitionProperty`, which is in `Job.properties` and has a `parameterDefinitions` property. Straightforward. > 2) /api/xml?tree=actions[parameterDefinitions[name,type]] Seems that `ParametersDefinitionProperty` implements `getJobActions` to return itself, though I cannot see any reason why—as an `Action` it offers no UI or URL binding. `WorkflowJob` does not currently support this method, for which I filed JENKINS-29880. At any rate, you should use style (1) above. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1do854yp2fC9RtFFJyZB7Hb2AxDVFJZu_8hb8tfX019w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
