Uses of Class
hudson.model.queue.WorkUnitContext
Packages that use WorkUnitContext
-
Uses of WorkUnitContext in hudson.model
Fields in hudson.model declared as WorkUnitContextConstructors in hudson.model with parameters of type WorkUnitContextModifierConstructorDescriptionLeftItem
(WorkUnitContext wuc) When item has left the queue and begin executing. -
Uses of WorkUnitContext in hudson.model.queue
Fields in hudson.model.queue declared as WorkUnitContextModifier and TypeFieldDescriptionfinal WorkUnitContext
WorkUnit.context
Shared context amongWorkUnit
s.Methods in hudson.model.queue with parameters of type WorkUnitContextModifier and TypeMethodDescriptionvoid
MappingWorksheet.Mapping.execute
(WorkUnitContext wuc) Executes this mapping by handing overQueue.Executable
s toQueue.JobOffer
as defined by the mapping.