Package com.almworks.jira.structure.api.job

Interface Summary
StructureJob StructureJob is a single one-time or repetitive background task, run by the StructureJobManager.
StructureJobFeedback StructureJobFeedback allows communication between job owner, job itself and the visual components that display the job information.
StructureJobManager StructureJobManager allows running and scheduling background jobs.
 

Class Summary
AbstractStructureJob This is the basic implementation of a structure job, that should be extended by the actual job code.
 

Enum Summary
StructureJob.State Simple enumeration of the possible job states
 

Exception Summary
StructureJobException This exception is thrown by the StructureJobManager when there's a problem with scheduling a job.
TemporaryJobException This exception may be thrown from the StructureJob.job() method to indicate that the job cannot complete now, but may be able to complete soon.
 



Copyright © 2013 ALMWorks. All Rights Reserved.