| Package | Description |
|---|---|
| com.almworks.jira.structure.api |
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
|
| com.almworks.jira.structure.api.job |
| Class and Description |
|---|
| ScheduledJobManager |
StructureJobManager
StructureJobManager allows running and scheduling background jobs. |
| Class and Description |
|---|
| AbstractStructureJob
This is the basic implementation of a structure job, that should be extended by the actual job code.
|
| ScheduledJob |
StructureJob
StructureJob is a single one-time or repetitive background task,
run by the StructureJobManager. |
| StructureJob.State
Simple enumeration of the possible job states
|
| StructureJobException
This exception is thrown by the
StructureJobManager when there's a problem
with scheduling a job. |
Copyright © 2019 ALM Works. All Rights Reserved.