Modifier and Type | Method and Description |
---|---|
static void |
GerritTriggeredBuildListener.fireOnCompleted(BuildMemory.MemoryImprint memoryImprint,
String command)
Fire onCompleted.
|
Modifier and Type | Method and Description |
---|---|
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.
|
com.sonymobile.tools.gerrit.gerritevents.dto.rest.Notify |
ParameterExpander.getHighestNotificationLevel(BuildMemory.MemoryImprint memoryImprint,
boolean onlyBuilt)
Returns the highest configured notification level.
|
Integer |
ParameterExpander.getMinimumCodeReviewValue(BuildMemory.MemoryImprint memoryImprint,
boolean onlyBuilt)
Returns the minimum code review value for the build results in the memory.
|
Integer |
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.
|
Constructor and Description |
---|
BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config,
BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Constructor.
|
Constructor and Description |
---|
BuildCompletedCommandJob(IGerritHudsonTriggerConfig config,
BuildMemory.MemoryImprint memoryImprint,
hudson.model.TaskListener listener)
Standard constructor with all the needed data for the job to perform.
|
Modifier and Type | Method and Description |
---|---|
BuildMemory.MemoryImprint |
BuildMemory.getMemoryImprint(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Gets the memory of a specific event.
|
Copyright © 2004-2015. All Rights Reserved.