Class BuildCompletedCommandJob
- java.lang.Object
-
- com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh.BuildCompletedCommandJob
-
- All Implemented Interfaces:
com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner
,com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner2
,Runnable
public class BuildCompletedCommandJob extends com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
A send-command-job that calculates and sends the builds completed command.- Author:
- Robert Sandell <robert.sandell@sonyericsson.com>
-
-
Constructor Summary
Constructors Constructor Description BuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener)
Standard constructor with all the needed data for the job to perform.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
BuildCompletedCommandJob
public BuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, 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)
-
-