com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job
Class BuildCompletedCommandJob

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
      extended by com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.BuildCompletedCommandJob
All Implemented Interfaces:
GerritCmdRunner, Runnable

public class BuildCompletedCommandJob
extends AbstractSendCommandJob

A send-command-job that calculates and sends the builds completed command.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>

Field Summary
 
Fields inherited from class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
logger
 
Constructor Summary
BuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, hudson.model.TaskListener listener)
          Standard constructor with all the needed data for the job to perform.
 
Method Summary
 void run()
           
 
Methods inherited from class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
getConfig, sendCommand, sendCommandStr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCompletedCommandJob

public BuildCompletedCommandJob(IGerritHudsonTriggerConfig config,
                                BuildMemory.MemoryImprint memoryImprint,
                                hudson.model.TaskListener listener)
Standard constructor with all the needed data for the job to perform.

Parameters:
config - the config.
memoryImprint - the memory of the builds.
listener - a listener.
See Also:
GerritNotifier.buildCompleted(BuildMemory.MemoryImprint, TaskListener)
Method Detail

run

public void run()


Copyright © 2004-2011. All Rights Reserved.