|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BuildMemory.MemoryImprint in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type BuildMemory.MemoryImprint | |
---|---|
void |
GerritNotifier.buildCompleted(BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Generates the build-completed command based on configured templates and build-values and sends it to Gerrit. |
String |
ParameterExpander.getBuildCompletedCommand(BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Gets the "expanded" build completed command to send to gerrit. |
protected int |
ParameterExpander.getMinimumCodeReviewValue(BuildMemory.MemoryImprint memoryImprint)
Returns the minimum code review value for the build results in the memory. |
protected int |
ParameterExpander.getMinimumVerifiedValue(BuildMemory.MemoryImprint memoryImprint)
Returns the minimum verified value for the build results in the memory. |
void |
NotificationFactory.queueBuildCompleted(BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Queues a build completed command on the send-command queue. |
Uses of BuildMemory.MemoryImprint in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job |
---|
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job with parameters of type BuildMemory.MemoryImprint | |
---|---|
BuildCompletedCommandJob(IGerritHudsonTriggerConfig config,
BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Standard constructor with all the needed data for the job to perform. |
Uses of BuildMemory.MemoryImprint in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model that return BuildMemory.MemoryImprint | |
---|---|
BuildMemory.MemoryImprint |
BuildMemory.getMemoryImprint(BuildMemory.PatchSetKey key)
Gets the memory of a specific key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |