Uses of Class
com.atlassian.bamboo.v2.build.queue.queues.CommonContextMap.ContextWithMetadata
-
Packages that use CommonContextMap.ContextWithMetadata Package Description com.atlassian.bamboo.v2.build.queue com.atlassian.bamboo.v2.build.queue.queues -
-
Uses of CommonContextMap.ContextWithMetadata in com.atlassian.bamboo.v2.build.queue
-
Uses of CommonContextMap.ContextWithMetadata in com.atlassian.bamboo.v2.build.queue.queues
Methods in com.atlassian.bamboo.v2.build.queue.queues that return CommonContextMap.ContextWithMetadata Modifier and Type Method Description @Nullable CommonContextMap.ContextWithMetadata
CommonContextMap. get(ResultKey resultKey)
@NotNull CommonContextMap.ContextWithMetadata
CommonContextPersister. load(@NotNull ResultKey resultKey)
CommonContextMap.ContextWithMetadata
XStreamQueuePersisterImpl. load(@NotNull ResultKey resultKey)
Methods in com.atlassian.bamboo.v2.build.queue.queues that return types with arguments of type CommonContextMap.ContextWithMetadata Modifier and Type Method Description @NotNull Stream<CommonContextMap.ContextWithMetadata>
CommonContextPersister. loadAll()
Lazily loads all stored objects and removes files from storage.@NotNull Stream<CommonContextMap.ContextWithMetadata>
XStreamQueuePersisterImpl. loadAll()
Methods in com.atlassian.bamboo.v2.build.queue.queues with parameters of type CommonContextMap.ContextWithMetadata Modifier and Type Method Description void
CommonContextMap. put(ResultKey resultKey, CommonContextMap.ContextWithMetadata contextWithMetadata)
void
CommonContextPersister. save(@NotNull CommonContextMap.ContextWithMetadata context)
void
XStreamQueuePersisterImpl. save(CommonContextMap.ContextWithMetadata context)
Method parameters in com.atlassian.bamboo.v2.build.queue.queues with type arguments of type CommonContextMap.ContextWithMetadata 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.
-