gearman-plugin/src/main/java/hudson/plugins/gearman
zaro0508 78abc3d903 Added a Stop() method to handle stopping executor worker threads.
fix for bug 1181569

Refactored how stop was handled.  Removing thread and stopping thread
in the same syncronized loop was causing concurrent modification error.
Needed to seperate the actions for it to work.

Change-Id: I99b676f377842826f9e6a847cfeff76be91c8299
2013-05-31 11:53:56 -07:00
..
example add example java client 2013-03-19 10:56:41 -07:00
AbstractWorkerThread.java Added a Stop() method to handle stopping executor worker threads. 2013-05-31 11:53:56 -07:00
ComputerListenerImpl.java Added a Stop() method to handle stopping executor worker threads. 2013-05-31 11:53:56 -07:00
Constants.java fix for bug 1162887 2013-05-01 10:20:45 -07:00
CustomGearmanFunctionFactory.java Reference jenkins master in workers. 2013-04-29 13:25:58 -07:00
ExecutorWorkerThread.java Reference jenkins master in workers. 2013-04-29 13:25:58 -07:00
GearmanPluginConfig.java fix for bug 1162887 2013-05-01 10:20:45 -07:00
GearmanPluginUtil.java fix executor names, clean up, remove code duplication 2013-03-22 15:47:19 -07:00
GearmanProxy.java Added a Stop() method to handle stopping executor worker threads. 2013-05-31 11:53:56 -07:00
ManagementWorkerThread.java add gearman worker to set build descriptions 2013-05-18 11:26:15 -07:00
MyGearmanWorkerImpl.java Rework when GRAB_JOB is sent. 2013-05-24 16:55:38 -07:00
NodeAssignmentAction.java Add comments, decouple build actions, and cancel jobs. 2013-02-08 15:56:31 -08:00
NodeParametersAction.java Add comments, decouple build actions, and cancel jobs. 2013-02-08 15:56:31 -08:00
SaveableListenerImpl.java fix for bug 1162887 2013-05-01 10:20:45 -07:00
SetDescriptionWorker.java add gearman worker to set build descriptions 2013-05-18 11:26:15 -07:00
StartJobWorker.java add gearman worker to set build descriptions 2013-05-18 11:26:15 -07:00
StopJobWorker.java Define a unique parameter for stop worker. 2013-04-29 17:34:58 -07:00