Class ManagedAgentContainersMonitor
- java.lang.Object
-
- com.atlassian.bamboo.agent.managed.schedule.ManagedAgentContainersMonitor
-
- All Implemented Interfaces:
BambooScheduler
public class ManagedAgentContainersMonitor extends Object implements BambooScheduler
-
-
Field Summary
Fields Modifier and Type Field Description static int
ELASTIC_INTERVAL_MULTIPLIER
-
Constructor Summary
Constructors Constructor Description ManagedAgentContainersMonitor​(org.quartz.Scheduler quartzScheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialiseSchedule()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.schedule.BambooScheduler
destroySchedule
-
-
-
-
Field Detail
-
ELASTIC_INTERVAL_MULTIPLIER
public static final int ELASTIC_INTERVAL_MULTIPLIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialiseSchedule
public void initialiseSchedule()
- Specified by:
initialiseSchedule
in interfaceBambooScheduler
-
-