|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BuildMemory.MemoryImprint in com.sonyericsson.hudson.plugins.gerrit.trigger.extensions |
---|
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.extensions with parameters of type BuildMemory.MemoryImprint | |
---|---|
static void |
GerritTriggeredBuildListener.fireOnCompleted(BuildMemory.MemoryImprint memoryImprint,
String command)
Fire onCompleted. |
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. |
String |
ParameterExpander.getBuildCompletedMessage(BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Returns cover message to be send after build has been completed. |
int |
ParameterExpander.getMinimumCodeReviewValue(BuildMemory.MemoryImprint memoryImprint,
boolean onlyBuilt)
Returns the minimum code review value for the build results in the memory. |
int |
ParameterExpander.getMinimumVerifiedValue(BuildMemory.MemoryImprint memoryImprint,
boolean onlyBuilt)
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.rest |
---|
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest with parameters of type BuildMemory.MemoryImprint | |
---|---|
BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config,
BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Constructor. |
Uses of BuildMemory.MemoryImprint in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh |
---|
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh 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(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Gets the memory of a specific event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |