Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model.BuildMemory.MemoryImprint.Entry
Packages that use BuildMemory.MemoryImprint.Entry
Package
Description
-
Uses of BuildMemory.MemoryImprint.Entry in com.sonyericsson.hudson.plugins.gerrit.trigger.diagnostics
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.diagnostics that return types with arguments of type BuildMemory.MemoryImprint.EntryModifier and TypeMethodDescriptionSet<Map.Entry<com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent,List<BuildMemory.MemoryImprint.Entry>>> BuildMemoryReport.entrySet()List<Map.Entry<com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent,List<BuildMemory.MemoryImprint.Entry>>> BuildMemoryReport.getSortedEntrySet()Gets a sorted list of the contents fromBuildMemoryReport.entrySet().BuildMemoryReport.put(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent key, List<BuildMemory.MemoryImprint.Entry> value) BuildMemoryReport.values()Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.diagnostics with type arguments of type BuildMemory.MemoryImprint.EntryModifier and TypeMethodDescriptionBuildMemoryReport.put(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent key, List<BuildMemory.MemoryImprint.Entry> value) voidBuildMemoryReport.putAll(Map<? extends com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent, ? extends List<BuildMemory.MemoryImprint.Entry>> m) -
Uses of BuildMemory.MemoryImprint.Entry in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model that return BuildMemory.MemoryImprint.EntryModifier and TypeMethodDescriptionBuildMemory.MemoryImprint.Entry.clone()BuildMemory.MemoryImprint.getEntries()A list of Project-Build tuple entries.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.model with parameters of type BuildMemory.MemoryImprint.EntryModifierConstructorDescriptionConstructor to create a copy of with the contents of an existing Entry.