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 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