com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh
Class BuildStartedCommandJob

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

public class BuildStartedCommandJob
extends AbstractSendCommandJob

A send-command-job that calculates and sends the build started 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
BuildStartedCommandJob(IGerritHudsonTriggerConfig config, hudson.model.AbstractBuild build, hudson.model.TaskListener taskListener, GerritTriggeredEvent event, BuildsStartedStats stats)
          Standard constructor with all the required data for the job.
 
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

BuildStartedCommandJob

public BuildStartedCommandJob(IGerritHudsonTriggerConfig config,
                              hudson.model.AbstractBuild build,
                              hudson.model.TaskListener taskListener,
                              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)
Method Detail

run

public void run()


Copyright © 2004-2013. All Rights Reserved.