Uses of Class
hudson.model.queue.WorkUnitContext
-
Packages that use WorkUnitContext Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of WorkUnitContext in hudson.model
Fields in hudson.model declared as WorkUnitContext Modifier and Type Field Description WorkUnitContext
Queue.LeftItem. outcome
Constructors in hudson.model with parameters of type WorkUnitContext Constructor Description LeftItem(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 WorkUnitContext Modifier and Type Field Description WorkUnitContext
WorkUnit. context
Shared context amongWorkUnit
s.Methods in hudson.model.queue with parameters of type WorkUnitContext Modifier and Type Method Description void
MappingWorksheet.Mapping. execute(WorkUnitContext wuc)
Executes this mapping by handing overQueue.Executable
s toQueue.JobOffer
as defined by the mapping.
-