Package hudson.plugins.gearman
Class SetDescriptionWorker
java.lang.Object
org.gearman.worker.AbstractGearmanFunction
hudson.plugins.gearman.SetDescriptionWorker
- All Implemented Interfaces:
Callable<org.gearman.client.GearmanJobResult>
,org.gearman.worker.GearmanFunction
public class SetDescriptionWorker
extends org.gearman.worker.AbstractGearmanFunction
This is a gearman function to set a jenkins build
description
- Author:
- Khai Do
-
Field Summary
Fields inherited from class org.gearman.worker.AbstractGearmanFunction
data, jobHandle, listeners, name, uniqueId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gearman.worker.AbstractGearmanFunction
call, fireEvent, getJobHandle, getName, getUniqueId, registerEventListener, sendData, sendException, sendStatus, sendWarning, setData, setJobHandle, setUniqueId
-
Constructor Details
-
SetDescriptionWorker
public SetDescriptionWorker()
-
-
Method Details
-
executeFunction
public org.gearman.client.GearmanJobResult executeFunction()- Specified by:
executeFunction
in classorg.gearman.worker.AbstractGearmanFunction
-