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>
-
Field Summary
Fields inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
logger -
Constructor Summary
ConstructorsConstructorDescriptionBuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener) Standard constructor with all the needed data for the job to perform. -
Method Summary
Methods inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
getConfig, sendCommand, sendCommand2, sendCommandStr
-
Constructor Details
-
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:
-
-
Method Details
-
run
public void run()
-