Class CollectionScheduler
- java.lang.Object
-
- com.atlassian.bamboo.analytics.basedata.collector.CollectionScheduler
-
- All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware
public class CollectionScheduler extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware
-
-
Field Summary
Fields Modifier and Type Field Description static String
INSTANCE_KEY
static String
SCHEDULER_KEY
-
Constructor Summary
Constructors Constructor Description CollectionScheduler(DataCollectionJob dataCollectionJob, com.atlassian.sal.api.scheduling.PluginScheduler pluginScheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onStart()
void
onStop()
void
reschedule(Date jobStart, Long intervalMilliSeconds)
void
rescheduleForLater()
-
-
-
Constructor Detail
-
CollectionScheduler
@Inject public CollectionScheduler(DataCollectionJob dataCollectionJob, com.atlassian.sal.api.scheduling.PluginScheduler pluginScheduler)
-
-