| Package | Description |
|---|---|
| com.atlassian.bamboo.util | |
| com.atlassian.bamboo.utils | |
| com.atlassian.bamboo.variable |
| Modifier and Type | Method and Description |
|---|---|
static <T,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable> |
BambooProfilingUtils.withUtilTimerStack(String message,
BambooCallables.ThrowingX<T,E1,E2,E3> callable)
Deprecated.
since 6.10 use
Timers directly |
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 |
|---|---|
static <V> BambooCallables.NotThrowing<V> |
BambooCallables.notThrowing(BambooCallables.ThrowingX<V,? extends Exception,? extends Exception,? extends Exception> callable)
Returns a wrapped callable which does not throw checked exceptions.
|
| 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.