Uses of Class
com.almworks.jira.structure.api.job.StructureJobException
Packages that use StructureJobException
-
Uses of StructureJobException in com.almworks.jira.structure.api.job
Methods in com.almworks.jira.structure.api.job that throw StructureJobExceptionModifier and TypeMethodDescriptionlongStructureJobManager.enqueue(StructureJob job) Schedule the job and run it as soon as possible.longStructureJobManager.execute(StructureJob job) Schedule the job and run it as soon as possible.longStructureJobManager.execute(StructureJob job, String executorId) Schedule the job and run it as soon as possible.longlongStructureJobManager.schedule(long initial, long interval, StructureJob job) Schedule the job to run periodically, or once after delay.