Uses of Class
hudson.model.AperiodicWork
-
Packages that use AperiodicWork Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.util Other miscellaneous utility code -
-
Uses of AperiodicWork in hudson.model
Subclasses of AperiodicWork in hudson.model Modifier and Type Class Description class
AsyncAperiodicWork
AperiodicWork
that takes a long time to run.Methods in hudson.model that return AperiodicWork Modifier and Type Method Description abstract AperiodicWork
AperiodicWork. getNewInstance()
Gets new instance of task to be executed.Methods in hudson.model that return types with arguments of type AperiodicWork Modifier and Type Method Description static ExtensionList<AperiodicWork>
AperiodicWork. all()
Returns all the registeredAperiodicWork
s. -
Uses of AperiodicWork in hudson.util
Subclasses of AperiodicWork in hudson.util Modifier and Type Class Description static class
DoubleLaunchChecker.Schedule
Methods in hudson.util that return AperiodicWork Modifier and Type Method Description AperiodicWork
DoubleLaunchChecker.Schedule. getNewInstance()
-