Package | Description |
---|---|
com.atlassian.bamboo.util | |
com.atlassian.bamboo.utils | |
com.atlassian.bamboo.variable |
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> |
Modifier and Type | Method and Description |
---|---|
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable) |
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable) |
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable)
Run operation with provided
VariableSubstitutor in thread local context. |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.