Uses of Interface
com.atlassian.bamboo.utils.BambooRunnables.ThrowingX

Packages that use BambooRunnables.ThrowingX
com.atlassian.bamboo.security   
com.atlassian.bamboo.util   
com.atlassian.bamboo.utils   
 

Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.security
 

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)
           
 

Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.util
 

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)
           
 

Uses of BambooRunnables.ThrowingX in com.atlassian.bamboo.utils
 

Subinterfaces of BambooRunnables.ThrowingX in com.atlassian.bamboo.utils
static interface BambooRunnables.NotThrowing
           
static interface BambooRunnables.Throwing<E1 extends Throwable>
           
static interface BambooRunnables.Throwing1<E1 extends Throwable>
           
static interface BambooRunnables.Throwing2<E1 extends Throwable,E2 extends Throwable>
           
 

Classes in com.atlassian.bamboo.utils that implement BambooRunnables.ThrowingX
static class BambooRunnables.BambooRunnableFromCallable<V>
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.