Class BuildCompletedRestCommandJob
java.lang.Object
com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest.BuildCompletedRestCommandJob
- All Implemented Interfaces:
Runnable
public class BuildCompletedRestCommandJob
extends com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
A job for the
GerritSendCommandQueue that
sends a build completed message.-
Field Summary
Fields inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
altLogger, event -
Constructor Summary
ConstructorsConstructorDescriptionBuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInputMethods inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
getConfig, run
-
Constructor Details
-
BuildCompletedRestCommandJob
public BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener) Constructor.- Parameters:
config- configmemoryImprint- memorylistener- listener
-
-
Method Details
-
createReview
protected com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInput createReview()- Specified by:
createReviewin classcom.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
-