Modifier and Type | Method and Description |
---|---|
void |
GerritNotifier.buildStarted(hudson.model.AbstractBuild build,
hudson.model.TaskListener taskListener,
com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
BuildsStartedStats stats)
Generates the build-started command based on configured templates and build-values and sends it to Gerrit.
|
String |
ParameterExpander.getBuildStartedCommand(hudson.model.AbstractBuild r,
hudson.model.TaskListener taskListener,
com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event,
BuildsStartedStats stats)
Gets the expanded string to send to Gerrit for a build-started event.
|
String |
ParameterExpander.getBuildStartedMessage(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event,
BuildsStartedStats stats)
Returns cover message to be send after build has been started.
|
void |
NotificationFactory.queueBuildStarted(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event,
BuildsStartedStats stats)
Queues a build started command on the send-command queue.
|
Constructor and Description |
---|
BuildStartedRestCommandJob(IGerritHudsonTriggerConfig config,
hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event,
BuildsStartedStats stats)
Constructor.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
BuildsStartedStats |
BuildMemory.MemoryImprint.getBuildsStartedStats()
Gets the statistics about builds started.
|
BuildsStartedStats |
BuildMemory.getBuildsStartedStats(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Gets the statistics of started builds for a specific memory imprint.
|
Copyright © 2004-2015. All Rights Reserved.