Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model.BuildMemory.MemoryImprint
-
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description void
GerritNotifier. buildCompleted(BuildMemory.MemoryImprint memoryImprint, 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, TaskListener listener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent gerritEvent)
Gets the "expanded" build completed command to send to gerrit.String
ParameterExpander. getBuildCompletedMessage(BuildMemory.MemoryImprint memoryImprint, 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, Integer maxAllowedVerifiedValue)
Returns the minimum verified value for the build results in the memory.void
GerritNotifierFactory. queueBuildCompleted(BuildMemory.MemoryImprint memoryImprint, 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 Constructor Description BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, 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 Constructor Description BuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, 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 Modifier and Type Method Description BuildMemory.MemoryImprint
BuildMemory. getMemoryImprint(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Gets the memory of a specific event. -
Uses of BuildMemory.MemoryImprint in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.notification
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.notification with parameters of type BuildMemory.MemoryImprint Constructor Description NotificationBuildCompleted(BuildMemory.MemoryImprint memoryImprint, TaskListener listener, ParameterExpander parameterExpander)
Constructor.
-