Uses of Class
com.atlassian.bamboo.v2.build.queue.queues.CommonContextMap.ContextWithMetadata
-
Uses of CommonContextMap.ContextWithMetadata in com.atlassian.bamboo.v2.build.queue
Modifier and TypeMethodDescription@NotNull Collection<BuildAgent>
ExecutorCalculator.calculateExecutors
(@NotNull CommonContextMap.ContextWithMetadata contextWithMetadata) @NotNull Collection<BuildAgent>
ExecutorCalculator.calculateExecutors
(@NotNull CommonContextMap.ContextWithMetadata contextWithMetadata, @NotNull Collection<ElasticImageConfiguration> executableImages, @NotNull Collection<EphemeralAgentTemplate> executableTemplates) boolean
ExecutorCalculator.canExecute
(@NotNull BuildAgent agent, @NotNull CommonContextMap.ContextWithMetadata contextWithMetadata) ExecutorCalculator.getExecutableEphemeralAgentTemplates
(@NotNull CommonContextMap.ContextWithMetadata contextWithMetadata) ExecutorCalculator.getExecutableImages
(CommonContextMap.ContextWithMetadata contextWithMetadata) boolean
ExecutorCalculator.isTemplateApplicableForQuery
(@NotNull CommonContextMap.ContextWithMetadata contextWithMetadata, @NotNull EphemeralAgentTemplate ephemeralAgentTemplate) -
Uses of CommonContextMap.ContextWithMetadata in com.atlassian.bamboo.v2.build.queue.queues
Modifier and TypeMethodDescription@Nullable CommonContextMap.ContextWithMetadata
@NotNull CommonContextMap.ContextWithMetadata
Modifier and TypeMethodDescription@NotNull Stream<CommonContextMap.ContextWithMetadata>
CommonContextPersister.loadAll()
Lazily loads all stored objects and removes files from storage.@NotNull Stream<CommonContextMap.ContextWithMetadata>
XStreamQueuePersisterImpl.loadAll()
Modifier and TypeMethodDescriptionvoid
CommonContextMap.put
(ResultKey resultKey, CommonContextMap.ContextWithMetadata contextWithMetadata) void
CommonContextPersister.save
(@NotNull CommonContextMap.ContextWithMetadata context) void
XStreamQueuePersisterImpl.save
(CommonContextMap.ContextWithMetadata context) Modifier and TypeMethodDescriptionstatic 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.