Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model.BuildsStartedStats
Packages that use BuildsStartedStats
Package
Description
-
Uses of BuildsStartedStats in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type BuildsStartedStatsModifier and TypeMethodDescriptionvoidGerritNotifier.buildStarted(Run build, TaskListener taskListener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, BuildsStartedStats stats) Generates the build-started command based on configured templates and build-values and sends it to Gerrit.ParameterExpander.getBuildStartedCommand(Run r, TaskListener taskListener, com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event, BuildsStartedStats stats) Gets the expanded string to send to Gerrit for a build-started event.ParameterExpander.getBuildStartedMessage(Run build, TaskListener listener, com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event, BuildsStartedStats stats) Returns cover message to be send after build has been started.voidGerritNotifierFactory.queueBuildStarted(Run build, TaskListener listener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, BuildsStartedStats stats) Queues a build started command on the send-command queue. -
Uses of BuildsStartedStats 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 BuildsStartedStatsModifierConstructorDescriptionBuildStartedRestCommandJob(IGerritHudsonTriggerConfig config, Run build, TaskListener listener, com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event, BuildsStartedStats stats) Constructor. -
Uses of BuildsStartedStats 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 BuildsStartedStatsModifierConstructorDescriptionBuildStartedCommandJob(IGerritHudsonTriggerConfig config, Run build, TaskListener taskListener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, BuildsStartedStats stats) Standard constructor with all the required data for the job. -
Uses of BuildsStartedStats in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model that return BuildsStartedStatsModifier and TypeMethodDescriptionBuildMemory.getBuildsStartedStats(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event) Gets the statistics of started builds for a specific memory imprint.BuildMemory.MemoryImprint.getBuildsStartedStats()Gets the statistics about builds started. -
Uses of BuildsStartedStats in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.notification
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.notification with parameters of type BuildsStartedStatsModifierConstructorDescriptionNotificationBuildStarted(Run build, TaskListener listener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent gerritEvent, BuildsStartedStats stats, ParameterExpander parameterExpander)