What kind of build step? If it's a publisher you can use project.getPublishersList().
On Tue, Jun 19, 2012 at 2:42 PM, damarte <[email protected]> wrote: > I am trying to get a list of build steps in the project on my JobProperty in > the prebuild method. I would like to know if a certain build step is present > in the project and during the prebuild method. I have a plug-in that extends > a JobProperty to initiate a connection at the beginning of the job and > disconnects when the job completes. I would like the JobProperty to only do > this when there is a certain builder I extended in my plug-in is present in > the project as a build step. I appreciate any suggestions. > > > Thanks
