Uses of Interface
com.atlassian.bamboo.utils.BambooClosures.ThrowingX
-
Uses of BambooClosures.ThrowingX in com.atlassian.bamboo.user.cleanup
Modifier and TypeMethodDescriptionCrowdDeletedEntityDao.scrollAll
(BambooClosures.ThrowingX<CrowdDeletedEntity, E1, E2, E3> consumer) Scroll through allentities
applying the code fromconsumer
.CrowdDeletedEntityHibernateDao.scrollAll
(BambooClosures.ThrowingX<CrowdDeletedEntity, E1, E2, E3> consumer) -
Uses of BambooClosures.ThrowingX in com.atlassian.bamboo.utils
Modifier and TypeInterfaceDescriptionstatic interface
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>