public class BuildStartedCommandJob
extends com.sonymobile.tools.gerrit.gerritevents.workers.cmd.AbstractSendCommandJob
Constructor and Description |
---|
BuildStartedCommandJob(IGerritHudsonTriggerConfig config,
hudson.model.Run 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.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
public BuildStartedCommandJob(IGerritHudsonTriggerConfig config, hudson.model.Run build, hudson.model.TaskListener taskListener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, BuildsStartedStats stats)
config
- the config.build
- a build.taskListener
- a listener.event
- the event.stats
- the stats.GerritNotifier.buildStarted(Run, TaskListener, GerritTriggeredEvent, BuildsStartedStats)
Copyright © 2004-2016. All Rights Reserved.