Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model.BuildMemory.MemoryImprint
Packages that use BuildMemory.MemoryImprint
Package
Description
-
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.MemoryImprintModifier and TypeMethodDescriptionstatic voidGerritTriggeredBuildListener.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.MemoryImprintModifier and TypeMethodDescriptionvoidGerritNotifier.buildCompleted(BuildMemory.MemoryImprint memoryImprint, TaskListener listener) Generates the build-completed command based on configured templates and build-values and sends it to Gerrit.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.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.NotifyParameterExpander.getHighestNotificationLevel(BuildMemory.MemoryImprint memoryImprint, boolean onlyBuilt) Returns the highest configured notification level.ParameterExpander.getMinimumCodeReviewValue(BuildMemory.MemoryImprint memoryImprint, boolean onlyBuilt) Returns the minimum code review value for the build results in the memory.ParameterExpander.getMinimumVerifiedValue(BuildMemory.MemoryImprint memoryImprint, boolean onlyBuilt, Integer maxAllowedVerifiedValue) Returns the minimum verified value for the build results in the memory.voidGerritNotifierFactory.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.MemoryImprintModifierConstructorDescriptionBuildCompletedRestCommandJob(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.MemoryImprintModifierConstructorDescriptionBuildCompletedCommandJob(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.MemoryImprintModifier and TypeMethodDescriptionBuildMemory.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.MemoryImprintModifierConstructorDescriptionNotificationBuildCompleted(BuildMemory.MemoryImprint memoryImprint, TaskListener listener, ParameterExpander parameterExpander) Constructor.