Uses of Interface
com.atlassian.bamboo.v2.build.queue.queues.CommonContextPersister
-
Packages that use CommonContextPersister Package Description com.atlassian.bamboo.v2.build.queue.queues -
-
Uses of CommonContextPersister in com.atlassian.bamboo.v2.build.queue.queues
Classes in com.atlassian.bamboo.v2.build.queue.queues that implement CommonContextPersister Modifier and Type Class Description class
XStreamQueuePersisterImpl
Methods in com.atlassian.bamboo.v2.build.queue.queues with parameters of type CommonContextPersister Modifier and Type Method Description static CommonContextMap
CommonContextMaps. offloadingMap(CommonContextPersister commonContextPersister, Map<ResultKey,SoftReference<CommonContextMap.ContextWithMetadata>> delegate)
The supplied commonContextPersister will be used to persist contexts stored in delegate.Constructors in com.atlassian.bamboo.v2.build.queue.queues with parameters of type CommonContextPersister Constructor Description OffloadingQueueOfExecutables(ExecutorCalculator executorCalculator, CommonContextPersister commonContextPersister, com.atlassian.event.api.EventPublisher eventPublisher)
-