Interface InterruptibleBuildTask
-
- All Superinterfaces:
BuildTask
,Callable<BuildContext>
@Deprecated public interface InterruptibleBuildTask extends BuildTask
Deprecated.Since v5.0. If you were using this, it wasn't doing anything anyway. Just remove.A marker interface to denote that this task can be cancelled by a call toThread.interrupt()
to the running thread. Implementing classses must have a well defined behaviour when cancelling.