| Methods in com.atlassian.bamboo.security with parameters of type BambooRunnables.ThrowingX |
static
<E1 extends java.lang.Throwable,E2 extends java.lang.Throwable,E3 extends java.lang.Throwable>
void |
|
ImpersonationHelper.runAs(BambooUser user,
BambooRunnables.ThrowingX<E1,E2,E3> runnable)
|
static
<E1 extends java.lang.Throwable,E2 extends java.lang.Throwable,E3 extends java.lang.Throwable>
void |
|
ImpersonationHelper.runWith(org.acegisecurity.Authentication authentication,
BambooRunnables.ThrowingX<E1,E2,E3> runnable)
|
static
<E1 extends java.lang.Throwable,E2 extends java.lang.Throwable,E3 extends java.lang.Throwable>
void |
|
ImpersonationHelper.runWithSystemAuthority(BambooRunnables.ThrowingX<E1,E2,E3> runnable)
|
| Methods in com.atlassian.bamboo.util with parameters of type BambooRunnables.ThrowingX |
static
<E1 extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception>
void |
|
CacheAwareness.whileReadingThroughCaches(BambooRunnables.ThrowingX<E1,E2,E3> runnable,
CacheAwareness.CacheInfo... cacheInfo)
executes the supplied runnable with the listed caches disabled. |
static
<E1 extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception>
void |
|
CacheAwareness.whileReadingThroughCaches(BambooRunnables.ThrowingX<E1,E2,E3> runnable,
java.lang.Iterable<CacheAwareness.CacheInfo> cacheInfo)
|
static
<E1 extends java.lang.Throwable,E2 extends java.lang.Throwable,E3 extends java.lang.Throwable>
void |
|
BambooProfilingUtils.withUtilTimerStack(java.lang.String message,
BambooRunnables.ThrowingX<E1,E2,E3> runnable)
|