com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest
Class BuildCompletedRestCommandJob

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest.BuildCompletedRestCommandJob
All Implemented Interfaces:
Runnable

public class BuildCompletedRestCommandJob
extends AbstractRestCommandJob

A job for the GerritSendCommandQueue that sends a build completed message.


Field Summary
 
Fields inherited from class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
altLogger, event
 
Constructor Summary
BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, hudson.model.TaskListener listener)
          Constructor.
 
Method Summary
protected  ReviewInput createReview()
           
 
Methods inherited from class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.rest.AbstractRestCommandJob
getConfig, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCompletedRestCommandJob

public BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config,
                                    BuildMemory.MemoryImprint memoryImprint,
                                    hudson.model.TaskListener listener)
Constructor.

Parameters:
config - config
memoryImprint - memory
listener - listener
Method Detail

createReview

protected ReviewInput createReview()
Specified by:
createReview in class AbstractRestCommandJob


Copyright © 2004-2013. All Rights Reserved.