com.atlassian.bamboo.container
Interface TaskDaemon

All Superinterfaces:
Startable

public interface TaskDaemon
extends Startable

This interface provides an abstraction for executing Bamboo Tasks.


Method Summary
 void killActiveTask()
          Stop the active task and restart, ready for the nect task
 
Methods inherited from interface com.atlassian.bamboo.container.Startable
isActive, start, stop
 

Method Detail

killActiveTask

void killActiveTask()
Stop the active task and restart, ready for the nect task

Throws:
java.lang.Exception - A generic error


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.