Package com.atlassian.bamboo.utils
Interface BambooRunnables.ThrowingX<E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
-
- All Known Subinterfaces:
BambooRunnables.NotThrowing
,BambooRunnables.Throwing<E1>
,BambooRunnables.Throwing1<E1>
,BambooRunnables.Throwing2<E1,E2>
- All Known Implementing Classes:
BambooRunnables.BambooRunnableFromCallable
- Enclosing class:
- BambooRunnables
public static interface BambooRunnables.ThrowingX<E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
-