com.atlassian.bamboo.v2.build.agent.remote.heartbeat
Class AgentHeartBeatJobScheduler

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.heartbeat.AgentHeartBeatJobScheduler

public class AgentHeartBeatJobScheduler
extends java.lang.Object


Constructor Summary
AgentHeartBeatJobScheduler(int heartbeatInterval, int heartbeatTimeoutSeconds, org.quartz.Scheduler scheduler)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentHeartBeatJobScheduler

public AgentHeartBeatJobScheduler(int heartbeatInterval,
                                  int heartbeatTimeoutSeconds,
                                  org.quartz.Scheduler scheduler)
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.