Uses of Package
com.almworks.jira.structure.api.job
Packages that use com.almworks.jira.structure.api.job
Package
Description
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
-
Classes in com.almworks.jira.structure.api.job used by com.almworks.jira.structure.apiClassDescription
StructureJobManagerallows running and scheduling background jobs. -
Classes in com.almworks.jira.structure.api.job used by com.almworks.jira.structure.api.jobClassDescriptionThis is the basic implementation of a structure job, that should be extended by the actual job code.
StructureJobis a single one-time or repetitive background task, run by theStructureJobManager.Simple enumeration of the possible job statesThis exception is thrown by theStructureJobManagerwhen there's a problem with scheduling a job.