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 SummaryFields inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJobaltLogger, event
- 
Constructor SummaryConstructorsConstructorDescriptionBuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInputMethods inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJobgetConfig, run
- 
Constructor Details- 
BuildCompletedRestCommandJobpublic BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener) Constructor.- Parameters:
- config- config
- memoryImprint- memory
- listener- listener
 
 
- 
- 
Method Details- 
createReviewprotected com.sonymobile.tools.gerrit.gerritevents.dto.rest.ReviewInput createReview()- Specified by:
- createReviewin class- com.sonymobile.tools.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
 
 
-