Re: Strategy for optionally excluding a named method parameter?

2020-04-27 Thread David Karr
On Sun, Apr 26, 2020 at 5:43 PM Peter McNeil wrote: > G'day David > > On 25/4/20 6:17 am, David Karr wrote: > > Lately my only Groovy work is scripted pipelines in Jenkins, version > > 2.89.4 . > > > > I'm working with an api that is somewhat dumb in one respect. The > > method we call takes ~25

Re: Strategy for optionally excluding a named method parameter?

2020-04-26 Thread Peter McNeil
G'day David On 25/4/20 6:17 am, David Karr wrote: Lately my only Groovy work is scripted pipelines in Jenkins, version 2.89.4 . I'm working with an api that is somewhat dumb in one respect.  The method we call takes ~25 parameters.  We send them as named parameters. One of the parameters is

Re: Re: Re: Strategy for optionally excluding a named method parameter?

2020-04-26 Thread David Karr
the class files. T.Rathinavelu > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *David Karr > *Sent: *Sunday, April 26, 2020 11:34 AM > *To: *users@groovy.apache.org > *Subject: *Re: Re: Strategy for optio

RE: Re: Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread Rathinavelu
elu Sent from Mail for Windows 10 From: David KarrSent: Sunday, April 26, 2020 11:34 AMTo: users@groovy.apache.orgSubject: Re: Re: Strategy for optionally excluding a named method parameter?  On Sat, Apr 25, 2020 at 10:42 PM Rathinavelu <rathinav...@gmail.com> wrote:Sir,  I do not understand the

Re: Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread David Karr
. Please try again to describe what I have "correctly pointed out". *Sent: *Sunday, April 26, 2020 9:00 AM > *To: *users@groovy.apache.org; David Karr > *Subject: *Re: Strategy for optionally excluding a named method parameter? > > > > It’s doing what you programmed

RE: Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread Rathinavelu
combined here. Those are the problems addressed. First line of my mailBoth named and varagsays that.  Sent from Mail for Windows 10 From: CFoutsSent: Sunday, April 26, 2020 9:00 AMTo: users@groovy.apache.org; David KarrSubject: Re: Strategy for optionally excluding a named method parameter? It’s

Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread CFouts
what you have      string false string true From: Rathinavelu Reply-To: Date: Saturday, April 25, 2020 at 9:23 PM To: "users@groovy.apache.org" , "users@groovy.apache.org" , David Karr Subject: RE: Re: Strategy for optionally excluding a named method parameter

RE: Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread Rathinavelu
e middle perhaps  is “invisible input”. Last output has no [null]T.Rathinavelu Sent from Mail for Windows 10 From: MGSent: Sunday, April 26, 2020 5:00 AMTo: users@groovy.apache.org; David KarrSubject: Re: Strategy for optionally excluding a named method parameter? Hi David,since, as was mentioned,

FW: RE: Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread Rathinavelu
  Sent from Mail for Windows 10 From: RathinaveluSent: Sunday, April 26, 2020 5:29 AMTo: users@groovy.apache.orgSubject: RE: Re: Strategy for optionally excluding a named method parameter? Sirs, 1.We need both named parameters implemented through map and, also varags if we want to call with

RE: Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread Rathinavelu
g(one:false)    g(one:true) The output is : true falseThanking you,T.RathinaveluSent from Mail for Windows 10 From: MGSent: Sunday, April 26, 2020 5:00 AMTo: users@groovy.apache.org; David KarrSubject: Re: Strategy for optionally excluding a named method paramete

Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread MG
apache.org <mailto:users@groovy.apache.org> *Subject: *Strategy for optionally excluding a named method parameter? Lately my only Groovy work is scripted pipelines in Jenkins, version 2.89.4 . I'm working with an api that is somewhat dumb in one respect.  The meth

Re: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread David Karr
he one key and value not provided in the second version. > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *David Karr > *Sent: *Saturday, April 25, 2020 1:48 AM > *To: *users@groovy.apache.org > *Subject: *Str

RE: Strategy for optionally excluding a named method parameter?

2020-04-25 Thread Rathinavelu
mail me an use-case.T.Rathinavelu Sent from Mail for Windows 10 From: David KarrSent: Saturday, April 25, 2020 1:48 AMTo: users@groovy.apache.orgSubject: Strategy for optionally excluding a named method parameter? Lately my only Groovy work is scripted pipelines in Jenkins, version 2.89.4 . I&#

RE: Strategy for optionally excluding a named method parameter?

2020-04-24 Thread Rathinavelu
st me the failing use-case.T.Rathinavelu Sent from Mail for Windows 10 From: David KarrSent: Saturday, April 25, 2020 1:48 AMTo: users@groovy.apache.orgSubject: Strategy for optionally excluding a named method parameter? Lately my only Groovy work is scripted pipelines in Jenkins, version 2.89.4 . I'm w

Strategy for optionally excluding a named method parameter?

2020-04-24 Thread David Karr
Lately my only Groovy work is scripted pipelines in Jenkins, version 2.89.4 . I'm working with an api that is somewhat dumb in one respect. The method we call takes ~25 parameters. We send them as named parameters. One of the parameters is of boolean type. What we've discovered from testing is