com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job
Class BuildCompletedCommandJob
java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
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>
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
run
public void run()
Copyright © 2004-2011. All Rights Reserved.