| Package | Description |
|---|---|
| com.atlassian.bamboo.util | |
| com.atlassian.bamboo.utils |
| Modifier and Type | Method and Description |
|---|---|
static <V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CacheAwareness.whileReadingThroughCaches(BambooCallables.ThrowingX<V,E1,E2,E3> callable,
CacheAwareness.CacheInfo... cacheInfo)
Deprecated.
|
static <V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CacheAwareness.withValuesOlderThanTimestampReloaded(BambooCallables.ThrowingX<V,E1,E2,E3> callable,
long timestamp,
CacheAwareness.CacheInfo... disabledCaches)
Executes the supplied runnable with the listed caches invalidated, values reloaded if
value was previously cached before the timestamp
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BambooCallables.NotThrowing<V> |
static interface |
BambooCallables.Throwing<V,E1 extends Throwable> |
static interface |
BambooCallables.Throwing1<V,E1 extends Throwable> |
static interface |
BambooCallables.Throwing2<V,E1 extends Throwable,E2 extends Throwable> |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.