Re: How do I access all Job Configuration properties in my Plugin code?

2014-06-30 Thread Quadir Sha Kareemullah
d Product Configuration > > Sony Mobile Communications > > > > *From:* jenkin...@googlegroups.com [mailto: > jenkin...@googlegroups.com ] *On Behalf Of *Quadir Sha > Kareemullah > *Sent:* den 30 juni 2014 07:14 > *To:* jenkin...@googlegroups.com > *Subject:* How do I ac

How do I access all Job Configuration properties in my Plugin code?

2014-06-29 Thread Quadir Sha Kareemullah
Hi, I would greatly appreciate if anyone can tell me how I can access all Job Configuration properties in my Plugin code. I tried following snippet, but *pdp* is returning *null*. > ParametersDefinitionProperty pdp = > this.project.getProperty(ParametersDefinitionProperty.class); Here i