Package | Description |
---|---|
com.atlassian.bamboo.v2.build.queue | |
com.atlassian.bamboo.v2.build.queue.queues |
Modifier and Type | Method and Description |
---|---|
Collection<BuildAgent> |
ExecutorCalculator.calculateExecutors(CommonContextMap.ContextWithMetadata contextWithMetadata) |
boolean |
ExecutorCalculator.canExecute(BuildAgent agent,
CommonContextMap.ContextWithMetadata contextWithMetadata) |
Collection<ElasticImageConfiguration> |
ExecutorCalculator.getExecutableImages(CommonContextMap.ContextWithMetadata contextWithMetadata) |
Modifier and Type | Method and Description |
---|---|
CommonContextMap.ContextWithMetadata |
CommonContextMap.get(ResultKey resultKey) |
CommonContextMap.ContextWithMetadata |
CommonContextPersister.load(ResultKey resultKey) |
CommonContextMap.ContextWithMetadata |
XStreamQueuePersisterImpl.load(ResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
Stream<CommonContextMap.ContextWithMetadata> |
CommonContextPersister.loadAndRemoveAll()
Lazily loads all stored objects and removes files from storage.
|
Stream<CommonContextMap.ContextWithMetadata> |
XStreamQueuePersisterImpl.loadAndRemoveAll() |
Modifier and Type | Method and Description |
---|---|
void |
CommonContextMap.put(ResultKey resultKey,
CommonContextMap.ContextWithMetadata contextWithMetadata) |
void |
CommonContextPersister.save(CommonContextMap.ContextWithMetadata context) |
void |
XStreamQueuePersisterImpl.save(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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.