@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| AbstractJobDetails |
Base implementation for
JobDetails. |
| AbstractJobDetailsFactory<T> |
Converts a scheduler implementation's internal representation of a job into a
JobDetails. |
| 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.
|
| RunDetailsImpl | |
| SimpleJobDetails |
A simple, concrete implementation of
JobDetails that has the parameter map present. |
| UnusableJobDetails |
Concrete implementation of
JobDetails that always throws an exception when the
parameters are accessed. |
Copyright © 2017 Atlassian. All rights reserved.