gearman-plugin/src/main/java/hudson/plugins/gearman
James E. Blair 7a8d940c4b Update zuul-gearman protocol.
* Use name+number as the build identifier for all meta-jobs.
  (Zuul has name + number as build metadata, so avoid adding new/duplicate
  features).
* Refer to the name of the manager worker as 'manager' instead of 'master'
  to avoid jenkins specifics.
* Just call the url "url" instead of "full_url".
* Change SetDescriptionWorker to use name+number as the build id.
  Also, expect 'html_description' instead of 'description'.
* Don't catch as many exceptions, instead, let them propogate so that they
  get turned into WORK_EXCEPTION packets with information (instead of
  WORK_FAIL packets which have no info).
* Change StopJobWorker to use the same name+number interface as
  setDescriptionWorker (for consistency, expandability, plus it makes
  the code simpler).

Change-Id: I8e078540c252bf9c1f14b79f8182517cbaa13555
2013-06-06 15:40:01 -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 Update zuul-gearman protocol. 2013-06-06 15:40:01 -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 Update zuul-gearman protocol. 2013-06-06 15:40:01 -07:00
StartJobWorker.java Update zuul-gearman protocol. 2013-06-06 15:40:01 -07:00
StopJobWorker.java Update zuul-gearman protocol. 2013-06-06 15:40:01 -07:00