|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BuildsStartedStats in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type BuildsStartedStats | |
---|---|
void |
GerritNotifier.buildStarted(hudson.model.AbstractBuild build,
hudson.model.TaskListener taskListener,
PatchsetCreated 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,
PatchsetCreated event,
BuildsStartedStats stats)
Gets the expanded string to send to Gerrit for a build-started event. |
void |
NotificationFactory.queueBuildStarted(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
PatchsetCreated event,
BuildsStartedStats stats)
Queues a build started command on the send-command queue. |
Uses of BuildsStartedStats in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job |
---|
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job with parameters of type BuildsStartedStats | |
---|---|
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. |
Uses of BuildsStartedStats in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model that return BuildsStartedStats | |
---|---|
BuildsStartedStats |
BuildMemory.MemoryImprint.getBuildsStartedStats()
Gets the statistics about builds started. |
BuildsStartedStats |
BuildMemory.getBuildsStartedStats(BuildMemory.PatchSetKey key)
Gets the statistics of started builds for a specific memory imprint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |