| Package | Description |
|---|---|
| com.atlassian.scheduler.core.status |
Core implementations for a job's details and run history.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyJobDetails
A job details implementation that waits until the first request to one of
the methods that needs to know the state of the parameters map before trying
to deserialize it.
|
class |
SimpleJobDetails
A simple, concrete implementation of
JobDetails that has the parameter map present. |
class |
UnusableJobDetails
Concrete implementation of
JobDetails that always throws an exception when the
parameters are accessed. |
Copyright © 2018 Atlassian. All rights reserved.