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
,com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner2
,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>
-
-
Constructor Summary
Constructors Constructor Description BuildStartedCommandJob(IGerritHudsonTriggerConfig config, Run build, TaskListener taskListener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, BuildsStartedStats stats)
Standard constructor with all the required data for the job.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
BuildStartedCommandJob
public BuildStartedCommandJob(IGerritHudsonTriggerConfig config, Run build, 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(Run, TaskListener, GerritTriggeredEvent, BuildsStartedStats)
-
-