Uses of Class
hudson.model.queue.WorkUnit
-
Packages that use WorkUnit Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue -
-
Uses of WorkUnit in hudson.model
Methods in hudson.model that return WorkUnit Modifier and Type Method Description WorkUnit
Executor. getCurrentWorkUnit()
Returns the currentWorkUnit
(ofthe current executable
) that this executor is running.Methods in hudson.model with parameters of type WorkUnit Modifier and Type Method Description protected void
Queue.JobOffer. set(WorkUnit p)
-
Uses of WorkUnit in hudson.model.queue
Methods in hudson.model.queue that return WorkUnit Modifier and Type Method Description WorkUnit
WorkUnitContext. createWorkUnit(SubTask execUnit)
WorkUnit
WorkUnitContext. getPrimaryWorkUnit()
Methods in hudson.model.queue that return types with arguments of type WorkUnit Modifier and Type Method Description List<WorkUnit>
WorkUnitContext. getWorkUnits()
Methods in hudson.model.queue with parameters of type WorkUnit Modifier and Type Method Description protected abstract void
MappingWorksheet.ExecutorSlot. set(WorkUnit p)
-