|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkUnit | |
|---|---|
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.model.queue | |
| Uses of WorkUnit in hudson.model |
|---|
| Methods in hudson.model that return WorkUnit | |
|---|---|
WorkUnit |
OneOffExecutor.getAssignedWorkUnit()
|
WorkUnit |
Executor.getCurrentWorkUnit()
Returns the current WorkUnit (of the current executable)
that this executor is running. |
protected WorkUnit |
OneOffExecutor.grabJob()
|
protected WorkUnit |
Executor.grabJob()
|
WorkUnit |
Queue.pop()
Called by the executor to fetch something to build next. |
| Methods in hudson.model with parameters of type WorkUnit | |
|---|---|
protected void |
Queue.JobOffer.set(WorkUnit p)
|
| Constructors in hudson.model with parameters of type WorkUnit | |
|---|---|
OneOffExecutor(Computer owner,
WorkUnit work)
|
|
| Uses of WorkUnit in hudson.model.queue |
|---|
| Methods in hudson.model.queue that return WorkUnit | |
|---|---|
WorkUnit |
WorkUnitContext.createWorkUnit(SubTask execUnit)
Called by the executor that executes a member SubTask that belongs to this task
to create its WorkUnit. |
WorkUnit |
WorkUnitContext.getPrimaryWorkUnit()
|
| Methods in hudson.model.queue that return types with arguments of type WorkUnit | |
|---|---|
List<WorkUnit> |
WorkUnitContext.getWorkUnits()
|
| Methods in hudson.model.queue with parameters of type WorkUnit | |
|---|---|
protected abstract void |
MappingWorksheet.ExecutorSlot.set(WorkUnit p)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||