Uses of Class
hudson.model.queue.MappingWorksheet.ExecutorChunk
-
Packages that use MappingWorksheet.ExecutorChunk Package Description hudson.model.queue -
-
Uses of MappingWorksheet.ExecutorChunk in hudson.model.queue
Fields in hudson.model.queue declared as MappingWorksheet.ExecutorChunk Modifier and Type Field Description MappingWorksheet.ExecutorChunk
MappingWorksheet.WorkChunk. lastBuiltOn
If the previous execution of this task run on a certain node and this task prefers to run on the same node, return that.Fields in hudson.model.queue with type parameters of type MappingWorksheet.ExecutorChunk Modifier and Type Field Description List<MappingWorksheet.ExecutorChunk>
MappingWorksheet. executors
Methods in hudson.model.queue that return MappingWorksheet.ExecutorChunk Modifier and Type Method Description MappingWorksheet.ExecutorChunk
MappingWorksheet.Mapping. assign(int index, MappingWorksheet.ExecutorChunk element)
Update the mapping to execute n-thMappingWorksheet.WorkChunk
on the specifiedMappingWorksheet.ExecutorChunk
.MappingWorksheet.ExecutorChunk
MappingWorksheet.Mapping. assigned(int n)
MappingWorksheet.ExecutorChunk
assigned to the n-th work chunk.MappingWorksheet.ExecutorChunk
MappingWorksheet. executors(int index)
Methods in hudson.model.queue that return types with arguments of type MappingWorksheet.ExecutorChunk Modifier and Type Method Description List<MappingWorksheet.ExecutorChunk>
MappingWorksheet.WorkChunk. applicableExecutorChunks()
Map<MappingWorksheet.WorkChunk,MappingWorksheet.ExecutorChunk>
MappingWorksheet.Mapping. toMap()
Returns the assignment as a map.Methods in hudson.model.queue with parameters of type MappingWorksheet.ExecutorChunk Modifier and Type Method Description MappingWorksheet.ExecutorChunk
MappingWorksheet.Mapping. assign(int index, MappingWorksheet.ExecutorChunk element)
Update the mapping to execute n-thMappingWorksheet.WorkChunk
on the specifiedMappingWorksheet.ExecutorChunk
.
-