On Wed, Jul 13, 2016 at 8:20 AM, martinda <martin.danjo...@gmail.com> wrote:
>> choosing that pattern makes it impossible to use
>> _Snippet Generator_ to get syntax examples. Generally recommend that
>> step parameters be simple types like `String`, `int`, or collections
>> of some `Describable` subtype, all of which are amenable to Jenkins
>> databinding.
>
> To refer to another build in a single object, we need a composite object
> containing the job name (string) and the build number (int).

Not really. You can just accept a `String` parameter and an `int` parameter.

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1oTV60sVWzPptJV%2B3BDQxrKEuVRL4b5F5dKk4DaesM5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to