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 theGerritSendCommandQueue
that sends a build completed message.
-
-
Constructor Summary
Constructors Constructor Description BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInput
createReview()
-
-
-
Constructor Detail
-
BuildCompletedRestCommandJob
public BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener)
Constructor.- Parameters:
config
- configmemoryImprint
- memorylistener
- listener
-
-