com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job
Class BuildStartedCommandJob
java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.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>
Method Summary |
void |
run()
|
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,
PatchsetCreated 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, PatchsetCreated, BuildsStartedStats)
run
public void run()
Copyright © 2004-2011. All Rights Reserved.