com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh
Class BuildStartedCommandJob
java.lang.Object
com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh.BuildStartedCommandJob
- All Implemented Interfaces:
- com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner, Runnable
public class BuildStartedCommandJob
- extends com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
A send-command-job that calculates and sends the build started command.
- Author:
- Robert Sandell <robert.sandell@sonyericsson.com>
Fields inherited from class com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob |
logger |
Method Summary |
void |
run()
|
Methods inherited from class com.sonymobile.tools.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 |
BuildStartedCommandJob
public BuildStartedCommandJob(IGerritHudsonTriggerConfig config,
hudson.model.AbstractBuild build,
hudson.model.TaskListener taskListener,
com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
BuildsStartedStats stats)
- Standard constructor with all the required data for the job.
- Parameters:
config
- the config.build
- a build.taskListener
- a listener.event
- the event.stats
- the stats.- See Also:
GerritNotifier.buildStarted(AbstractBuild, TaskListener, GerritTriggeredEvent, BuildsStartedStats)
run
public void run()
Copyright © 2004-2014. All Rights Reserved.