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 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 Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.