Uses of Interface
com.atlassian.bamboo.utils.BambooClosures.ThrowingX
-
Packages that use BambooClosures.ThrowingX Package Description com.atlassian.bamboo.user.cleanup com.atlassian.bamboo.utils -
-
Uses of BambooClosures.ThrowingX in com.atlassian.bamboo.user.cleanup
Methods in com.atlassian.bamboo.user.cleanup with parameters of type BambooClosures.ThrowingX Modifier and Type Method Description <E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidCrowdDeletedEntityDao. scrollAll(BambooClosures.ThrowingX<CrowdDeletedEntity,E1,E2,E3> consumer)
Scroll through allentities
applying the code fromconsumer
.<E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
voidCrowdDeletedEntityHibernateDao. scrollAll(BambooClosures.ThrowingX<CrowdDeletedEntity,E1,E2,E3> consumer)
-
Uses of BambooClosures.ThrowingX in com.atlassian.bamboo.utils
Subinterfaces of BambooClosures.ThrowingX in com.atlassian.bamboo.utils Modifier and Type Interface Description static interface
BambooClosures.NotThrowing<V>
static interface
BambooClosures.Throwing1<V,E1 extends Throwable>
static interface
BambooClosures.Throwing2<V,E1 extends Throwable,E2 extends Throwable>
static interface
BambooClosures.Throwing3<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
-