com.atlassian.bamboo.container
Interface TaskDaemon

All Superinterfaces:
Startable
All Known Implementing Classes:
ThreadedTaskDaemon

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
start, stop
 

Method Detail

killActiveTask

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

Throws:
Exception - A generic error


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.