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

All Superinterfaces:
BuildTask, java.util.concurrent.Callable<BuildContext>
All Known Implementing Classes:
ExecuteBuildTask, InitializeBuild

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 © 2012 Atlassian. All Rights Reserved.