why no getParameters method in Definitions class? #398
-
I get definitions using http api/definitions, there is a where I using client.getDefinitions() I can't get parameters. why? how can I get the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Parameters are not available in the |
Beta Was this translation helpful? Give feedback.
-
Thanks to @acogoluegnes, as of 5.2.0 there will be a getter for runtime parameters, in fact, two. They will each return a |
Beta Was this translation helpful? Give feedback.
-
@stardustman Can you test 5.2.0-SNAPSHOT to see if it's OK for you? You should get a |
Beta Was this translation helpful? Give feedback.
Thanks to @acogoluegnes, as of 5.2.0 there will be a getter for runtime parameters, in fact, two. They will each return a
List<RuntimeParameter<Object>>
, one with virtual host-specific parameters and the other with global parameters.