Uses of Interface
com.atlassian.bamboo.v2.build.queue.queues.CommonContextMap
-
Packages that use CommonContextMap Package Description com.atlassian.bamboo.v2.build.queue.queues -
-
Uses of CommonContextMap in com.atlassian.bamboo.v2.build.queue.queues
Methods in com.atlassian.bamboo.v2.build.queue.queues that return CommonContextMap 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.static CommonContextMap
CommonContextMaps. wrap(Map<ResultKey,CommonContextMap.ContextWithMetadata> delegate)
Adapts supplied map to a CommonContextMap interface.Constructors in com.atlassian.bamboo.v2.build.queue.queues with parameters of type CommonContextMap Constructor Description AbstractQueueOfExecutables(ExecutorCalculator executorCalculator, CommonContextMap map, com.atlassian.event.api.EventPublisher eventPublisher)
-