com.atlassian.bamboo.v2.build.task
Interface InterruptibleBuildTask

All Superinterfaces:
BuildTask, java.util.concurrent.Callable<BuildContext>

Deprecated. Since v5.0. If you were using this, it wasn't doing anything anyway. Just remove.

@Deprecated
public interface InterruptibleBuildTask
extends BuildTask

A marker interface to denote that this task can be cancelled by a call to Thread.interrupt() to the running thread. Implementing classses must have a well defined behaviour when cancelling.


Method Summary
 
Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask
call, init
 



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