| Package | Description |
|---|---|
| com.atlassian.scheduler.core |
Core components that will likely be needed by any implementation of the atlassian-scheduler API.
|
| com.atlassian.scheduler.core.impl |
Core implementation support classes.
|
| Constructor and Description |
|---|
AbstractSchedulerService(RunDetailsDao runDetailsDao) |
AbstractSchedulerService(RunDetailsDao runDetailsDao,
ParameterMapSerializer parameterMapSerializer) |
DefaultSchedulerHistoryService(RunDetailsDao runDetailsDao) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryRunDetailsDao
An implementation of the
RunDetailsDao that keeps the scheduler history in memory. |
class |
NullRunDetailsDao
An implementation of
RunDetailsDao that silently discards all run details supplied to it. |
Copyright © 2018 Atlassian. All rights reserved.