Uses of Interface
com.almworks.jira.structure.api.job.StructureJob
Packages that use StructureJob
-
Uses of StructureJob in com.almworks.jira.structure.api.job
Classes in com.almworks.jira.structure.api.job that implement StructureJobModifier and TypeClassDescriptionclassThis is the basic implementation of a structure job, that should be extended by the actual job code.classMethods in com.almworks.jira.structure.api.job that return StructureJobModifier and TypeMethodDescriptionRetrieves the job by its ID.Methods in com.almworks.jira.structure.api.job with parameters of type StructureJobModifier 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.longStructureJobManager.schedule(long initial, long interval, StructureJob job) Schedule the job to run periodically, or once after delay.