| Package | Description |
|---|---|
| com.atlassian.bamboo.v2.build.queue | |
| com.atlassian.bamboo.v2.build.queue.queues |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Collection<BuildAgent> |
ExecutorCalculator.calculateExecutors(@NotNull CommonContextMap.ContextWithMetadata contextWithMetadata) |
boolean |
ExecutorCalculator.canExecute(@NotNull BuildAgent agent,
@NotNull CommonContextMap.ContextWithMetadata contextWithMetadata) |
Collection<ElasticImageConfiguration> |
ExecutorCalculator.getExecutableImages(CommonContextMap.ContextWithMetadata contextWithMetadata) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CommonContextMap.ContextWithMetadata |
CommonContextMap.get(ResultKey resultKey) |
CommonContextMap.ContextWithMetadata |
XStreamQueuePersisterImpl.load(@NotNull ResultKey resultKey) |
@NotNull CommonContextMap.ContextWithMetadata |
CommonContextPersister.load(@NotNull ResultKey resultKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonContextMap.put(ResultKey resultKey,
CommonContextMap.ContextWithMetadata contextWithMetadata) |
void |
XStreamQueuePersisterImpl.save(CommonContextMap.ContextWithMetadata context) |
void |
CommonContextPersister.save(@NotNull CommonContextMap.ContextWithMetadata context) |
| Modifier and Type | Method and 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.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.